user: add "is typing" boolean to core API
commit22626001df0ab1a418ca9a0951f070ca941eda82
authorStefan Becker <chemobejk@gmail.com>
Thu, 7 Nov 2013 10:03:11 +0000 (7 12:03 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 7 Nov 2013 10:03:11 +0000 (7 12:03 +0200)
tree72019fb8145843680025d6e94a651a2e1dd41bfe
parentae88e687581a0f23fff20e8913d326a9744a9381
user: add "is typing" boolean to core API

The boolean controls the "status" attribute in the KeyboardActivity
INFO message that we send to the remote party:

- "type" if TRUE
- "idle" if FALSE

At least in Lync 2013 it seems to be mandatory to also sent those "idle"
messages.

Updated the purple & miranda backend code accordingly.
src/api/sipe-core.h
src/core/sipe-user.c
src/miranda/miranda-user.c
src/purple/purple-plugin.c