Mercurial > libervia-pubsub
diff sat_pubsub/const.py @ 361:a92f482ff14f
schema: allow free FORM_TYPE as this is used for items validation, and should not be in schema namespace
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 27 Oct 2017 18:27:18 +0200 |
parents | 18b983fe9e1b |
children | 9fbb31ce495b |
line wrap: on
line diff
--- a/sat_pubsub/const.py Fri Oct 13 20:57:47 2017 +0200 +++ b/sat_pubsub/const.py Fri Oct 27 18:27:18 2017 +0200 @@ -57,7 +57,6 @@ NS_ATOM = "http://www.w3.org/2005/Atom" NS_FORWARD = 'urn:xmpp:forward:0' NS_SCHEMA = 'https://salut-a-toi/protocol/schema:0' -NS_SCHEMA_FORM = 'https://salut-a-toi/protocol/schema#schema:0' NS_SCHEMA_RESTRICT = 'https://salut-a-toi/protocol/schema#restrict:0' OPT_ACCESS_MODEL = 'pubsub#access_model'