cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
374
Views
0
Helpful
1
Replies

Cisco Jabber CAXL SDK Last Activity

daa1987
Level 1
Level 1

Hello!

Please, tell me  how i can give user last activity time(XEP-0012 Last Activity)?

This code not works:

//

       client.event("iqReceived").bind(function (evt) {

console.log(evt.data);
});

var st= client.sendIq('get', 'user@mail', "<query xmlns='jabber:iq:last'/>", function(data) { console.log('')}, 2500);

console.log(st);

This page say thas this ability exist: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/im_presence/configAdminGuide/11_5_1/CUP0_BK_CE08159C_00_config-a…

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

Per the XEP docs, can you confirm that the client has an activity presence subscription (via roster or ad-hoc) and is otherwise able to receive presence updates for the target user?

XEP-0012: Last Activity

If so, I would suggest opening a DevNet ticket so we can troubleshoot further, including looking at the detailed system logs and consulting with the API engineers: https://developer.cisco.com/site/devnet/support/