Ubiety is an extensible XMPP library written in C# to be easy and powerful.
using ubiety;
using ubiety.common;
public class Test {
public static void Main() {
UbietySettings.ID = new JID("[email protected]");
UbietySettings.Password = "test";
XMPP ubiety = new XMPP();
ubiety.Connect();
}
}
- Mailing List: [email protected]
- Issues: https://ubiety.atlassian.net/browse/UX