summaryrefslogtreecommitdiff
path: root/include/mod_mam.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-13 16:56:34 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-09-13 16:56:34 +0300
commit151668ac10613c7c47d62db6c3d102b536f7a3e4 (patch)
tree081bdc7611fca619d05811465f644f620ac8ceb8 /include/mod_mam.hrl
parentMake common tests working again (diff)
Fix dialyzer warnings for mod_mam
Diffstat (limited to 'include/mod_mam.hrl')
-rw-r--r--include/mod_mam.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_mam.hrl b/include/mod_mam.hrl
index 463db4cf..a2b92fca 100644
--- a/include/mod_mam.hrl
+++ b/include/mod_mam.hrl
@@ -4,7 +4,7 @@
timestamp = p1_time_compat:timestamp() :: erlang:timestamp() | '_' | '$1',
peer = {<<"">>, <<"">>, <<"">>} :: ljid() | '_' | '$3' | undefined,
bare_peer = {<<"">>, <<"">>, <<"">>} :: ljid() | '_' | '$3',
- packet = #xmlel{} :: xmlel() | '_',
+ packet = #xmlel{} :: xmlel() | message() | '_',
nick = <<"">> :: binary(),
type = chat :: chat | groupchat}).