Mercurial > libervia-backend
changeset 3469:c063cbb2ad6e
plugin lists: register `tickets_type` namespace
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 27 Feb 2021 18:31:47 +0100 |
parents | 36cac8e6f57d |
children | ca76767185e3 |
files | sat/plugins/plugin_misc_lists.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/plugins/plugin_misc_lists.py Sat Feb 27 18:25:20 2021 +0100 +++ b/sat/plugins/plugin_misc_lists.py Sat Feb 27 18:31:47 2021 +0100 @@ -210,6 +210,7 @@ self._s = self.host.plugins["XEP-0346"] self.namespace = self._s.getSubmittedNS(APP_NS_TICKETS) host.registerNamespace("tickets", APP_NS_TICKETS) + host.registerNamespace("tickets_type", NS_TICKETS_TYPE) self.host.plugins["PUBSUB_INVITATION"].register( APP_NS_TICKETS, self )