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.hrl')
-rw-r--r--tools/xmpp_codec.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xmpp_codec.hrl b/tools/xmpp_codec.hrl
index 9ab129383..004d8a8e2 100644
--- a/tools/xmpp_codec.hrl
+++ b/tools/xmpp_codec.hrl
@@ -38,12 +38,12 @@
-record(gone, {uri :: binary()}).
--record(private, {sub_els = [] :: [any()]}).
+-record(private, {xml_els = [] :: [any()]}).
-record(p1_ack, {}).
-record(pubsub_item, {id :: binary(),
- sub_els = [] :: [any()]}).
+ xml_els = [] :: [any()]}).
-record(pubsub_publish, {node :: binary(),
items = [] :: [#pubsub_item{}]}).