附:asmack已经不需要了,4.1以后的smack已经可以在android上使用了。

XMPP Clients:   http://xmpp.org/software/clients.html

An XMPP client is any software or application that enables you to connect to an XMPP for instant messaging with other people over the Internet. There are many free clients you can use to do this, for many different devices and operating systems.

Note: The following software was not developed by the XMPP Standards Foundation and has not been formally tested for standards compliance, usability, reliability, or performance.

See something missing? Any list of XMPP servers, clients or libraries will, due to the dynamic and evolving nature of the XMPP market, be out of date almost as soon as it’s published. If you spot mistakes, errors or omissions in the table below, please submit a pull request!

Name Platform(s)
Adium OSX
AQQ Windows
AstraChat Mobile (Android, iOS) / Linux / OSX / Windows
beejive Mobile (Android, BlackBerry, iOS)
Beem Mobile (Android)
BitlBee Linux
BlueJabb Mobile (Android, Blackberry (BBOS), Nokia Symbian S40/S60 and Asha)
Buddycloud Mobile / Web / Console
Candy Browser
Coccinella Linux / OSX / Windows
Conversations Mobile (Android)
Converse.js Browser
Coversant SoapBox Communicator Windows
Crosstalk Mobile (iOS)
eM Client Windows
Empathy Linux
Finch Console / Text-Mode
Gajim Linux / Windows
ChatSecure Mobile (Android)
GNU Freetalk Console / Text-Mode
GreenJab IBM i
Apple Messages OSX
IM+ Mobile
Instantbird Linux / OSX / Windows
irssi-xmpp Console / Text-Mode
jabber.el Linux
Jabbim Linux / OSX / Windows
Jabiru Mobile (Android)
JAJC Windows
Jappix Browser
Jitsi Linux / OSX / Windows
JSXC Browser
JWChat Browser
Kadu Linux / OSX / Windows
Kopete Linux
mcabber Console / Text-Mode
Miranda IM Windows
Miranda NG Windows
Movim Browser
Monal IM Mobile (iOS)
Mozilla Thunderbird Linux / OSX / Windows
OneTeam Linux / OSX / Windows
OneTeam for iPhone Mobile (iOS)
Poezio Console / Text-Mode
Pidgin Linux / OSX / Windows
Profanity Console / Text-Mode
Psi Linux / OSX / Windows
Psi+ Linux / OSX / Windows
Quiet Internet Pager Windows
qutIM Linux / OSX / Windows
Salut à Toi Linux / Console / Text-Mode / Browser
Sim-IM Linux
Spark Linux / OSX / Windows
SparkWeb Browser
Swift Linux / OSX / Windows
Talkonaut Mobile
Tigase Messenger Browser
Tigase Minichat Browser
Tkabber Linux / OSX / Windows
Trillian Windows/ OSX / Mobile / Browser
V&V Messenger Windows
Vacuum-IM Linux / OSX / Windows
Vayusphere Mobile (BlackBerry)
VSTalk Windows
WTW Windows
Xabber Mobile (Android)
xmpp-client Linux / OSX
xmppchat Browser
XMPPWebChat Browser
yaxim Mobile (Android)

