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:
authorChristophe Romain <christophe.romain@process-one.net>2015-04-22 19:10:35 +0300
committerChristophe Romain <christophe.romain@process-one.net>2015-04-22 19:10:35 +0300
commitdf3afafb48265bfd266c66fdef0a3199cb079b32 (patch)
treedb90afc6ed9eeb400dd569689bacb219677d2008 /include
parent2e194bd997132f4fde5959b54e6bfe269d4de433 (diff)
Add publish_only to affiliation type spec
Diffstat (limited to 'include')
-rw-r--r--include/pubsub.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl
index 2f85bdbfa..f43e1644b 100644
--- a/include/pubsub.hrl
+++ b/include/pubsub.hrl
@@ -98,7 +98,7 @@
-type(affiliation() :: 'none'
| 'owner'
| 'publisher'
- %| 'publish-only'
+ | 'publish_only'
| 'member'
| 'outcast'
).