user: add "is typing" boolean to core API
commit153b65cc23da13491655a1f91f20592b78ed218e
authorStefan Becker <chemobejk@gmail.com>
Thu, 7 Nov 2013 10:03:11 +0000 (7 12:03 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 14 Nov 2013 17:27:46 +0000 (14 19:27 +0200)
tree13efc2c48cba2306fdfd5377a7697157b7b49f1b
parent863eb40455a69bfdd6945e8b2cfea8e0d94f9c6d
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.

(cherry picked from commit 22626001df0ab1a418ca9a0951f070ca941eda82)
src/api/sipe-core.h
src/core/sipe-user.c
src/miranda/miranda-user.c
src/purple/purple-plugin.c