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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?