diff options
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 e348404b0..7b8275ed5 100644 --- a/include/xmpp_codec.hrl +++ b/include/xmpp_codec.hrl @@ -347,7 +347,7 @@ text = [] :: [#text{}]}). -type sasl_failure() :: #sasl_failure{}. --record(block_list, {}). +-record(block_list, {items = [] :: [any()]}). -type block_list() :: #block_list{}. -record(xdata_field, {label :: binary(), |