Comment 4 for bug 1059756

Revision history for this message
Marc D. (koshy) wrote :

Indeed, it works now, although there was no update of gajim. There is also no difference in the server replies.

gajim just initiates starttls now instead of throwing an error:

<!-- Out -->
<?xml version='1.0'?>
<stream:stream xmlns="jabber:client" to="gmail.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en" >

<!-- In -->
<stream:stream from="gmail.com" id="99A425FE4FF99C8B" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
<stream:features>
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls">
<required/>
</starttls>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>X-GOOGLE-TOKEN</mechanism>
<mechanism>X-OAUTH2</mechanism>
</mechanisms>
</stream:features>

<!-- Out -->
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>