Hi, all.
We are using Contact Center Express lab.
How can we correctly catch inbound call event using jabberwerx xmpp.
It looks like
jwClient.event("messageReceived").bindWhen(
"event[xmlns='http://jabber.org/protocol/pubsub#event'] items item notification",
_eventHandler);
Doesn't work.
What we are doing wrong?
Thank you.
With regards, Yuriy.