diff options
Diffstat (limited to 'tools/xmpp_codec.spec')
-rw-r--r-- | tools/xmpp_codec.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/xmpp_codec.spec b/tools/xmpp_codec.spec index bf224780f..6450c2b4b 100644 --- a/tools/xmpp_codec.spec +++ b/tools/xmpp_codec.spec @@ -196,12 +196,12 @@ {disco_info, #elem{name = <<"query">>, xmlns = <<"http://jabber.org/protocol/disco#info">>, - result = {disco_info, '$node', '$identity', '$feature', '$xdata'}, + result = {disco_info, '$node', '$identities', '$features', '$xdata'}, attrs = [#attr{name = <<"node">>}], refs = [#ref{name = disco_identity, - label = '$identity'}, + label = '$identities'}, #ref{name = disco_feature, - label = '$feature'}, + label = '$features'}, #ref{name = xdata, label = '$xdata'}]}}. |