Skip navigation
304 Views 0 Replies Latest reply: Jan 25, 2012 9:57 AM by ngoa RSS
ngoa Bronze 1 posts since
Jan 25, 2012
Currently Being Moderated

Jan 25, 2012 9:57 AM

Message Received is not the same as the Message from the RAW Packets

Hi,

 

I am using the smack api and developing a xmpp client in java. When I am receiving the messages I see that the message recieved

 

<message to="-------" from="------" type="chat">

  <x xmlns="jabber:client">

    <result/>

    <param/>

  </x>

</message>

 

 

But the actual message is below when I see from the RAW packets recieved.

 

 

<message xmlns='jabber:client' to='----------' type='chat' from='---------'>

<x>

<tag1 tag1data='------------'>

<params>

<param name='-----' value='----'/>

<param name='-----' value='-----'/>

.

.

.

</params>

<result status='200'/>

</tag1>

</x>

</message>

 

 

Any Help would be great!

 

Thanks,

Goa

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points