comparison libpurple/xmlnode.h @ 20467:86da6ab1f612

Correctly process an additional <Service> with type Profile and name 'Messenger Roaming Identity' sent with the contact list using a recently registered WLM account, that was causing the initial ADL command to be sent malformed, and our presence status not being forwarded to our buddies
author Carlos Silva <typ0@pidgin.im>
date Sat, 14 Jul 2007 00:04:48 +0000
parents 3fc94e7c7056
children 723b5a2f91ce
comparison
equal deleted inserted replaced
20466:a8599711efb7 20467:86da6ab1f612
126 /** 126 /**
127 * Gets (escaped) data from a node. 127 * Gets (escaped) data from a node.
128 * 128 *
129 * @param node The node to get data from. 129 * @param node The node to get data from.
130 * 130 *
131 * @return The data from the node. This data is in raw escaped format. 131 * @return The data from the node or NULL. This data is in raw escaped format.
132 * You must g_free this string when finished using it. 132 * You must g_free this string when finished using it.
133 */ 133 */
134 char *xmlnode_get_data(xmlnode *node); 134 char *xmlnode_get_data(xmlnode *node);
135 135
136 /** 136 /**