aboutsummaryrefslogtreecommitdiff
path: root/tools/xmpp_codec.spec
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-26 03:32:08 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-06-26 03:32:38 +1000
commit167f02ab724ecf346c0805014986acedd3208609 (patch)
tree88abc6d81961af0cc87c9f614e6a59d77e0368e4 /tools/xmpp_codec.spec
parentStart the LDAP server before ejabberd application (diff)
Do not fetch disco#info multiple times
Diffstat (limited to 'tools/xmpp_codec.spec')
-rw-r--r--tools/xmpp_codec.spec6
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'}]}}.