Hi,
I am using the latest version of smack and having problem receving data.
Smack debug window shows the raw received packet as expected, but when it is delieved to message listener the message body doesnt have the data.
<message from='xxx' id='yyy' to='abc@xyz.com/abc' xmlns='jabber:client'>
<tms xmlns='lmn'> < some encrypted data >
</tms>
</message>
What i see a problem is, the data in the tag "tms" is encrypted and I am sure there is some processing that smack does to remove it.
Can you guess help to figure out what the problem is ?
Thanks
Avinash