1.1.0 • Published 7 years ago

xmpp-rx v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

xmpp-rx

Simple rx-wrapper around the popular node-xmpp-client library.

Installation

Node Server:

  1. npm install --save @steuerbot/xmpp-rx
  2. Move content of /node_modules/@steuerbot/types/ into /node_modules/@types/

Browser:

  1. npm install --save @steuerbot/xmpp-rx
  2. Move content of /node_modules/@steuerbot/types/ into /node_modules/@types/
  3. Edit line 15 of /node_modules/node-xmpp-client/lib/Client.js: var exec = require('child_process').exec => var exec = {}

Usage

Coming soon...

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago