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…")
 
Line 6: Line 6:


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


==Python==


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

Revision as of 10:40, 14 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).

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


API Client & Serveur

Java


Python

Node.js & Javascript