Hi Tugan,

Please note that the "buddy_list" Item requested by the client is managed in command mode. This implies that the updates the Adapter send to the server must have some constraints; in particular must always contain fields "command" and "key".
So the third parameter of the update method should be a JavaScript object with a structure like this:


In your case the JSON.stringify of buddyList results in string an finally in something of incomprehensible for the Lightstreamer server:


You should simply use the object buddylist in the update method:


HTH,
Giuseppe