node-xmpp-serviceadmin
node-xmpp-serviceadmin copied to clipboard
Service Administration (XEP-0133) library for node-xmpp
Following is my code : var comp = new nodexmpp.Component({ jid : '[email protected]', password : "password", host : "XMPP_IP", port : 5280, reconnect : true }); comp.on("error", function(e){ console.log('IN ON...
I tried installing the package, but seems like there is an error which I captured in the screenshot : http://screencast.com/t/nOZU7iTi9K0f NOTE : I have manually pasted the downloaded package from...