diff options
Diffstat (limited to 'src/mod_pres_counter.erl')
-rw-r--r-- | src/mod_pres_counter.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mod_pres_counter.erl b/src/mod_pres_counter.erl index 786ba97f2..955e53f6f 100644 --- a/src/mod_pres_counter.erl +++ b/src/mod_pres_counter.erl @@ -51,6 +51,8 @@ stop(Host) -> depends(_Host, _Opts) -> []. +-spec check_packet(allow | deny, binary(), binary(), _, + {jid(), jid(), stanza()}, in | out) -> allow | deny. check_packet(_, _User, Server, _PrivacyList, {From, To, #presence{type = Type}}, Dir) -> IsSubscription = case Type of |