Subject: MiniClient login problem to jabber2
I am trying to connect to a non-open jabber server (version 2) using the VS2003 MiniClient as a replacement to a smack 2.2-based Java application. I have read the forum postings indicating that there are issues with mono.security.dll and I updated to the latest release (1.1.15). The server is using OpenSSL and I know that the password (and apparently only the password) is MD5 encrypted. The logs on the server do not seem to acknowledge my attempts to login. Can you help me what to try next? Here is the Debug log:
SEND: <stream:stream to='jabber.geotrax.net' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" from="jabber.geotrax.net" id="a382kv3v9px4z2wsqai0yold41ccy1795gcqbfml" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism></mechanisms></stream:features>
SEND: <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5" />
RECV: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cmVhbG09ImphYmJlci5nZW90cmF4Lm5ldCIsbm9uY2U9IjY3NDBmZmZkMDk0ODczM2UyNGQwZmRkOTJhZmFhOTEzNjE1ZjQwZmIiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge>
SEND: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dXNlcm5hbWU9InJhZmFsZXJ0cyIscmVhbG09ImphYmJlci5nZW90cmF4Lm5ldCIsbm9uY2U9IjY3NDBmZmZkMDk0ODczM2UyNGQwZmRkOTJhZmFhOTEzNjE1ZjQwZmIiLGNub25jZT0iNDhmMDJlOWEwYTA4ZDgwM2NlZTk1Y2I0ODIyNzc4ZTZhZWNlMjI1YzU4YTM1ZjYyNzBjN2QyZTFjNzc3ZDc2OSIsbmM9MDAwMDAwMDEscW9wPWF1dGgsZGlnZXN0LXVyaT0ieG1wcC9qYWJiZXIuZ2VvdHJheC5uZXQiLGNoYXJzZXQ9dXRmLTgscmVzcG9uc2U9NmE2MDJlMDQ3MzhlYTdjNzNjMDBkMzZjZjQ5NzAxMzQ=</response>
RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><temporary-auth-failure /></failure>
Thanks in advance,
Rich
SEND: <stream:stream to='jabber.geotrax.net' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" from="jabber.geotrax.net" id="a382kv3v9px4z2wsqai0yold41ccy1795gcqbfml" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism></mechanisms></stream:features>
SEND: <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5" />
RECV: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cmVhbG09ImphYmJlci5nZW90cmF4Lm5ldCIsbm9uY2U9IjY3NDBmZmZkMDk0ODczM2UyNGQwZmRkOTJhZmFhOTEzNjE1ZjQwZmIiLHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bWQ1LXNlc3M=</challenge>
SEND: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dXNlcm5hbWU9InJhZmFsZXJ0cyIscmVhbG09ImphYmJlci5nZW90cmF4Lm5ldCIsbm9uY2U9IjY3NDBmZmZkMDk0ODczM2UyNGQwZmRkOTJhZmFhOTEzNjE1ZjQwZmIiLGNub25jZT0iNDhmMDJlOWEwYTA4ZDgwM2NlZTk1Y2I0ODIyNzc4ZTZhZWNlMjI1YzU4YTM1ZjYyNzBjN2QyZTFjNzc3ZDc2OSIsbmM9MDAwMDAwMDEscW9wPWF1dGgsZGlnZXN0LXVyaT0ieG1wcC9qYWJiZXIuZ2VvdHJheC5uZXQiLGNoYXJzZXQ9dXRmLTgscmVzcG9uc2U9NmE2MDJlMDQ3MzhlYTdjNzNjMDBkMzZjZjQ5NzAxMzQ=</response>
RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><temporary-auth-failure /></failure>
Thanks in advance,
Rich