@xmpp/middleware
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/xmpp__middleware package

0.13.1 • Public • Published

middleware

Middleware for @xmpp/client and @xmpp/component.

Supports Node.js and browsers.

Install

npm install @xmpp/middleware

Usage

const { Client } = require("@xmpp/client");
const middleware = require("@xmpp/middlware");

const client = new Client();
const app = middleware({ entity: client });

use

The use method registers a middleware for incoming stanzas.

app.use((ctx, next) => {});

filter

The filter method registers a middleware for outgoing stanzas.

app.filter((ctx, next) => {});

Readme

Keywords

Package Sidebar

Install

npm i @xmpp/middleware

Weekly Downloads

3,284

Version

0.13.1

License

ISC

Unpacked Size

12.3 kB

Total Files

11

Last publish

Collaborators

  • sonny