[telepathy-gabble/master] gabbletest.py: GoogleXmlStream set version to 1.0 so it works with the XmppAuthenticator
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Jul 1 04:14:28 PDT 2009
---
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 b1cb268..debce75 100644
--- a/tests/twisted/gabbletest.py
+++ b/tests/twisted/gabbletest.py
@@ -282,7 +282,7 @@ class XmppXmlStream(BaseXmlStream):
class GoogleXmlStream(BaseXmlStream):
# ???
- version = (0, 9)
+ version = (1, 0)
def _cb_disco_iq(self, iq):
if iq.getAttribute('to') == 'localhost':
--
1.5.6.5
More information about the telepathy-commits
mailing list