Added client to /info command in chat rooms

This commit is contained in:
James Booth
2013-01-20 04:33:31 +00:00
parent cae7717e73
commit b4ea35d40a
9 changed files with 54 additions and 21 deletions

View File

@@ -27,7 +27,8 @@ typedef struct p_contact_t *PContact;
PContact p_contact_new(const char * const jid, const char * const name,
const char * const presence, const char * const status,
const char * const subscription, gboolean pending_out);
const char * const subscription, gboolean pending_out,
const char * const caps_str);
void p_contact_free(PContact contact);
const char* p_contact_jid(PContact contact);
const char* p_contact_name(PContact contact);