aboutsummaryrefslogtreecommitdiff
path: root/include/mod_roster.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/mod_roster.hrl')
-rw-r--r--include/mod_roster.hrl6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mod_roster.hrl b/include/mod_roster.hrl
index b05114e3e..818508703 100644
--- a/include/mod_roster.hrl
+++ b/include/mod_roster.hrl
@@ -20,15 +20,15 @@
-record(roster,
{
- usj = {<<>>, <<>>, {<<>>, <<>>, <<>>}} :: {binary(), binary(), ljid()} | '_',
+ usj = {<<>>, <<>>, {<<>>, <<>>, <<>>}} :: {binary(), binary(), jid:ljid()} | '_',
us = {<<>>, <<>>} :: {binary(), binary()} | '_',
- jid = {<<>>, <<>>, <<>>} :: ljid(),
+ jid = {<<>>, <<>>, <<>>} :: jid:ljid(),
name = <<>> :: binary() | '_',
subscription = none :: subscription() | '_',
ask = none :: ask() | '_',
groups = [] :: [binary()] | '_',
askmessage = <<"">> :: binary() | '_',
- xs = [] :: [xmlel()] | '_'
+ xs = [] :: [fxml:xmlel()] | '_'
}).
-record(roster_version,