Subject: What is XmppClientConnection.ConnectServer mean?
hi~
When I connected to google talk's server, I should set
Thank you very much~:oops:
Here is the error message, if you need.
When I connected to google talk's server, I should set
_connection.ConnectServer = "talk.google.com"
first. I would like to know how did it work? I have tried to build a SoapBox server, but I can't login correctly. How should I set, because only _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>
This post was edited on 2006-02-17, 22:18 by Alex.