Fix pubsub owner subscriptions stanza
This commit is contained in:
parent
45a2cfb01b
commit
6c2fa7a382
@ -94,7 +94,9 @@ class OwnerRedirect(ElementBase):
|
|||||||
|
|
||||||
|
|
||||||
class OwnerSubscriptions(Subscriptions):
|
class OwnerSubscriptions(Subscriptions):
|
||||||
|
name = 'subscriptions'
|
||||||
namespace = 'http://jabber.org/protocol/pubsub#owner'
|
namespace = 'http://jabber.org/protocol/pubsub#owner'
|
||||||
|
plugin_attrib = name
|
||||||
interfaces = set(('node',))
|
interfaces = set(('node',))
|
||||||
|
|
||||||
def append(self, subscription):
|
def append(self, subscription):
|
||||||
|
Loading…
Reference in New Issue
Block a user