comparison libpurple/protocols/msn/state.h @ 19797:60bc06498746

Committing khc's msnp14 changes from Trac Ticket #148. --rlaager committer: Richard Laager <rlaager@wiktel.com>
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 15 Apr 2007 04:12:27 +0000
parents 32c366eeeb99
children 6f986caeab59
comparison
equal deleted inserted replaced
16121:6167ee79ecd0 19797:60bc06498746
57 */ 57 */
58 const char *msn_away_get_text(MsnAwayType type); 58 const char *msn_away_get_text(MsnAwayType type);
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);
63
64 /* Parse CurrentMedia string */
65 char * msn_parse_currentmedia(const char *cmedia);
66
67 /* Get the CurrentMedia info from the XML string */
68 char * msn_get_currentmedia(char *xml_str,gsize len);
69
70 /*get the PSM info from the XML string*/
71 char * msn_get_psm(char *xml_str,gsize len);
72
62 MsnAwayType msn_state_from_account(PurpleAccount *account); 73 MsnAwayType msn_state_from_account(PurpleAccount *account);
63 74
64 #endif /* _MSN_STATE_H_ */ 75 #endif /* _MSN_STATE_H_ */