mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
parent
61ea84093b
commit
6d922d00c3
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ class XMLStream(object):
|
||||||
stanza objects, but may still be processed using handlers and
|
stanza objects, but may still be processed using handlers and
|
||||||
matchers.
|
matchers.
|
||||||
"""
|
"""
|
||||||
del self.__root_stanza[stanza_class]
|
del self.__root_stanza.remove(stanza_class)
|
||||||
|
|
||||||
def add_filter(self, mode, handler, order=None):
|
def add_filter(self, mode, handler, order=None):
|
||||||
"""Add a filter for incoming or outgoing stanzas.
|
"""Add a filter for incoming or outgoing stanzas.
|
||||||
|
|
Loading…
Reference in a new issue