Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xmpp_codec.spec')
-rw-r--r--tools/xmpp_codec.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xmpp_codec.spec b/tools/xmpp_codec.spec
index 4d6ce494d..86cc03088 100644
--- a/tools/xmpp_codec.spec
+++ b/tools/xmpp_codec.spec
@@ -226,7 +226,7 @@
-xml(private,
#elem{name = <<"query">>,
xmlns = <<"jabber:iq:private">>,
- result = {private, '$_els'}}).
+ result = {private, '$_xmls'}}).
-xml(conference_nick,
#elem{name = <<"nick">>,
@@ -1608,7 +1608,7 @@
-xml(pubsub_item,
#elem{name = <<"item">>,
xmlns = <<"http://jabber.org/protocol/pubsub">>,
- result = {pubsub_item, '$id', '$_els'},
+ result = {pubsub_item, '$id', '$_xmls'},
attrs = [#attr{name = <<"id">>}]}).
-xml(pubsub_items,