sstrigler / JSJaC

JavaScript Jabber Client Library
Other
295 stars 86 forks source link

is this possible to find message compose event? (Message typing) #29

Closed nishant-zz closed 12 years ago

nishant-zz commented 12 years ago

Hello

I am creating chat apps.. So... while user typing message i want to fetch compose event with handler using JsJac.... Like Facebook....

Please Help!!

Thanks Nishant

sstrigler commented 12 years ago

That's handled by XEP 0085 - Chat State Notifications and out of scope of JSJaC itself. Though it's absolutely no problem to implement Chat State Notifications using JSJaC.