xep_0384: Fix bundles NS

This commit is contained in:
Maxime “pep” Buquet 2018-05-14 10:57:30 +02:00
parent 39a7155176
commit e1c59d1c3d

View file

@ -13,7 +13,7 @@ from slixmpp.xmlstream import register_stanza_plugin, ElementBase
OMEMO_BASE_NS = 'eu.siacs.conversations.axolotl'
OMEMO_DEVICES_NS = OMEMO_BASE_NS + '.devicelist'
OMEMO_BUNDLE_NS = OMEMO_BASE_NS + '.bundle'
OMEMO_BUNDLES_NS = OMEMO_BASE_NS + '.bundles'
class Devices(ElementBase):