diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-09-25 09:57:56 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-09-25 09:57:56 +0300 |
commit | 3112a7187f1d313de424aac157ba4484fc1b506c (patch) | |
tree | a3dfcad905e7cc16a22d5a411fd9489463721184 /include/xmpp_codec.hrl | |
parent | Get rid of compile warnings in test suite (diff) |
Test anonymous auth
Diffstat (limited to 'include/xmpp_codec.hrl')
-rw-r--r-- | include/xmpp_codec.hrl | 2 |
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, {}). |