Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
cybermonk #1
Member since Apr 2006 · 3 posts
Group memberships: Members
Show profile · Link to this post
Subject: Cannot connect to Wildfire 2.6.1 from MiniClientVB (VS2003)
I tried to connect to Wildfire 2.6.1 running on my PC using MiniClientVB (VS2003). But I could not connect.

The following was the communication b/w client and server. It may look like I keyed in the wrong password...or that server had no record of me. But I made sure I used the correct password. And I was able to connect using another client(Spark) to the same Server(Wildfire)

Any help is appreciated. Thanks in advance.
Edwin

SEND: <stream:stream to='127.0.0.1' 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="temasek-7b5j97k" xml:lang="en" id="a862a3fb" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" /><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>
SEND: <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
RECV: <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
SEND: <stream:stream to='127.0.0.1' 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="temasek-7b5j97k" xml:lang="en" id="a862a3fb" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><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>
SEND: <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="DIGEST-MD5" />
RECV: <challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cmVhbG09InRlbWFzZWstN2I1ajk3ayIsbm9uY2U9IitiWlRmdHg2c2ZFSEY5S1BUak1HeXlRSlI3ZFlqelBkKzgzenFoZjkiLHFvcD0iYXV0aCIsY2hhcnNldD0idXRmLTgiLGFsZ29yaXRobT0ibWQ1LXNlc3Mi</challenge>
SEND: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dXNlcm5hbWU9ImRhbyIscmVhbG09InRlbWFzZWstN2I1ajk3ayIsbm9uY2U9IitiWlRmdHg2c2ZFSEY5S1BUak1HeXlRSlI3ZFlqelBkKzgzenFoZjkiLGNub25jZT0iMmUwZGVmYzVkMTgyMmNiYTBkNTdiYzI5NjAzNjAwZjU1ODgyNTk0MmVlNjFhZTM2ZDkzY2MzYmQwODZhNWMwMiIsbmM9MDAwMDAwMDEscW9wPWF1dGgsZGlnZXN0LXVyaT0ieG1wcC8xMjcuMC4wLjEiLGNoYXJzZXQ9dXRmLTgscmVzcG9uc2U9ODViMWM1YTYyNTViNWU5ZGFmYjRiMDRlY2IwZTNlYTg=</response>
RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized /></failure>
Avatar
Alex #2
Member since Feb 2003 · 4447 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Hello,

This is an authentication error.
your init stream shows the IP address 127.0.0.1. So you entered the IP Address as the domain part of your Jid. Is this correct? How did you setup your server? Is it configured to the IP or to a domain name or your workstation name? Because with SASL authentication the password must be correct and the domain must also match. How does your password look? Does it contain any special character or special unicode characters? But this should be no problem at all.

Alex
Avatar
cybermonk #3
Member since Apr 2006 · 3 posts
Group memberships: Members
Show profile · Link to this post
Subject: Thanks! it worked
I used the host name instead of 127.0.0.1 and it wordked. Thanks a lot!
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS