Renamed contact property jid->barejid

This commit is contained in:
James Booth
2013-02-09 23:50:41 +00:00
parent da5104f857
commit facb2a653b
5 changed files with 34 additions and 34 deletions

View File

@@ -1243,7 +1243,7 @@ _cmd_sub(gchar **args, struct cmd_help_t help)
while (contacts != NULL) {
PContact contact = (PContact) contacts->data;
if (p_contact_pending_out(contact)) {
cons_show(p_contact_jid(contact));
cons_show(p_contact_barejid(contact));
}
contacts = g_slist_next(contacts);
}