From df3afafb48265bfd266c66fdef0a3199cb079b32 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Wed, 22 Apr 2015 18:10:35 +0200 Subject: [PATCH] Add publish_only to affiliation type spec --- include/pubsub.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ).