Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.01 KB

index.md

File metadata and controls

21 lines (15 loc) · 1.01 KB
layout
default

XMPP is an open technology for real-time communication, which powers a wide range of applications including instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data.

http://xmpp.org/about-xmpp/technology-overview/

node-xmpp is a set of JavaScript Node.js, io.js and browser modules to work with XMPP and/or XML.

← Check out the documentation to know more about each piece.

If you you'd like to chat, contribute or help, please join us in our XMPP chat room node-xmpp@conference.dukgo.org.

Goals
  • Use Node.js/io.js conventions, especially EventEmitter, ie. for write buffer control
  • Fast, node-expat was written for node-xmpp
  • XMPP component
  • XMPP server with C2S, S2S, BOSH and WebSocket support
  • XMPP client with TCP, BOSH, WebSocket transports and browser support
  • Modules and libraries decoupling, resusability