1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
This commit is contained in:
James Booth 2013-06-25 01:00:24 +01:00
parent c8567cd793
commit 2077834b10

View File

@ -233,7 +233,7 @@ caps_create_query_response_stanza(xmpp_ctx_t * const ctx)
xmpp_stanza_t *identity = xmpp_stanza_new(ctx);
xmpp_stanza_set_name(identity, "identity");
xmpp_stanza_set_attribute(identity, "category", "client");
xmpp_stanza_set_attribute(identity, "type", "pc");
xmpp_stanza_set_attribute(identity, "type", "console");
GString *name_str = g_string_new("Profanity ");
g_string_append(name_str, PACKAGE_VERSION);