node-bosh-xmpp-client
Version:
XMPP clients that connects via BOSH
17 lines (16 loc) • 703 B
JSON
{
"name": "node-bosh-xmpp-client",
"version": "0.1.5",
"description": "XMPP clients that connects via BOSH",
"author": "Original code by Anoop Chaurasiya. Bugfixes and improvements by Eelco Cramer",
"keywords": ["xmpp", "bosh", "http", "jabber"],
"dependencies": { "node-expat": ">=1.2.0", "ltx": ">= 0.0.4" },
"repositories": { "type": "git", "path": "https://github.com/eelcocramer/node-xmpp-via-bosh" },
"homepage": "https://github.com/eelcocramer/node-xmpp-via-bosh",
"bugs": "https://github.com/eelcocramer/node-xmpp-via-bosh/issues",
"maintainers": [
{ "name": "Eelco Cramer", "email": "eelco.cramer@gmail.com" }
],
"engines": { "node": ">=0.4.0" },
"main": "./lib/boshclient.js"
}