aboutsummaryrefslogtreecommitdiff
path: root/tools/xmpp_codec.spec
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-07-03 23:33:19 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-07-07 02:19:10 +1000
commitc262c08513dec4c12044412be287952772e8e9b5 (patch)
treebe1b668f5a8af4f99495e543a5cdb977bf1d88a6 /tools/xmpp_codec.spec
parentfix pubsub unsubscription without SubId on odbc (diff)
Improve the XMPP codec, fix the test suite accordingly
Diffstat (limited to '')
-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,