diff options
Diffstat (limited to 'pyload/plugin/addon/XMPPInterface.py')
-rw-r--r-- | pyload/plugin/addon/XMPPInterface.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/plugin/addon/XMPPInterface.py b/pyload/plugin/addon/XMPPInterface.py index 2733cfde0..c977042e6 100644 --- a/pyload/plugin/addon/XMPPInterface.py +++ b/pyload/plugin/addon/XMPPInterface.py @@ -210,7 +210,6 @@ class XMPPInterface(IRCInterface, JabberClient): class VersionHandler(object): """Provides handler for a version query. - This class will answer version query and announce 'jabber:iq:version' namespace in the client's disco#info results.""" |