yaxim-org / yaxim

yaxim - a lean XMPP/Jabber client for Android
https://yaxim.org
GNU General Public License v3.0
483 stars 238 forks source link

User Typing Status like whatsapp. #188

Open ddpatel2606 opened 9 years ago

ddpatel2606 commented 9 years ago

Hello, I need to implement user typing status like whats app. Is there any idea, How to implement this feature in your code..

Thanks,

pingothedoer commented 9 years ago

Take a look at http://xmpp.org/extensions/xep-0085.html

ddpatel2606 commented 9 years ago

did u have any documentation or code, how to implement that XEP-0085 protocol for android..?

Thanks,

pingothedoer commented 9 years ago

If you are working on an XMPP based project then you would have known how to implement an xmpp extension...anyhow , register XEP-0085 as an extension in your project, in your message listener , you will get a message for that registered extension say composing or active or pause.

ddpatel2606 commented 9 years ago

Thank you so much.

solarnoid commented 8 years ago

Also review xep 0301 Real Time Xmpp Texting

ge0rg commented 7 years ago

I don't have this feature on my short-term agenda. It has some interesting aspects, but I'm not yet convinced it is really needed inside of yaxim (and how to implement the UI when the other party is typing...)