XMPP android 相关收集

xmpp协议相关
http://xmpp.org/extensions/xep-0045.html

基于XMPP协议的Android IM研究
http://blog.sina.com.cn/s/blog_7e3fa7ec0101894b.html

android asmack 注册 登陆 聊天 多人聊天室 文件传输
http://www.cnblogs.com/not-code/archive/2011/07/16/2108369.html#2391587

基于XMPP协议的Android即时通信系
http://blog.csdn.net/lnb333666/article/details/7471292

Android基于XMPP Smack openfire 开发的聊天室(一)【会议服务、聊天室列表、加入】
http://blog.csdn.net/lnb333666/article/details/7476177

XMPP协议相关
http://kurting615.iteye.com/blog/1244750

问题解决:
Android之asmack通信客户端
http://huangfeinetjava.iteye.com/blog/1236680

Using the Android TrustStore for aSmack in Android 4+ (ICS)
[url]http://stackoverflow.com/questions/10850300/using-the-android-truststore-for-asmack-in-android-4-ics
[/url]

Xmpp协议 OpenFire服务器 Asmack Android客户端 一些Bug的解决方法
http://blog.csdn.net/winsonx/article/details/8348434

4.java.lang.ClassCastException: org.jivesoftware.smack.util.PacketParserUtils$2解决
https://code.google.com/p/asmack/issues/detail?id=43
http://community.igniterealtime.org/message/201866#201866

5.not-authorized(401)解决
http://blog.csdn.net/lnb333666/article/details/7599017

6. forbidden(403)解决
http://www.igniterealtime.org/downloads/index.jsp
再次请求也可以解决

相关API:
Smack Documentation
http://www.igniterealtime.org/builds/smack/docs/latest/documentation/index.html

相关例子:
这个例子比较早了
http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/


android source code:
http://rgruet.free.fr/public/

猜你喜欢

转载自macleo.iteye.com/blog/1768603