Can you please confirm that you see bad json response in comet-style push way?
Thanks,
George
The json i wrote is the actual response (i changed the sender id) from the notification api comet-style push and it's wrong. It begins an array, but it doesn't close it... And i just realized that not only the "responses" array doesn't have a closing rectangular brackets, but also there“s missing the global object closing brackets...
{
"@pendingMsg" : 0,
"@syncStatus": 0,
"responses" :
[
{
"buddyInfo" :
{
"sequence" : 0,
"contact" :
[
{
"sender" : "xpto" ,
"presenceState" : 99,
"presenceMessage" : "working.." ,
"customDNDStatus" : 0,
"checksum" : "368326609" ,
"avatarUser" : 0,
"avatarPreference" : "2" ,
"clientCapabilities" : 16777151
}
]
}
}
It's missing a "]}" at the end
Thanks,
Carlos Vicente