xmpp.js

XMPP for JavaScript

Github stars Tracking Chart

xmpp.js

code style: prettier
build status
license

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.

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

xmpp.js is a JavaScript library for XMPP.

Get started

goals

universal

It aims to run everywhere JavaScript runs and make use of the best network transport available.

reliable

By default, it handles errors and will automatically reconnect. With appropriate configuration it will even loop through a list of endpoints. You don't have to write a single line of code to handle network failures.

Releases follow the Semantic Versionning specification

modular

Thanks to lerna, xmpp.js is highly modular, each feature is implemented as a package and can be included or excluded. (even XMPP core features)

This allows to hand-pick what you need and reduce browser bundle. Additionally packages can be dynamically imported on demand.

modern

Written in ES2015, it provides a modern promise based API and will keep up with meaningful additions to the language.

credits

xmpp.js is a rewrite of node-xmpp and learned a lot from it.

Thanks to all xmpp.js and node-xmpp contributors.

Overview

Name With Ownerxmppjs/xmpp.js
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 4)
Platform
License:ISC License
Release Count24
Last Release Namev0.13.1 (Posted on 2022-02-13 21:17:05)
First Release Namev0.2.0 (Posted on 2017-07-02 12:59:30)
Created At2010-05-26 02:47:19
Pushed At2023-12-07 02:55:43
Last Commit At2021-08-19 21:51:19
Stargazers Count2.2k
Watchers Count86
Fork Count371
Commits Count2.5k
Has Issues Enabled
Issues Count499
Issue Open Count31
Pull Requests Count340
Pull Requests Open Count8
Pull Requests Close Count107
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top