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.

Main metrics

Overview
Name With Ownerxmppjs/xmpp.js
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:ISC License
所有者活动
Created At2010-05-26 02:47:19
Pushed At2025-04-15 09:00:11
Last Commit At2021-08-19 21:51:19
Release Count27
Last Release Namev0.13.4 (Posted on 2025-01-21 16:10:53)
First Release Namev0.2.0 (Posted on 2017-07-02 12:59:30)
用户参与
Stargazers Count2.2k
Watchers Count81
Fork Count380
Commits Count2.6k
Has Issues Enabled
Issues Count519
Issue Open Count34
Pull Requests Count378
Pull Requests Open Count4
Pull Requests Close Count113
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private