1. 首页
  2. 数据库
  3. 其它
  4. 节:具有JSON API的现代XMPP 源码

节:具有JSON API的现代XMPP 源码

上传者: 2021-02-24 18:23:26上传 ZIP文件 573.38KB 热度 4次
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' ,
用户评论