找回密码
 立即注册
connectionXMPPConnectionSmack三行 | vc书籍 2022-06-16 185 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Smack 类库详细介绍
Smack 是一个使用 XMPP 服务器进行聊天和即时消息交换的库。 Smack 的主要优点:
简单易用且功能强大的 API。只需三行代码即可向用户发送文本消息 XMPPConnection connection = new XMPPConnection(“jabber.org”);
connection.login("mtucker" , "password");
connection.createChat(“jsmith@jivesoftware.com”).sendMessage(“你好!”);

(Detailed introduction to smack class library
Smack is a library for chat and instant message exchange using XMPP server. Smack's key benefits:
An easy-to-use and powerful API. Only three lines of code are required to send a text message xmppconnection connection = new xmppconnection ("jabber.org");
connection. login("mtucker" , "password");
connection. createChat(“ jsmith@jivesoftware.com ”). SendMessage ("Hello!");)

[下载]11175374324.rar




上一篇:RFC3921 - Jabber_XMPP中文翻译计划.pdf
下一篇:The Swift Programming Language.pdf