Reputation:
I'm using the Xiff API in flex to connect to my XMPP server. and ill send message successfully but ill not get typing notification .
right now i am get following message
<message type="normal" id="m_1" to="abc@localhost/localhost"
from="xyz@lcoalhost/xyz">
<composing xmlns="http://jabber.org/protocol/chatstates"/>
</message>
but i want following .
<message type="normal" id="m_1" to="abc@localhost/localhost"
from="xyz@lcoalhost/xyz">
<x xmlns="jabber:x:event">
<composing/>
</message>
how i can get please help about this .
Upvotes: 3
Views: 421