| 58 |
58 |
| 59 const char *msn_state_get_text(MsnAwayType state); |
59 const char *msn_state_get_text(MsnAwayType state); |
| 60 |
60 |
| 61 void msn_set_psm(MsnSession *session); |
61 void msn_set_psm(MsnSession *session); |
| 62 |
62 |
| 63 /* Get the CurrentMedia info from the XML string */ |
63 /* Get the CurrentMedia info from the XML node */ |
| 64 char *msn_get_currentmedia(char *xml_str, gsize len); |
64 char *msn_get_currentmedia(xmlnode *payloadNode); |
| 65 |
65 |
| 66 /*get the PSM info from the XML string*/ |
66 /* Get the PSM info from the XML node */ |
| 67 char *msn_get_psm(char *xml_str, gsize len); |
67 char *msn_get_psm(xmlnode *payloadNode); |
| 68 |
68 |
| 69 MsnAwayType msn_state_from_account(PurpleAccount *account); |
69 MsnAwayType msn_state_from_account(PurpleAccount *account); |
| 70 |
70 |
| 71 #endif /* MSN_STATE_H */ |
71 #endif /* MSN_STATE_H */ |