diff options
Diffstat (limited to 'include/mod_privacy.hrl')
-rw-r--r-- | include/mod_privacy.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_privacy.hrl b/include/mod_privacy.hrl index 0d263d659..dbd19a081 100644 --- a/include/mod_privacy.hrl +++ b/include/mod_privacy.hrl @@ -36,7 +36,7 @@ -type listitem() :: #listitem{}. -type listitem_type() :: none | jid | group | subscription. --type listitem_value() :: none | both | from | to | ljid() | binary(). +-type listitem_value() :: none | both | from | to | jid:ljid() | binary(). -type listitem_action() :: allow | deny. -record(userlist, {name = none :: none | binary(), |