user1697238
user1697238

Reputation:

How to send composing extension notification using flex's XIFF API?

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

Answers (0)

Related Questions