diff sat_pubsub/const.py @ 352:efbdca10f0fb

schema: node schema implementation node schema is an experimental (not standard yet, protoXEP should follow) feature allowing to attach a data schema to a node. This commit implement it and method needed to retrieve/set a schema.
author Goffi <goffi@goffi.org>
date Fri, 08 Sep 2017 08:02:05 +0200
parents 82d1259b3e36
children 18b983fe9e1b
line wrap: on
line diff
--- a/sat_pubsub/const.py	Fri Sep 08 08:02:05 2017 +0200
+++ b/sat_pubsub/const.py	Fri Sep 08 08:02:05 2017 +0200
@@ -56,6 +56,10 @@
 NS_ITEM_CONFIG = "http://jabber.org/protocol/pubsub#item-config"
 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'
 OPT_ROSTER_GROUPS_ALLOWED = 'pubsub#roster_groups_allowed'
 OPT_PERSIST_ITEMS = "pubsub#persist_items"