Subject: What is "XmppClientConnection.ConnectServer" mean?
hi~
Because I have tried to build a SoapBox server, and I couldn't login correctly.
I think when I connected to google talk's server,
I should set "_connection.ConnectServer = "talk.google.com"" first,
and this maybe the reason.
So I would like to know how is "XmppClientConnection.ConnectServer" mean for the client.
How should I set? Only fix "_connection.Server" seemed useless?
Thank you very much~:oops:
Here is the error message, if you need.
Because I have tried to build a SoapBox server, and I couldn't login correctly.
I think when I connected to google talk's server,
I should set "_connection.ConnectServer = "talk.google.com"" first,
and this maybe the reason.
So I would like to know how is "XmppClientConnection.ConnectServer" mean for the client.
How should I set? Only fix "_connection.Server" seemed useless?
Thank you very much~:oops:
Here is the error message, if you need.
SEND: <stream:stream to='ngadavid.myftp.org' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" from="ngadavid.myftp.org" xml:lang="zh-TW" id="a25118f4-bc99-4582-9d3a-fb8a43515753" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><register xmlns="http://jabber.org/features/iq-register" />
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>DIGEST-MD5</mechanism></mechanisms>
<auth xmlns="http://jabber.org/features/iq-auth" /></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">cmVhbG09Im5nYWRhdmlkLm15ZnRwLm9yZyIsbm9uY2U9IjIyMWE2ZWY4LTkzNjQtNDMxYS05YjAwLTk4NGNlY2JmNWZlOSIscW9wPSJhdXRoIixjaGFyc2V0PXV0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==</challenge>
SEND: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dXNlcm5hbWU9IlNvYXBCb3hBZG1pbkBuZ2FkYXZpZC5teWZ0cC5vcmciLHJlYWxtPSJuZ2FkYXZpZC5teWZ0cC5vcmciLG5vbmNlPSIyMjFhNmVmOC05MzY0LTQzMWEtOWIwMC05ODRjZWNiZjVmZTkiLGNub25jZT0iNjQ3ZDhlNjU5MjFlYmY0NDZhNTdiOTZiOWM4NTgxMGMwNDcwYTkxNGI5NDNmYmRiZmY5MDBmZjRiNzZiOTU5ZSIsbmM9MDAwMDAwMDEscW9wPWF1dGgsZGlnZXN0LXVyaT0ieG1wcC9uZ2FkYXZpZC5teWZ0cC5vcmciLGNoYXJzZXQ9dXRmLTgscmVzcG9uc2U9ODUxZTZhMWI3Y2UzYjZiNmY2YzQ0YzRhN2U4OGI4MzA=</response>
RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized /></failure>
RECV: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" from="ngadavid.myftp.org" xml:lang="zh-TW" id="a25118f4-bc99-4582-9d3a-fb8a43515753" >
RECV: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><register xmlns="http://jabber.org/features/iq-register" />
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>DIGEST-MD5</mechanism></mechanisms>
<auth xmlns="http://jabber.org/features/iq-auth" /></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">cmVhbG09Im5nYWRhdmlkLm15ZnRwLm9yZyIsbm9uY2U9IjIyMWE2ZWY4LTkzNjQtNDMxYS05YjAwLTk4NGNlY2JmNWZlOSIscW9wPSJhdXRoIixjaGFyc2V0PXV0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==</challenge>
SEND: <response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dXNlcm5hbWU9IlNvYXBCb3hBZG1pbkBuZ2FkYXZpZC5teWZ0cC5vcmciLHJlYWxtPSJuZ2FkYXZpZC5teWZ0cC5vcmciLG5vbmNlPSIyMjFhNmVmOC05MzY0LTQzMWEtOWIwMC05ODRjZWNiZjVmZTkiLGNub25jZT0iNjQ3ZDhlNjU5MjFlYmY0NDZhNTdiOTZiOWM4NTgxMGMwNDcwYTkxNGI5NDNmYmRiZmY5MDBmZjRiNzZiOTU5ZSIsbmM9MDAwMDAwMDEscW9wPWF1dGgsZGlnZXN0LXVyaT0ieG1wcC9uZ2FkYXZpZC5teWZ0cC5vcmciLGNoYXJzZXQ9dXRmLTgscmVzcG9uc2U9ODUxZTZhMWI3Y2UzYjZiNmY2YzQ0YzRhN2U4OGI4MzA=</response>
RECV: <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized /></failure>