Hi All, Is there any way to get the device name that the roster login. (iPhone, iPad, Desktop client, etc) I'm sure it would be implemented. I'v got success before. But I forgot the way... It would be under a private function that is used...
Hi All, I'm facing Jabber Web SDK for now. As I'm coding, I find out 'jabberwerx.js' couldn't work on Node.js. (I'll test 'cwic.js' later) I think this would be 'jabberwerx.js' is not up to the "CommonJS" standard. So, is there any pl...
Hi all, I'm working on Jabber Guest IOS SDK. When I run the sample, I got some error. It confused me for hours. I'm a beginner on this. Just one question. Jabber Guest SDK for IOS can only be run on IOS device? Is the simulat...
Hi all, I got some issues when I authenticated end user against CUCM.For my environment:OS: Mac OSX 10.9.5CUCM: 9.1.1.20000-5node -v: 0.10.32npm -v: 1.4.28csf: 3.0.7-186455sample: JabberSDK-voice-video-Web 9.3cwic version: 3.1.0.363plugin version...
Hi all: I'm working on AXL API for just 2 days. So everthing is new for me. I just want to get call history with the script "http://{AppServerIPAddr}:8080/axlServices/callHistory?device=#DEVICENAME#". The situation is I have downloa...
UDS(User Data Services) would be helped.Request URL: 'https://<CUCM IP>:8443/cucm-uds/user/<user name>'You can find it under 'Management' on Cisco Developer. 'https://developer.cisco.com/site/user-data-services/overview/'Thanks Jeff
Hi Mark, For the MUC, hope the link below helped. XEP-0045: Multi-User Chat Run the code in the server side/background wouldn't work. I'v been working on it for more than 1 weeks and nothing came of the ideas...ThanksJeff
I'm facing this issue before eithor. The situation is not exactly same. When my app refresh the browser, 'client', 'entity', 'entitySet', etc objects are reset. Run your service in the background would be OK. Try Node.js? I ...
I‘m thinking about improving my app's performance. I prefer to design the IM solution under Node.js.For coding, I have to redesign my MVC framework.Thanks for your replay,Jeff
Hi Dominik, I've done this success before. Have you ever been working with CUMI API? You can download the CUMI sample code and see how it works via JAVA. SSL is important. HTTPS header was built via 'HttpURLConnection' instead of ...