Keyboard hit capture

Hi all,

Is there a way to capture keyboard events from the buddy who you chat with (like msn which triggers an event) ?

Thx a lot for your reply and for your help…

JTecks

If you mean the events like when you start typing and it displays a message stating that they are typing then smack allows you to handle this event by using the MessageEvent class. It also has other events you can catch as well. Take a look at the extended documentation for a look at how best to implement it