summaryrefslogtreecommitdiff
path: root/include/pubsub.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-17 14:47:35 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-17 14:47:35 +0300
commitf782955c069f1091cd56cc9d139ec0b0e2d62780 (patch)
treecbde7d13046bdc4bdc302511db04331b69d812e0 /include/pubsub.hrl
parentFix use_cache/1 callback (diff)
Implement cache for roster
Diffstat (limited to 'include/pubsub.hrl')
-rw-r--r--include/pubsub.hrl7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl
index 86cdb515..8fbbf710 100644
--- a/include/pubsub.hrl
+++ b/include/pubsub.hrl
@@ -104,13 +104,6 @@
).
%% @type affiliation() = 'none' | 'owner' | 'publisher' | 'publish-only' | 'member' | 'outcast'.
--type(subscription() :: 'none'
- | 'pending'
- | 'unconfigured'
- | 'subscribed'
-).
-%% @type subscription() = 'none' | 'pending' | 'unconfigured' | 'subscribed'.
-
-type(accessModel() :: 'open'
| 'presence'
| 'roster'