diff options
-rw-r--r-- | slixmpp/xmlstream/xmlstream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py index 46b39392..4403178c 100644 --- a/slixmpp/xmlstream/xmlstream.py +++ b/slixmpp/xmlstream/xmlstream.py @@ -927,7 +927,7 @@ class XMLStream(asyncio.BaseProtocol): else: self.send_raw(data) self.waiting_queue.task_done() - + def send(self, data, use_filters=True): """A wrapper for :meth:`send_raw()` for sending stanza objects. |