mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Mark pubsub state stanzas as non-standard.
This commit is contained in:
parent
982c2d9b83
commit
24a14a0284
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,7 @@ class PublishOptions(ElementBase):
|
|||
|
||||
|
||||
class PubsubState(ElementBase):
|
||||
"""This is an experimental pubsub extension."""
|
||||
namespace = 'http://jabber.org/protocol/psstate'
|
||||
name = 'state'
|
||||
plugin_attrib = 'psstate'
|
||||
|
@ -263,6 +264,7 @@ class PubsubState(ElementBase):
|
|||
|
||||
|
||||
class PubsubStateEvent(ElementBase):
|
||||
"""This is an experimental pubsub extension."""
|
||||
namespace = 'http://jabber.org/protocol/psstate#event'
|
||||
name = 'event'
|
||||
plugin_attrib = 'psstate_event'
|
||||
|
|
Loading…
Reference in a new issue