xmpp.js

XMPP for JavaScript

Github星跟踪图

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.

主要指标

概览
名称与所有者xmppjs/xmpp.js
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证ISC License
所有者活动
创建于2010-05-26 02:47:19
推送于2025-04-15 09:00:11
最后一次提交2021-08-19 21:51:19
发布数27
最新版本名称v0.13.4 (发布于 2025-01-21 16:10:53)
第一版名称v0.2.0 (发布于 2017-07-02 12:59:30)
用户参与
星数2.2k
关注者数81
派生数380
提交数2.6k
已启用问题?
问题数519
打开的问题数34
拉请求数378
打开的拉请求数4
关闭的拉请求数113
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?