Added contact presence offline test

This commit is contained in:
James Booth
2014-01-05 00:43:37 +00:00
parent 9da4a6e1b9
commit 80acfdae9a
4 changed files with 18 additions and 3 deletions

View File

@@ -171,9 +171,9 @@ p_contact_create_display_string(const PContact contact, const char * const resou
{
GString *result_str = g_string_new("");
// use nickname if exists
const char *display_name = p_contact_name_or_jid(contact);
g_string_append(result_str, display_name);
// use nickname if exists
const char *display_name = p_contact_name_or_jid(contact);
g_string_append(result_str, display_name);
// add resource if not default provided by profanity
if (strcmp(resource, "__prof_default") != 0) {