aboutsummaryrefslogtreecommitdiff
path: root/include/xmpp_codec.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-25 09:57:56 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-25 09:57:56 +0300
commit3112a7187f1d313de424aac157ba4484fc1b506c (patch)
treea3dfcad905e7cc16a22d5a411fd9489463721184 /include/xmpp_codec.hrl
parentGet rid of compile warnings in test suite (diff)
Test anonymous auth
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, {}).