diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-09-13 12:30:05 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-09-13 12:30:05 +0300 |
commit | e987b888481e3e68f6259e96e7c54af84d168c3c (patch) | |
tree | 48ab94c92db66383f7dbf8f4d1a015b6f09f5820 /include/xmpp_codec.hrl | |
parent | Rename #error{} record to #stanza_error{} (diff) |
Make common tests working again
Diffstat (limited to 'include/xmpp_codec.hrl')
-rw-r--r-- | include/xmpp_codec.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmpp_codec.hrl b/include/xmpp_codec.hrl index 635fcf3cb..845861948 100644 --- a/include/xmpp_codec.hrl +++ b/include/xmpp_codec.hrl @@ -564,7 +564,8 @@ max :: non_neg_integer()}). -type rsm_set() :: #rsm_set{}. --record(mam_fin, {id = <<>> :: binary(), +-record(mam_fin, {xmlns = <<>> :: binary(), + id = <<>> :: binary(), rsm :: #rsm_set{}, stable :: boolean(), complete :: boolean()}). |