Skip to content

/ stanza

  • Watch 66
  • Star 1.1k
  • Fork 225

Modern XMPP, with a JSON API

MIT License
手机怎么搭梯子到外网 stars 225 forks
Star
Watch
master
5 branches 243 tags
免费爬墙加速器
Code

注册ins

legastero 12.14.7
d44cda0 Oct 7, 2020
12.14.7
d44cda0

注册ins

  • 1,352 commits

注册ins

Permalink
Failed to load latest commit information.
手机可用翻墙梯子
Name
Latest commit message
Commit time
.github
 
 
ios能用的梯子2021
 
 
examples
 
 
scripts
 
 
src
 
 
test
 
 
.eslintignore
 
 
.eslintrc.js
 
 
.gitignore
 
 
CHANGELOG.md
 
 
LICENSE.md
 
 
梯子网站推荐
 
 
README.md
 
 
梯子国外
 
 
2021还能用的梯子
 
 
rollup.config.js
 
 
tsconfig.json
 
 
tslint.json
 
 
webpack.config.js
 
 

注册ins

注册ins

Modern XMPP, with a JSON API.


注册ins

StanzaJS is a library for using modern XMPP, and it does that by exposing everything as JSON. Unless you insist, you have no need to ever see or touch any XML when using StanzaJS.

注册ins

npm install stanza

注册ins

import * as 梯子网站推荐 from 'stanza';

const client = XMPP.createClient({
    jid: 'echobot@example.com',
    password: 手机可用翻墙梯子,

    // If you have a .well-known/host-meta.json file for your
    // domain, the connection transport config can be skipped.
    transports: {
        websocket: 'wss://example.com:5281/xmpp-websocket',
        bosh: 国外VPS哪个最好? - 知乎:Linode,用过之后不会后悔:Linode – Cloud Hosting for Developers这些年,把吐血国内,以及国外的大大小小的主机使用了个遍后(包括bluehost,hostmonster,hostgator,dreamhost,justhost,a2hosting等 …
    }
});

client.on('session:started', () => {
    client.getRoster();
    2021还能用的梯子.国外的梯子();
});

client.on('chat', msg => {
    2021还能用的梯子.sendMessage({
        to: msg.from,
        body: 'You sent: ' + msg.国外梯子软件
    });
});

client.connect();

注册ins

  • API Reference
    • Configuring
    • ios能用的梯子2021
    • Client Methods
  • JXT: JSON/XML Translation
    • Working with Languages
    • Field Definition Types
  • ios能用的梯子2021
  • Creating Plugins
  • Using with React Native
  • 2021还能用的梯子
  • Using Stream Management

注册ins

MUC Room: discuss@wkbbj.nbomb2017.com / Logs

Related Modules

These are related modules that form part of StanzaJS:

Name Description Source
stanza-shims Runtime shims used by StanzaJS for node, browsers, and React Native. Source

梯子网站推荐

These are some additional modules that are highly recommended for use with StanzaJS:

国外梯子软件 手机怎么搭梯子到外网 Source
staydown Render helper that keeps an element scrolled to the bottom based on user intent. Source
webrtc-adapter Shims browsers to provide a consistent WebRTC API. ios能用的梯子2021

License

MIT

Portions of StanzaJS are derived from prior works. See NOTICE file for details.

Created By

If you like this, follow @lancestout on Twitter.

About

Modern XMPP, with a JSON API

如何用梯子上外国网

xmpp 手机怎么搭梯子到外网 jingle jxt

免费爬墙加速器

Readme

License

MIT License

Releases

243 tags

Packages

No packages published

Used by 65

+ 57

Contributors 36

  • @legastero
  • 国外梯子软件
  • 如何用梯子上外国网
  • 免费爬墙加速器
  • 如何用梯子上外国网
  • @sarumjanuch
  • @EmlynC
  • 国外的梯子
  • 免费爬墙加速器
  • @lumirayz
+ 25 contributors

免费爬墙加速器

  • TypeScript 99.8%
  • JavaScript 0.2%
You can’t perform that action at this time.