comparison libpurple/protocols/msn/state.h @ 31130:1830fa548302

propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e) to branch 'im.pidgin.cpw.qulogic.msnp16' (head 03b7207e3af73e90ff9aea7c633dec9dd9d3ed1a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 06 Feb 2010 05:15:35 +0000
parents 3140627b93e7 746bf7d8b34e
children 6376fc7a092e
comparison
equal deleted inserted replaced
31129:b27d2e8f137e 31130:1830fa548302
59 59
60 const char *msn_state_get_text(MsnAwayType state); 60 const char *msn_state_get_text(MsnAwayType state);
61 61
62 void msn_set_psm(MsnSession *session); 62 void msn_set_psm(MsnSession *session);
63 63
64 /* Parse CurrentMedia string */
65 gboolean msn_parse_currentmedia(const char *cmedia, CurrentMedia *media);
66
67 /* Get the CurrentMedia info from the XML node */ 64 /* Get the CurrentMedia info from the XML node */
68 char * msn_get_currentmedia(xmlnode *payloadNode); 65 char * msn_get_currentmedia(xmlnode *payloadNode);
69 66
70 /* Get the PSM info from the XML node */ 67 /* Get the PSM info from the XML node */
71 char * msn_get_psm(xmlnode *payloadNode); 68 char * msn_get_psm(xmlnode *payloadNode);