Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_roster.hrl')
-rw-r--r--src/mod_roster.hrl18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mod_roster.hrl b/src/mod_roster.hrl
new file mode 100644
index 000000000..5cab7e414
--- /dev/null
+++ b/src/mod_roster.hrl
@@ -0,0 +1,18 @@
+%%%----------------------------------------------------------------------
+%%% File : mod_roster.hrl
+%%% Author : Alexey Shchepin <alexey@sevcom.net>
+%%% Purpose : Roster management
+%%% Created : 5 Mar 2005 by Alexey Shchepin <alexey@sevcom.net>
+%%% Id : $Id: mod_roster.hrl 11 2005-03-06 22:36:15Z alexey $
+%%%----------------------------------------------------------------------
+
+-record(roster, {usj,
+ us,
+ jid,
+ name = "",
+ subscription = none,
+ ask = none,
+ groups = [],
+ xattrs = [],
+ xs = []}).
+