aboutsummaryrefslogtreecommitdiff
path: root/include/xmpp_codec.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmpp_codec.hrl')
-rw-r--r--include/xmpp_codec.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmpp_codec.hrl b/include/xmpp_codec.hrl
index 5428aad11..8ffb37808 100644
--- a/include/xmpp_codec.hrl
+++ b/include/xmpp_codec.hrl
@@ -522,7 +522,7 @@
-type version() :: #version{}.
-record(bind, {jid :: jid:jid(),
- resource :: binary()}).
+ resource = <<>> :: binary()}).
-type bind() :: #bind{}.
-record(rosterver_feature, {}).