发布于 2015-05-14 00:33:17 | 689 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Smack XMPP 客户端开发包

Smack是一个开源,易于使用的XMPP(jabber)客户端类库。


Smack 4.1.1 发布,此版本主要修复了一下 Bug:

  • DIGEST-MD5 challenge/response parsing must handle linear white spaces after the comma

  • SynchronizationPoint should use signalAll

  • Integer overflow if both client and server don't specify a max resumption time

  • isSmResumptionPossible() returns wrong values

  • DeliveryReceipts auto add should use packet interceptors and should not be requested for messages with ACKs.

  • Memory leak caused by RosterEntry declaring a strong reference to XMPPConnection

  • ReconnectionManager's RANDOM_INCREASING_DELAY is erroneously using a fixed value.

  • Add method to set ProxyInfo in ConnectionConfiguration.Builder

  • RosterEntry.setName() does not change the name

详细信息请查看更新日志

此版本现已提供下载

Smack是一个开源,易于使用的XMPP(jabber)客户端类库。

示例代码:

// Create a connection to the jabber.org server.
Connection conn1 = new XMPPConnection("jabber.org");
conn1.connect();

// Create a connection to the jabber.org server on a specific port.
ConnectionConfiguration config = new ConnectionConfiguration("jabber.org", 5222);
Connection conn2 = new XMPPConnection(config);
co


历史版本 :
Smack 4.2.1 发布,开源 XMPP 客户端库
Smack 4.2.0 发布,开源 XMPP 客户端库
Smack 4.2.0-rc3 发布,正式版将在第二季度发布
Smack 4.2 发布,开源 XMPP 客户端库
Smack 4.1.8 和 4.2.0-beta2 发布
Smack 4.1.7 和 4.2.0-beta1 发布
Smack 4.1.6/4.2.0-alpha3 发布
Smack 4.1.5 发布,XMPP 开发包
Smack 4.2.0-alpha2 发布,XMPP 客户端开发包
Smack 4.1.4 发布,XMPP 开发包
Smack 4.1.3 发布,XMPP 开发包
Smack 4.1.1 发布,XMPP 开发包
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务