comparison sat_pubsub/const.py @ 452:8da3db1e82a9

backend: advertise RSM on disco
author Goffi <goffi@goffi.org>
date Fri, 02 Jul 2021 15:18:09 +0200
parents 074037832daf
children 1a179ad10125
comparison
equal deleted inserted replaced
451:0e6e176cb572 452:8da3db1e82a9
53 53
54 NS_CLIENT = 'jabber:client' 54 NS_CLIENT = 'jabber:client'
55 NS_GROUPBLOG_PREFIX = 'urn:xmpp:groupblog:' 55 NS_GROUPBLOG_PREFIX = 'urn:xmpp:groupblog:'
56 NS_ITEM_CONFIG = "http://jabber.org/protocol/pubsub#item-config" 56 NS_ITEM_CONFIG = "http://jabber.org/protocol/pubsub#item-config"
57 NS_ATOM = "http://www.w3.org/2005/Atom" 57 NS_ATOM = "http://www.w3.org/2005/Atom"
58 NS_PUBSUB_RSM = "http://jabber.org/protocol/pubsub#rsm"
58 NS_FORWARD = 'urn:xmpp:forward:0' 59 NS_FORWARD = 'urn:xmpp:forward:0'
59 NS_FDP = 'urn:xmpp:fdp:0' 60 NS_FDP = 'urn:xmpp:fdp:0'
60 NS_SCHEMA_RESTRICT = 'https://salut-a-toi/protocol/schema#restrict:0' 61 NS_SCHEMA_RESTRICT = 'https://salut-a-toi/protocol/schema#restrict:0'
61 62
62 FDP_TEMPLATE_PREFIX = "fdp/template/" 63 FDP_TEMPLATE_PREFIX = "fdp/template/"