I'd like to use
https://github.com/mwild1/xmppjs to write a server component. Unfortunately, it seems like it's no longer maintained nor working with newer versions of node.js. Does anyone know of a newer, working version or have some pointers for getting it working?
I managed to update a few things to get it to run (like using net instead of tcp), but it starts up and then stops right away:
nchapman$ node examples/echo.js
New connection status: 1
CONNECTED.
SND: <stream:stream xmlns='jabber:component:accept' xmlns:stream='
http://etherx.jabber.org/streams' to='echo.localhost'>
nchapman$
Any help would be greatly appreciated!
Thanks,
Nick Chapman