Mercurial > libervia-pubsub
diff sat_pubsub/const.py @ 323:8496af26be45
mam: added filtering by category
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 07 Jan 2016 16:20:43 +0100 |
parents | 54d90c73b8b5 |
children | 82d1259b3e36 |
line wrap: on
line diff
--- a/sat_pubsub/const.py Tue Jan 05 23:13:13 2016 +0100 +++ b/sat_pubsub/const.py Thu Jan 07 16:20:43 2016 +0100 @@ -73,3 +73,4 @@ VAL_RSM_MAX_DEFAULT = 10 # None for no limit FLAG_ENABLE_RSM = True FLAG_ENABLE_MAM = True +MAM_FILTER_CATEGORY = 'http://salut-a-toi.org/protocols/mam_filter_category'