Check if you are writing

Hi community,

I have problem, how I can check if you are writing a message ?

for now I find nothing.

Unfortunately there is no standard way to do that (XEP) so the only way is to use Message Events or try to use JiveProperties

Unfortunately there is no standard way to do that (XEP) so the only way is to use Message Events or try to use JiveProperties

That’s not true, there is XEP-0085 for this use case. Message Events (XEP-0022) are deprecated and Jive Properties are propietary.

Just want to point out that XEP-85 is supported by Smack.

Jive Properties are propietary.
No, they are just not standardized in any way.

1 Like

Sorry I meant XEP which implemented by smack, for me using them is more than enough

Thank you, I really searched the documentation and I google it many times before, and the only thing I found are Message Events and JiveProperties,.

ChatStateManager.getInstance(connection).setCurrentState(ChatState.composing,cha t);