Allow message with status updates

This commit is contained in:
James Booth
2012-05-28 23:40:11 +01:00
parent 240f7badb0
commit 70310bb5af
4 changed files with 56 additions and 21 deletions

View File

@@ -35,6 +35,6 @@ void jabber_roster_request(void);
void jabber_process_events(void);
void jabber_send(const char * const msg, const char * const recipient);
const char * jabber_get_jid(void);
void jabber_update_presence(jabber_presence_t status);
void jabber_update_presence(jabber_presence_t status, const char * const msg);
#endif