Revision 5299b4fe24c4ebc6dbf2c0185f8a8f108d922eba

jeff2 at soc.pidgin.im jeff2 at soc.pidgin.im
Thu Aug 9 23:28:20 EDT 2007


-----------------------------------------------------------------
Revision: 5299b4fe24c4ebc6dbf2c0185f8a8f108d922eba
Ancestor: d53bc398967e5b519918a27b5022dc99033fc2fc
Author: jeff2 at soc.pidgin.im
Date: 2007-08-07T02:50:34
Branch: im.pidgin.soc.2007.msimprpl

Modified files:
        libpurple/protocols/myspace/message.c
        libpurple/protocols/myspace/message.h

ChangeLog: 

Add a new public function msim_msg_free_element_data(), that frees element data (but the MsimMessageElement * still must be g_free()'d). Internally, msim_msg_free_element() is still used, as a callback to g_list_foreach() to free every element in an MsimMessage.

Expose msim_msg_pack_element_data(), which returns the wire protocol representation of the given element. Similar to msim_msg_get_string(), except that msim_msg_pack_element_data() will be escaped, ready to be sent over the wire. msim_msg_get_string() will probably be used in most places instead, as it returns the string suitable for usage elsewhere.

Both these functions will be used by an upcoming change in msim_postprocess_outgoing() in myspace.c.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5299b4fe24c4ebc6dbf2c0185f8a8f108d922eba.diff
Type: text/x-diff
Size: 3696 bytes
Desc: not available
Url : http://pidgin.im/pipermail/commits/attachments/20070809/6c10214f/attachment.diff 


More information about the Commits mailing list