status: add set_by_user to sipe_core_set_status()
commitf08458702340938a7e66991953cacfc19afafd3c
authorStefan Becker <chemobejk@gmail.com>
Sun, 8 Mar 2015 12:19:33 +0000 (8 14:19 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 8 Mar 2015 12:19:33 +0000 (8 14:19 +0200)
treec53dac3a220bab95ba989e397abfa49d1a9de20d
parent5295c3a2546f0b0136220707fd4c4b1ab06a0894
status: add set_by_user to sipe_core_set_status()

This is the first step to remove another libpurple-ism from the core.
The backend is responsible to tell the core if the status change is
caused by the user or the machine (== idle detected).

Update backend code accordingly.
src/api/sipe-core.h
src/core/sipe-status.c
src/miranda/miranda-status.c
src/miranda/miranda-user.c
src/purple/purple-status.c
src/telepathy/telepathy-status.c