From 0af1c7fe9a03be34e14ae8ecc332f6d1fa168511 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 21 May 2012 02:14:25 +0200 Subject: Docstrings, and small cleanup --- src/connection.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/connection.py') diff --git a/src/connection.py b/src/connection.py index ce300261..3f61b8cf 100644 --- a/src/connection.py +++ b/src/connection.py @@ -97,5 +97,8 @@ class Connection(sleekxmpp.ClientXMPP): sleekxmpp.ClientXMPP.send_raw(self, data, now, reconnect) class MatchAll(sleekxmpp.xmlstream.matcher.base.MatcherBase): + """ + Callback to retrieve all the stanzas for the XML tab + """ def match(self, xml): return True -- cgit v1.2.3