Fix pubsub owner subscriptions stanza
This commit is contained in:
parent
45a2cfb01b
commit
6c2fa7a382
1 changed files with 2 additions and 0 deletions
|
@ -94,7 +94,9 @@ class OwnerRedirect(ElementBase):
|
|||
|
||||
|
||||
class OwnerSubscriptions(Subscriptions):
|
||||
name = 'subscriptions'
|
||||
namespace = 'http://jabber.org/protocol/pubsub#owner'
|
||||
plugin_attrib = name
|
||||
interfaces = set(('node',))
|
||||
|
||||
def append(self, subscription):
|
||||
|
|
Loading…
Reference in a new issue