前言Smack是著名的开源XMPP客户端库,另一个开源IM全功能客户端Spark就是基于此库编写的(Spark或其修改版被众多国内中小企业作为内部沟通工具),2016年4月15日Smack正式发由了4.1.7版,此版为小幅更新版。 更新内容Bug- [SMACK-712] - XMPPTCPConnection's setEnabledSSL(Protocols|Ciphers) has no effect
- [SMACK-716] - EntityTimeManager.getTime() does not set the recipients JID
- [SMACK-719] - XMPPError should use Locale.US in toUpperCase()
Improvement- [SMACK-715] - Add Roster.setRosterLoadedAtLoginDefault(boolean)
官方更新公告详见:https://igniterealtime.org/issues/secure/ReleaseNote.jspa?projectId=10011&version=13630 下载地址 |