aboutsummaryrefslogtreecommitdiff
path: root/src/mod_privacy.hrl
blob: 4b33c90a906a47e4d9a6a58f78d92b1670a69b29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-record(privacy, {us,
		  default = none,
		  lists = []}).

-record(listitem, {type = none,
		   value = none,
		   action,
		   order,
		   match_all = false,
		   match_iq = false,
		   match_message = false,
		   match_presence_in = false,
		   match_presence_out = false
		  }).

-record(userlist, {name = none, list = []}).