mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Fix error with session feature.
This commit is contained in:
parent
566ec8a5f9
commit
af45b51f4f
2 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,5 @@ from sleekxmpp.stanza.message import Message
|
|||
from sleekxmpp.stanza.presence import Presence
|
||||
from sleekxmpp.stanza.stream_features import StreamFeatures
|
||||
from sleekxmpp.stanza.bind import Bind
|
||||
from sleekxmpp.stanza.session import Session
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ class Session(ElementBase):
|
|||
"""
|
||||
"""
|
||||
|
||||
name = 'bind'
|
||||
name = 'session'
|
||||
namespace = 'urn:ietf:params:xml:ns:xmpp-session'
|
||||
interfaces = set()
|
||||
plugin_attrib = 'session'
|
||||
|
|
Loading…
Reference in a new issue