xmpp for ios
- 授权协议: EPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: http://code4app.com/codesample/521705756803fa7c32000006
软件介绍
基于xmpp的即时通讯(需要配置openfire)。包括注册新用户,连接,获取朋友列表,文字通讯和语音通讯。其中保存朋友列表和聊天记录使用的是xmpp框架本身的coredata,没有使用任何其他的自定义的存储方式。
作者说:语音通讯借助了本网站的录音和格式转换代码(http://code4app.com/ios/录音并AMR和WAV互转/51565c3e6803fa5c76000005),作为格式转换,代码写到获取了音频文件的nsdata结束。
代码详细讲解:http://www.cnblogs.com/PhenixWang/p/3275454.html
适合初学者。 [Code4App.com]
Java Message Service API Tutorial and Reference
Hapner, Mark; Burridge, Rich; Sharma, Rahul / 2002-2 / $ 56.49
Java Message Service (JMS) represents a powerful solution for communicating between Java enterprise applications, software components, and legacy systems. In this authoritative tutorial and comprehens......一起来看看 《Java Message Service API Tutorial and Reference》 这本书的介绍吧!
