Scheduler waits too longer, and pubsubstate registration was backwards
This commit is contained in:
committed by
Thom Nichols
parent
d76c0931ef
commit
ecf902bf16
@@ -40,8 +40,8 @@ class PubsubStateEvent(ElementBase):
|
||||
plugin_attrib_map = {}
|
||||
plugin_tag_map = {}
|
||||
|
||||
stanzaPlugin(Message, PubsubState)
|
||||
stanzaPlugin(PubsubState, PubsubStateEvent)
|
||||
stanzaPlugin(Message, PubsubStateEvent)
|
||||
stanzaPlugin(PubsubStateEvent, PubsubState)
|
||||
|
||||
class Pubsub(ElementBase):
|
||||
namespace = 'http://jabber.org/protocol/pubsub'
|
||||
|
||||
Reference in New Issue
Block a user