附: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 —— TreeSet类

    1.TreeSet类    1)TreeSet类概述         使用元素的自然顺序对元素进行排序         或者根据创建 set 时提供的 Comparator 进行排序          ...

  2. Java API —— Set接口 & HashSet类 & LinkedHashSet类

    1.Set接口     1)Set接口概述         一个不包含重复元素的 collection,无序(存储顺序和取出顺序不一致),唯一.  (List有序,即存储顺序和取出顺序一致,可重复) ...

  3. 奇怪的transform bug

    对一个元素使用transform:rotate 进行旋转,造成: 父元素的背景图位置偏移,往下降,背景图也会变模糊一些 造成重绘,导致该元素后面的兄弟元素受到影响,变得模糊,并且无法遮盖住父元素的背景 ...

  4. UVa 1402 Runtime Error 伸展树

    Runtime Error 到现在连样例也跑不出来!!! 调试了一晚上快要死了…… 知道错在哪里但是不会改,代码先扔在这里吧.看来不能太依赖模板啊orz…… #include <cstdio&g ...

  5. 【Linux常用工具】03. Linux性能测试工具ab

    在Apache服务器的套件中,有一个叫做 ab (ApacheBench) 的工具. ApacheBench 主要是用来测试Apache服务器执行效率用的 ApacheBench 可以针对某个特定的 ...

  6. Android zxing连续扫描

    initCamera(); if (mHandler != null) mHandler.restartPreviewAndDecode(); 在扫描完毕后执行这3句即可. 说明: 1.扫描处理方法为 ...

  7. Java解压上传zip或rar文件,并解压遍历文件中的html的路径

    1.本文只提供了一个功能的代码 public String addFreeMarker() throws Exception { HttpSession session = request.getSe ...

  8. 【设计模式】—— 单例模式Singleton

    前言:[模式总览]——————————by xingoo 模式意图 保证类仅有一个实例,并且可以供应用程序全局使用.为了保证这一点,就需要这个类自己创建自己的对象,并且对外有公开的调用方法. 模式结构 ...

  9. GIT使用教程与基本原理

    转自:http://blog.csdn.net/wengpingbo/article/details/8985132 说明:该教程全部图片都来自于<pro git>.以下所有的操作,除非特 ...

  10. poj 3792 Area of Polycubes (简单模拟)

    题目 题意:在三维坐标系中,给定n个立方体的中心坐标,立方体的边长为1,按照输入顺序,后来输入的必须和之前输入的立方体有公共的边. 而且,不能和之前输入的立方体相同. 如果满足条件,输出表面积.如果不 ...