mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Tidied new command output, ordered features
This commit is contained in:
parent
1a913b7d9b
commit
5a107459be
@ -267,11 +267,12 @@ caps_create_query_response_stanza(xmpp_ctx_t * const ctx)
|
|||||||
xmpp_stanza_set_attribute(feature_ping, STANZA_ATTR_VAR, STANZA_NS_PING);
|
xmpp_stanza_set_attribute(feature_ping, STANZA_ATTR_VAR, STANZA_NS_PING);
|
||||||
|
|
||||||
xmpp_stanza_add_child(query, identity);
|
xmpp_stanza_add_child(query, identity);
|
||||||
xmpp_stanza_add_child(query, feature_muc);
|
|
||||||
xmpp_stanza_add_child(query, feature_discoinfo);
|
|
||||||
xmpp_stanza_add_child(query, feature_caps);
|
xmpp_stanza_add_child(query, feature_caps);
|
||||||
xmpp_stanza_add_child(query, feature_version);
|
|
||||||
xmpp_stanza_add_child(query, feature_chatstates);
|
xmpp_stanza_add_child(query, feature_chatstates);
|
||||||
|
xmpp_stanza_add_child(query, feature_discoinfo);
|
||||||
|
xmpp_stanza_add_child(query, feature_muc);
|
||||||
|
xmpp_stanza_add_child(query, feature_version);
|
||||||
xmpp_stanza_add_child(query, feature_ping);
|
xmpp_stanza_add_child(query, feature_ping);
|
||||||
|
|
||||||
xmpp_stanza_release(identity);
|
xmpp_stanza_release(identity);
|
||||||
|
Loading…
Reference in New Issue
Block a user