[telepathy-gabble/master] gabbletest: use XMPP 1.0 by default

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Jul 1 02:36:43 PDT 2009


---
 tests/twisted/gabbletest.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/gabbletest.py b/tests/twisted/gabbletest.py
index debce75..c8dfc99 100644
--- a/tests/twisted/gabbletest.py
+++ b/tests/twisted/gabbletest.py
@@ -318,10 +318,10 @@ def make_stream(event_func, authenticator=None, protocol=None, port=4242, resour
     # set up Jabber server
 
     if authenticator is None:
-        authenticator = JabberAuthenticator('test', 'pass', resource=resource)
+        authenticator = XmppAuthenticator('test', 'pass', resource=resource)
 
     if protocol is None:
-        protocol = JabberXmlStream
+        protocol = XmppXmlStream
 
     stream = protocol(event_func, authenticator)
     factory = twisted.internet.protocol.Factory()
-- 
1.5.6.5




More information about the telepathy-commits mailing list