Pubsub/Unsubscribe was not getting registered
This commit is contained in:
parent
1d891858b6
commit
016aac69f6
@ -237,6 +237,8 @@ class Unsubscribe(ElementBase):
|
||||
def getJid(self):
|
||||
return JID(self._getAttr('jid'))
|
||||
|
||||
registerStanzaPlugin(Pubsub, Unsubscribe)
|
||||
|
||||
class Subscribe(ElementBase):
|
||||
namespace = 'http://jabber.org/protocol/pubsub'
|
||||
name = 'subscribe'
|
||||
|
Loading…
Reference in New Issue
Block a user