Mercurial > libervia-backend
diff src/core/constants.py @ 1450:7797dda847ae
plugins xep-0277, groupblog: added subscriteToMany to replace massiveSubscribeGroupBlogs + added SatRosterProtocol.getJidsSet
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 15 Aug 2015 22:20:43 +0200 |
parents | 227856b13d7a |
children | 4e2fab4de195 |
line wrap: on
line diff
--- a/src/core/constants.py Sat Aug 15 22:13:27 2015 +0200 +++ b/src/core/constants.py Sat Aug 15 22:20:43 2015 +0200 @@ -81,6 +81,11 @@ ENTITY_MAIN_RESOURCE = '@MAIN_RESOURCE@' ENTITY_CAP_HASH = 'CAP_HASH' + ## Roster jids selection ## + ALL = 'ALL' + GROUP = 'GROUP' + JID = 'JID' + ## Messages ## MESS_TYPE_INFO = 'info'