搜索资源列表
asmack-2010.05.07-source
- asmack源代码 Smack库的Android版本,虽然Smack在PC上可以工作的很好,功能也很强大,但在Android平台上有一些问题,而导致这些问题的原因是Android精简了Java的类库,以至Smack使用的部分类库在Android平台上无法找到,所以Smack不能直接在Android平台上使用.但在2010年初,有人在code.google.com网站上发布了一个Asmack,其中A库就代表Android中的A,也就是说,这个版本是Smack的Android版本.可使用下面地址
openfirePforPandroidPim
- XMPP协议的一个写开发文档,包括openfire,smack -The XMPP protocol a write the development of documents, including openfire, smack
asmack-android-6-source-0.8.2
- smack designed for im in android based on openfire.Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache license. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openf
asmack_small
- Android使用的实现XMPP协议的Smack精简版的源码,极大减小程序体积,使用时直接导入-Android uses XMPP protocol implementation Smack streamlined version of the source, which greatly reduce program size, the use of direct import
example
- asmack简单例子a smack简单例子-simple simplesimple simplesimple simplesimple simple
smack
- smack功能详解,包括创建聊天室、配置聊天室、创建文件传输管理器等-Detailed smack functions, including creating chat rooms, chat room configuration, create a file transfer manager, etc.
Smack-master
- smack 通信插件,实现的xmpp协议,支持语音图片等,视频很多功能都支持的分化成那个好用的你知道么,-Smack communication plug-in, realize the XMPP protocol, support voice such as images, video to differentiate into many function support the use of you know,
XMPP-Live-chat-project-
- 源码简介: 本项目是一套基于android+asmack+openfire+xmpp的安卓即时聊天服务端,项目直连google talk服务器, 可以使用谷歌帐号登录客户端,测试需要至少两个谷歌帐号。在程序里添加好友即可聊天。聊天核心功能使 用的smack库,本项目附带3个详细讲解本项目的pdf文档。 想研究一下XMPP这一块的朋友绝对不容错过。 涉及模块&技术 slidingmenu 下拉刷新 openfire xmpp ... -Source de
smack_xmpp_client
- 利用smack API 做 Xmpp客戶。Example xmpp client using smack api. Smack 4.1.4 included
XmppSmackClientExample
- 利用smack 4.1.4 api, 在java 介面上做XMPP客戶開發,-Smack API 4.1.4 for Xmpp connection example development
androidpn
- androidpn基于Xmpp的消息推送源码包含了完整的客户端和服务器端。androidpn客户端需要用到一个基于java的开源XMPP协议包asmack,这个包同样也是基于openfire下的另外一个开源项目smack,不过我们不需要自己编译,可以直接把androidpn客户端里面的asmack.jar拿过来用。-Androidpn Xmpp based messaging source code contains a complete client and server. Androidpn
openfire消息系统Android客户端
- openfire消息系统Android客户端,包含Android客户端使用 smack库与openfire服务器的连接,消息发送接收等功能,以及基于SSL加密端口和非SSL端口的相关功能