Subject: agsXMPP appears to do nothing?
Using the sample code on the front page, or the GTalk specific sample, I can't seem to get agsXMPP to work.
My test app compiles fine, it just doesn't throw any exceptions, it doesn't fire OnLogin, OnWriteXML, OnMessage, OnError, OnAuthError...etc, other accounts can't see either.
Funnily enough, the Samples all work flawlessly.
Using VS2008, to connect to (existing) gmail.
Any thoughts as to what I've done wrong?
My test app compiles fine, it just doesn't throw any exceptions, it doesn't fire OnLogin, OnWriteXML, OnMessage, OnError, OnAuthError...etc, other accounts can't see either.
Funnily enough, the Samples all work flawlessly.
Using VS2008, to connect to (existing) gmail.
XmppClientConnection xmpp = new XmppClientConnection();
xmpp.Server = "gmail.com";
xmpp.ConnectServer = "talk.google.com";
xmpp.Username = "username";
xmpp.Password = "pw";
xmpp.AutoResolveConnectServer = true;
xmpp.Open();
xmpp.Server = "gmail.com";
xmpp.ConnectServer = "talk.google.com";
xmpp.Username = "username";
xmpp.Password = "pw";
xmpp.AutoResolveConnectServer = true;
xmpp.Open();
Any thoughts as to what I've done wrong?
aeoth
Show profile
Link to this post
)
