XMPP: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with " Extensible Messaging and Presence Protocol (XMPP) est un ensemble de protocoles standards ouverts pour la messagerie instantanée et les échanges audio-vidéo (JINGLE). ht…")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Extensible Messaging and Presence Protocol (XMPP) est un ensemble de protocoles standards ouverts pour la messagerie instantanée et les échanges audio-vidéo ([[JINGLE]]). Il est utilisé pour GTalk, Google Hangout (? à vérifier).


==Liens==
Extensible Messaging and Presence Protocol (XMPP) est un ensemble de protocoles standards ouverts pour la messagerie instantanée et les échanges audio-vidéo ([[JINGLE]]).
* http://xmpp.org

http://fr.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol
* http://fr.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol
* http://fr.wikipedia.org/wiki/BOSH


==User Agents==
* [[Jitsi]]
* [[GTalk]]


==API Client & Serveur==
==API Client & Serveur==
==Java==
* Client http://www.igniterealtime.org/projects/smack/
* Server http://www.igniterealtime.org/projects/openfire/index.jsp


==Android==
* Client http://florentgarin.developpez.com/tutoriel/android/client-xmpp/

==Python==


===[[Node.js]] & [[Javascript]]===
===[[Node.js]] & [[Javascript]]===
** Client https://github.com/astro/node-xmpp
** Client https://github.com/astro/node-xmpp

Latest revision as of 05:51, 20 March 2013

Extensible Messaging and Presence Protocol (XMPP) est un ensemble de protocoles standards ouverts pour la messagerie instantanée et les échanges audio-vidéo (JINGLE). Il est utilisé pour GTalk, Google Hangout (? à vérifier).

Liens

User Agents

API Client & Serveur

Java


Android

Python

Node.js & Javascript