node-xmpp-serviceadmin icon indicating copy to clipboard operation
node-xmpp-serviceadmin copied to clipboard

Service Administration (XEP-0133) library for node-xmpp

Results 2 node-xmpp-serviceadmin issues
Sort by recently updated
recently updated
newest added

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...