xmpp 协议之可扩展消息(messaging)与状态(presence)协议核心: RFC 3920
附: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的更多相关文章
- [Python]实现XMPP协议即时通讯发送消息功能
#-*- coding: utf-8 -*- __author__ = 'tsbc' import xmpp import time #注意帐号信息,必须加@域名格式 from_user = 'che ...
- MQTT-SN协议乱翻之消息格式
前言 紧接着上篇初步介绍,本文为第二篇,主要梳理MQTT-SN 1.2协议中定义的消息格式. 通用消息格式 消息头 其它可变部分 2/4字节表示 N字节组成 消息头部 长度 消息类型 1或3个字节 1 ...
- OC: 类的扩展、类的延展、协议、 NSDate
NSDateFormatter 指定⽇日期格式: NSDateFormatter * formatter = [[NSDateFormatter alloc] init]; [formatter ...
- Xmpp学习之Smack发送消息JID变乱码
Xmpp学习之Smack发送消息JID变乱码 版权声明:本文为博主原创文章,未经博主允许不得转载. 转载请表明出处:http://www.cnblogs.com/cavalier-/p/6947723 ...
- 详解FIX协议的原理、消息格式及配置开发
一.定义 FIX协议是由国际FIX协会组织提供的一个开放式协议,目的是推动国际贸易电子化的进程,在各类参与者之间,包括投资经理.经纪人,买方.卖方建立起实时的电子化通讯协议.FIX协议的目标是把各类证 ...
- HTTP协议-工作原理及消息结构
HTTP协议 HTTP协议是Hyper Test Transfer Protocol(超文本传输协议)的缩写 适用于从万维网(WWW:World Wide Web)服务器传输超文本到本地浏览器的传输协 ...
- IP 协议首部格式与其配套使用的四个协议(ARP,RARP,ICMP,IGMP)
目录 IP协议首部格式地址解析协议 ARP逆向地址解析协议 RARP网际控制报文协议 ICMP网际组管理协议IGMP IP 数据报首部 IP数据报首部格式: 最高位在左边,记为0 bit:最低位在右边 ...
- (网络层)IP 协议首部格式与其配套使用的四个协议(ARP,RARP,ICMP,IGMP)
目录 IP协议首部格式地址解析协议 ARP逆向地址解析协议 RARP网际控制报文协议 ICMP网际组管理协议IGMP IP 数据报首部 IP数据报首部格式: 最高位在左边,记为0 bit:最低位在右边 ...
- 《TCP/IP详解卷1:协议》第11章 UDP:用户数据报协议-读书笔记
章节回顾: <TCP/IP详解卷1:协议>第1章 概述-读书笔记 <TCP/IP详解卷1:协议>第2章 链路层-读书笔记 <TCP/IP详解卷1:协议>第3章 IP ...
随机推荐
- linux kernel启动流程
linux kernel启动是从./init/main.c中开始的,其大概流程是: 1. 调用start_kernel()函数: 2. start_kernel()调用rest_init()函数: 3 ...
- 常用的coco2d-x游戏开发工具(转)
物理编辑工具Physics Editing ToolsMekanimo 网址:http://www.mekanimo.net/PhysicsBench 网址:http://www.cocos2d-ip ...
- IS_ERR、PTR_ERR、ERR_PTR
最近在使用filp_open打开文件时遇到到一个问题,当打开一个并不存在的文件时,filp_open返回值值为0xfffffffe,而并不是0(NULL),这是因为内核对返回指针的函数做了特殊处理.内 ...
- [Codeforces677B]Vanya and Food Processor(模拟,数学)
题目链接:http://codeforces.com/contest/677/problem/B 题意:n个土豆,每个土豆高ai.现在有个加工机,最高能放h,每次能加工k.问需要多少次才能把土豆全加工 ...
- bzoj2395
分组赛时学到的最小乘积生成树模型,感觉这个思路非常神,可以说是数形结合的经典问题 由于生成树有两个权值,我们把每个生成树的权值表示成点坐标(sa,sb) 显然我们知道,乘积最小,那么点必然落在下凸壳上 ...
- EASYUI+MVC4通用权限管理平台
通用权限案例平台在经过几年的实际项目使用,并取得了不错的用户好评.在平台开发完成后,特抽空总结一下平台知识,请各位在以后的时间里,关注博客的更新. 1.EASYUI+MVC4通用权限管理平台--前言 ...
- 安装IIS之后运行aspx 显示“服务器应用程序不可用” 解决办法
引起这个的原因大概是现安装了.Net Framework,后装的IIS导致.Net没有在IIS里注册. 另外,还有可能是ASPNET账户没有IIS所指定服务器目录的权限.在资源管理器中找到“工具-文 ...
- qtcreator cannot find -lts
/********************************************************************* * qtcreator cannot find -lts ...
- Java [Leetcode 235]Lowest Common Ancestor of a Binary Search Tree
题目描述: Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in ...
- RAID0_RAID1_RAID10_RAID5各需几块盘才可组建
RAID 0 RAID 0即Data Stripping(数据分条技术).整个逻辑盘的数据是被分条(stripped)分布在多个物理磁盘上,可以并行读/写,提供最快的速度,但没有冗余能力.要求至少两个 ...