Do not include self in presence notifications

This commit is contained in:
James Booth
2012-03-09 23:48:36 +00:00
parent 91c157b14a
commit bcef3b1a49
2 changed files with 21 additions and 8 deletions

View File

@@ -37,5 +37,6 @@ void jabber_disconnect(void);
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);
#endif