02-18-2016 03:15 AM
Trying to work out a program in which an email will trigger a jabber chat for that to happen , will need to run the Jabber IM chat 'jabberwerx.js'
on node.js
My question is node.js compatible with Jabber IM API ?
Is there any other way to run Jabber IM API from a server instead of it requiring a user input from a webpage to send chat ?
02-22-2016 12:52 PM
The CAXL SDK (jabberwerx.js) relies heavily on jQuery and the browser DOM, so I don't think it will work via node.js (in any case it is not tested/supported with it.)
For server side IM&P, you will likely want to look at a 3rd party XMPP library appropriate to your platform and language of choice. XMPP.org keeps a running list here (note, Cisco does not recommend or directly support any specific 3rd party XMPP library:) https://xmpp.org/software/libraries.html
03-03-2016 08:23 AM
Any documentation on how to deal with SSO with these 3rd party libraries? Being able to send IM (to individuals or persistent chat rooms) from a server event is huge.
04-04-2016 08:24 PM
I have used node-xmpp library and its working fine (although its without SSO) , I think it can support SSO also , by enabling modules like passport.
However I am not sure , if Cisco IMP server supports SSO yet
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide