aboutsummaryrefslogtreecommitdiff
path: root/include/xmpp_codec.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-23 12:30:33 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-23 12:30:33 +0300
commit53209b9ab1c154334eafacd3ca9aebe965380d50 (patch)
tree88c5a4b5168d8e0e3813fb19f0c26cce0680da03 /include/xmpp_codec.hrl
parentAdd tests for external component (diff)
Add tests for s2s code
Diffstat (limited to '')
-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 845861948..5428aad11 100644
--- a/include/xmpp_codec.hrl
+++ b/include/xmpp_codec.hrl
@@ -158,7 +158,7 @@
-record(stream_start, {from :: jid:jid(),
to :: jid:jid(),
id = <<>> :: binary(),
- version = <<>> :: binary(),
+ version :: {non_neg_integer(),non_neg_integer()},
xmlns = <<>> :: binary(),
stream_xmlns = <<>> :: binary(),
db_xmlns = <<>> :: binary(),