summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-04-22 18:10:35 +0200
committerChristophe Romain <christophe.romain@process-one.net>2015-04-22 18:10:35 +0200
commitdf3afafb48265bfd266c66fdef0a3199cb079b32 (patch)
treedb90afc6ed9eeb400dd569689bacb219677d2008 /include
parentAdd private and roster local handlers to get listed in disco#info (EJAB-682) (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 2f85bdbf..f43e1644 100644
--- a/include/pubsub.hrl
+++ b/include/pubsub.hrl
@@ -98,7 +98,7 @@
-type(affiliation() :: 'none'
| 'owner'
| 'publisher'
- %| 'publish-only'
+ | 'publish_only'
| 'member'
| 'outcast'
).