SFSObjectSerializer

Post here all your questions related with SmartFoxServer Java API

Moderators: Lapo, Bax

User avatar
rgfernan
Posts: 11
Joined: 20 Mar 2010, 00:25
Location: Buenos Aires, Argentina
Contact:

SFSObjectSerializer

Postby rgfernan » 26 Apr 2010, 19:50

I get different messages with the java API than the messages I sniff from a flash client. I found that if I change the line #219

Code: Select all

xmlData.append("<obj o='").append(nodeName).append("' t='a'>");


for

Code: Select all

xmlData.append("<obj o='").append(nodeName).append("' t='o'>");


the messages are now the same.

The class that contains this code is SFSObjectSerializer.
How should the message be? with t='a' or with t='o'?

Return to “Java2SE / Android Client API”

Who is online

Users browsing this forum: No registered users and 3 guests