XEP-0461: fix fallback namespace
the XEP should be updated soon, confirmed by author, other implementations use this namespace
This commit is contained in:
@@ -13,7 +13,7 @@ class Reply(ElementBase):
|
||||
|
||||
class FeatureFallBack(ElementBase):
|
||||
# should also be a multi attrib
|
||||
namespace = "urn:xmpp:feature-fallback:0"
|
||||
namespace = "urn:xmpp:fallback:0"
|
||||
name = "fallback"
|
||||
plugin_attrib = "feature_fallback"
|
||||
interfaces = {"for"}
|
||||
|
||||
Reference in New Issue
Block a user