xmpp-ping

An XMPP connection tester

Usage no npm install needed!

<script type="module">
  import xmppPing from 'https://cdn.skypack.dev/xmpp-ping';
</script>

README

xmpp-ping

A simple XMPP connection tester. Use it to test XMPP connections and send ping stanzas.

Installation

npm install -g xmpp-ping

Usage


  Usage: xmpp-ping [options]

  Options:

    -h, --help                 output usage information
    -d, --XMPPDomain [value]   the XMPP domain to connect to
    -j, --JID [value]          JID of user to connect with
    -p, --password [value]     password of user user. defaults to "password"
    -r, --pingRate [value]     ms rate at which to ping the server. defaults to 1000
    -x, --exitOnError [value]  boolean to exit on error or not. defaults to true

Examples

todo