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 = []}).