[Telepathy-commits] [telepathy-gabble/master] ignore second argument passed to streamStarted, for compatibility with Twisted Words 8.0
Dafydd Harries
dafydd.harries at collabora.co.uk
Tue Aug 19 10:52:05 PDT 2008
20080502170403-c9803-5126ab783b25a116f074abe11200e2cea49c33b0.gz
---
tests/twisted/gabbletest.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/gabbletest.py b/tests/twisted/gabbletest.py
index 61451f2..8ba653a 100644
--- a/tests/twisted/gabbletest.py
+++ b/tests/twisted/gabbletest.py
@@ -41,7 +41,7 @@ class JabberAuthenticator(xmlstream.Authenticator):
self.password = password
xmlstream.Authenticator.__init__(self)
- def streamStarted(self):
+ def streamStarted(self, root=None):
self.xmlstream.sendHeader()
self.xmlstream.addOnetimeObserver(
"/iq/query[@xmlns='jabber:iq:auth']", self.initialIq)
--
1.5.6.3
More information about the Telepathy-commits
mailing list