mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 00:56:21 +00:00
Added /intype setting
Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
This commit is contained in:
@@ -290,7 +290,7 @@ _message_handler(xmpp_conn_t * const conn,
|
||||
// if no message, check for chatstates
|
||||
if (body == NULL) {
|
||||
|
||||
if (prefs_get_notify_typing()) {
|
||||
if (prefs_get_notify_typing() || prefs_get_intype()) {
|
||||
if (xmpp_stanza_get_child_by_name(stanza, "active") != NULL) {
|
||||
// active
|
||||
} else if (xmpp_stanza_get_child_by_name(stanza, "composing") != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user