节:具有JSON API的现代XMPP

时间:2024-03-07 17:12:52
【文件属性】:

文件名称:节:具有JSON API的现代XMPP

文件大小:573KB

文件格式:ZIP

更新时间:2024-03-07 17:12:52

xmpp jingle stanza jxt TypeScript

StanzaJS 具有JSON API的现代XMPP。 这是什么? StanzaJS是一个使用现代XMPPJavaScript / TypeScript库,它通过将所有内容公开为JSON来实现。 除非您坚持,否则在使用StanzaJS时无需查看或触摸任何XML。 正在安装 npm install stanza 回声客户端演示 import * as XMPP from 'stanza' ; const client = XMPP . createClient ( { jid : 'echobot@example.com' , password : 'hunter2' , // If you have a .well-known/host-meta.json file for your // domain, the connection transport


网友评论