xmpp 协议之可扩展消息(messaging)与状态(presence)协议核心: RFC 3920的更多相关文章

  1. [Python]实现XMPP协议即时通讯发送消息功能

    #-*- coding: utf-8 -*- __author__ = 'tsbc' import xmpp import time #注意帐号信息,必须加@域名格式 from_user = 'che ...

  2. MQTT-SN协议乱翻之消息格式

    前言 紧接着上篇初步介绍,本文为第二篇,主要梳理MQTT-SN 1.2协议中定义的消息格式. 通用消息格式 消息头 其它可变部分 2/4字节表示 N字节组成 消息头部 长度 消息类型 1或3个字节 1 ...

  3. OC: 类的扩展、类的延展、协议、 NSDate

      NSDateFormatter 指定⽇日期格式: NSDateFormatter * formatter = [[NSDateFormatter alloc] init]; [formatter ...

  4. Xmpp学习之Smack发送消息JID变乱码

    Xmpp学习之Smack发送消息JID变乱码 版权声明:本文为博主原创文章,未经博主允许不得转载. 转载请表明出处:http://www.cnblogs.com/cavalier-/p/6947723 ...

  5. 详解FIX协议的原理、消息格式及配置开发

    一.定义 FIX协议是由国际FIX协会组织提供的一个开放式协议,目的是推动国际贸易电子化的进程,在各类参与者之间,包括投资经理.经纪人,买方.卖方建立起实时的电子化通讯协议.FIX协议的目标是把各类证 ...

  6. HTTP协议-工作原理及消息结构

    HTTP协议 HTTP协议是Hyper Test Transfer Protocol(超文本传输协议)的缩写 适用于从万维网(WWW:World Wide Web)服务器传输超文本到本地浏览器的传输协 ...

  7. IP 协议首部格式与其配套使用的四个协议(ARP,RARP,ICMP,IGMP)

    目录 IP协议首部格式地址解析协议 ARP逆向地址解析协议 RARP网际控制报文协议 ICMP网际组管理协议IGMP IP 数据报首部 IP数据报首部格式: 最高位在左边,记为0 bit:最低位在右边 ...

  8. (网络层)IP 协议首部格式与其配套使用的四个协议(ARP,RARP,ICMP,IGMP)

    目录 IP协议首部格式地址解析协议 ARP逆向地址解析协议 RARP网际控制报文协议 ICMP网际组管理协议IGMP IP 数据报首部 IP数据报首部格式: 最高位在左边,记为0 bit:最低位在右边 ...

  9. 《TCP/IP详解卷1:协议》第11章 UDP:用户数据报协议-读书笔记

    章节回顾: <TCP/IP详解卷1:协议>第1章 概述-读书笔记 <TCP/IP详解卷1:协议>第2章 链路层-读书笔记 <TCP/IP详解卷1:协议>第3章 IP ...

随机推荐

  1. Java API —— BigDecimal类

    1.BigDecimal类概述  由于在运算的时候,float类型和double很容易丢失精度,演示案例.所以,为了能精确的表示.计算浮点数,Java提供了BigDecimal 不可变的.任意精度的有 ...

  2. tcp通信:多进程共享listen socket方式

    原文链接:http://blog.csdn.net/largetalk/article/details/7939080 看tornado源码多进程(process.py)那段,发现他的多进程模型和一般 ...

  3. firebug的使用方法和技巧(web开发调试工具)

    Firebug是firefox下的一个插件,能够调试所有网站语言,如Html,Css等,但FireBug最吸引我的就是javascript调试功 能,使用起来非常方便,而且在各种浏览器下都能使用(IE ...

  4. mysql 查看警告

    显示警告(打开): warnings 查看警告(查看内容): show warnings; 记录运行日志: tee  _logsfile source sql_filenotee

  5. POJ 3080 (字符串水题) Blue Jeans

    题意: 找出这些串中最长的公共子串(长度≥3),如果长度相同输出字典序最小的那个. 分析: 用库函数strstr直接查找就好了,用KMP反而是杀鸡用牛刀. #include <cstdio> ...

  6. hdu 4617 Weapon(叉积)

    大一学弟表示刚学过高数,轻松无压力. 我等学长情何以堪= = 求空间无限延伸的两个圆柱体是否相交,其实就是叉积搞一搞 详细点就是求两圆心的向量在两直线(圆心所在的直线)叉积上的投影 代码略挫,看他的吧 ...

  7. ubuntu - chrome 标题栏, 书签乱码 解决

    只要修改/etc/fonts/conf.d/49-sansserif.conf这个文件就行了—— 打开/etc/fonts/conf.d/49-sansserif.conf这个文件: sudo ged ...

  8. android和ios流媒体库推荐

    1基本信息编辑 Vitamio是一款 Android 与 iOS 平台上的全能多媒体开发框架,全面支持硬件解码与 GPU 渲染.从2011年8月上线到2014年1月,Vitamio 凭借其简洁易用的 ...

  9. 海康、大华IpCamera RTSP地址和格式

    海康:rtsp://[username]:[password]@[ip]:[port]/[codec]/[channel]/[subtype]/av_stream说明:username: 用户名.例如 ...

  10. 转载RabbitMQ入门(2)--工作队列

    工作队列 (使用Java客户端) 在这第一指南部分,我们写了通过同一命名的队列发送和接受消息.在这一部分,我们将会创建一个工作队列,在多个工作者之间使用分布式时间任务. 工作队列(亦称:任务队列)背后 ...