1.1.0 • Published 9 years ago

xmpp-rx v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
9 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

9 years ago

1.1.0

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago