Subject: Mono and agsXMPP
Hi,
Not sure how many people are using these libraries with Mono (it does say Mono is supported).
It seems to login but unable to send messages or display presence.
The documentation isn't that great if anyone has got this working with mono could you please help.
Trying to run the example given on site :
XmppClientConnection xmpp = new XmppClientConnection("jabber.org");
xmpp.Open("myUsername", "mySecret");
xmpp.Send( new Message("test@jabber.org", MessageType.chat, "Hello, how are you?"));
Thanks
Matt
ps. All works under .NET on Windows
Not sure how many people are using these libraries with Mono (it does say Mono is supported).
It seems to login but unable to send messages or display presence.
The documentation isn't that great if anyone has got this working with mono could you please help.
Trying to run the example given on site :
XmppClientConnection xmpp = new XmppClientConnection("jabber.org");
xmpp.Open("myUsername", "mySecret");
xmpp.Send( new Message("test@jabber.org", MessageType.chat, "Hello, how are you?"));
Thanks
Matt
ps. All works under .NET on Windows