Mercurial > libervia-backend
diff src/plugins/plugin_xep_0060.py @ 2201:40dd9eb2692c
plugin groupblog, XEP-0060: added ACCESS_PUBLISHER_ROSTER and switched to it in groupblog
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 23 Mar 2017 09:11:25 +0100 |
parents | 44f12990e275 |
children | 427391c706eb |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0060.py Thu Mar 23 09:07:10 2017 +0100 +++ b/src/plugins/plugin_xep_0060.py Thu Mar 23 09:11:25 2017 +0100 @@ -76,6 +76,7 @@ ACCESS_OPEN = 'open' ACCESS_PRESENCE = 'presence' ACCESS_ROSTER = 'roster' + ACCESS_PUBLISHER_ROSTER = 'publisher-roster' ACCESS_AUTHORIZE = 'authorize' ACCESS_WHITELIST = 'whitelist'