Hello, <br> <br> I want to comunicate with and IM server (Wildfire) through TLS on port 5222 using SASL plain text authentication according to RFC 3920 <br> <br> Basically I start a stream, server shows me the auth mechanisms, I send startls command, server says proceed, I start a new stream, server shows me the auth mechanisms, I select PLAIN and the server shuts me off. <br> <br> <br> Here's the communication : <br> <br> CLIENT : <?xml version="1.0"?><flash:stream to="192.168.11.3" xmlns="jabber:client" xmlns:flash="http://www.jabber.com/streams/flash" version="1.0"><br> SERVER <?xml version='1.0' encoding='UTF-8'?><flash:stream xmlns:flash="http://www.jabber.com/streams/flash" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="192.168.11.3" id="5bbdf7a3" xml:lang="en" version="1.0"><stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"></starttls><mechanisms
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>CRAM-MD5</mechanism><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/></stream:features> <br> CLIENT <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/><br> SERVER <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> <br> CLIENT <?xml version="1.0"?><flash:stream to="192.168.11.3" xmlns="jabber:client" xmlns:flash="http://www.jabber.com/streams/flash" version="1.0"><br> SERVER <?xml version='1.0' encoding='UTF-8'?><flash:stream xmlns:flash="http://www.jabber.com/streams/flash" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="192.168.11.3" id="e6661ae8" xml:lang="en" version="1.0"><stream:features><starttls
xmlns="urn:ietf:params:xml:ns:xmpp-tls"></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>CRAM-MD5</mechanism><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism><mechanism>ANONYMOUS</mechanism></mechanisms><auth xmlns="http://jabber.org/features/iq-auth"/><register xmlns="http://jabber.org/features/iq-register"/></stream:features> <br> CLIENT <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl'mechanism='PLAIN'/><br> SERVER <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure> <br> <br> As you can see, although the server advertises the PLAIN mechanism, it doesn't let me connect to it. Why ? <br> <br> Thanks. <br> <br> PS here's the wildfire error log : <br> <br> <br> <br> <br> <br> <p>
                <hr size=1>Yahoo! Mail<br>
Bring photos to life! <a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=39174/*http://photomail.mail.yahoo.com">New PhotoMail </a> makes sharing a breeze.