Show only nick or jid in /wins output

This commit is contained in:
James Booth
2013-08-31 15:07:05 +01:00
parent 4ae817cd82
commit 694e332384
3 changed files with 17 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ gboolean p_contact_remove_resource(PContact contact, const char * const resource
void p_contact_free(PContact contact);
const char* p_contact_barejid(PContact contact);
const char* p_contact_name(PContact contact);
const char * p_contact_name_or_jid(const PContact contact);
const char* p_contact_presence(PContact contact);
const char* p_contact_status(PContact contact);
const char* p_contact_subscription(const PContact contact);