24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Add publish_only to affiliation type spec

This commit is contained in:
Christophe Romain 2015-04-22 18:10:35 +02:00
parent 2e194bd997
commit df3afafb48

View File

@ -98,7 +98,7 @@
-type(affiliation() :: 'none'
| 'owner'
| 'publisher'
%| 'publish-only'
| 'publish_only'
| 'member'
| 'outcast'
).