- 授权协议: GPL
- 开发语言: C# .NET
- 操作系统: Windows
- 软件首页: http://www.ag-software.de/index.php?page=agsxmpp-sdk
- 软件文档: http://www.ag-software.de/content/agsxmpp/doc/
软件介绍
agsXMPP致力于创建一个轻量、快速的跨平台类库,用于XMPP协议。
通过下面的三项技术,agsXMPP达到了这个目标。
- 异步套接字
- 与工厂模式结合的快速XML解析器
- 自有的轻量级XML Dom,作为所有agsXMPP协议类的基础
示例代码:
XmppClientConnection xmpp = new XmppClientConnection("jabber.org");
xmpp.Open("myusername", "mysecret");
xmpp.OnLogin += delegate(object o) {
xmpp.Send(new Message("test@jabber.org", MessageType.chat, "Hello, how are you?"));
};
Out of Control
Kevin Kelly / Basic Books / 1995-4-14 / USD 22.95
Out of Control is a summary of what we know about self-sustaining systems, both living ones such as a tropical wetland, or an artificial one, such as a computer simulation of our planet. The last chap......一起来看看 《Out of Control》 这本书的介绍吧!
MD5 加密
MD5 加密工具
html转js在线工具
html转js在线工具