mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 11:09:56 +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):
|
class PubsubState(ElementBase):
|
||||||
|
"""This is an experimental pubsub extension."""
|
||||||
namespace = 'http://jabber.org/protocol/psstate'
|
namespace = 'http://jabber.org/protocol/psstate'
|
||||||
name = 'state'
|
name = 'state'
|
||||||
plugin_attrib = 'psstate'
|
plugin_attrib = 'psstate'
|
||||||
|
@ -263,6 +264,7 @@ class PubsubState(ElementBase):
|
||||||
|
|
||||||
|
|
||||||
class PubsubStateEvent(ElementBase):
|
class PubsubStateEvent(ElementBase):
|
||||||
|
"""This is an experimental pubsub extension."""
|
||||||
namespace = 'http://jabber.org/protocol/psstate#event'
|
namespace = 'http://jabber.org/protocol/psstate#event'
|
||||||
name = 'event'
|
name = 'event'
|
||||||
plugin_attrib = 'psstate_event'
|
plugin_attrib = 'psstate_event'
|
||||||
|
|
Loading…
Reference in a new issue