summaryrefslogtreecommitdiff
path: root/include/mod_shared_roster.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/mod_shared_roster.hrl')
-rw-r--r--include/mod_shared_roster.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mod_shared_roster.hrl b/include/mod_shared_roster.hrl
new file mode 100644
index 00000000..1f96b303
--- /dev/null
+++ b/include/mod_shared_roster.hrl
@@ -0,0 +1,5 @@
+-record(sr_group, {group_host = {<<"">>, <<"">>} :: {'$1' | binary(), '$2' | binary()},
+ opts = [] :: list() | '_' | '$2'}).
+
+-record(sr_user, {us = {<<"">>, <<"">>} :: {binary(), binary()},
+ group_host = {<<"">>, <<"">>} :: {binary(), binary()}}).