summaryrefslogtreecommitdiff
path: root/libpurple/meson.build
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2023-03-03 01:23:31 -0600
committerGary Kramlich <grim@reaperworld.com>2023-03-03 01:23:31 -0600
commit60320e741924bc697d663ae39e8be0b2a6e1ea91 (patch)
tree9d95b96c04556122ebde77b549ed3296bc915a9f /libpurple/meson.build
parent3a1a92a38514e40c647169b71748c1f9bedc22a7 (diff)
downloadpidgin-60320e741924bc697d663ae39e8be0b2a6e1ea91.tar.gz
Add PurpleTypingState and add it as a property to PurpleConversationMember
This is a simple API to allow use to track typing state for contacts for any conversation type. It also has built-in timeout support to reset a state back to the PURPLE_TYPING_STATE_NONE if not other state changes have happened. Testing Done: Ran the unit tests and verified the docs. Bugs closed: PIDGIN-17763 Reviewed at https://reviews.imfreedom.org/r/2288/
Diffstat (limited to 'libpurple/meson.build')
-rw-r--r--libpurple/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/meson.build b/libpurple/meson.build
index 449bc90ebb..ffc7097e64 100644
--- a/libpurple/meson.build
+++ b/libpurple/meson.build
@@ -194,6 +194,7 @@ purple_coreheaders = [
'purplesqlite3.h',
'purplesqlitehistoryadapter.h',
'purpletags.h',
+ 'purpletyping.h',
'purpleui.h',
'purplewhiteboard.h',
'purplewhiteboardmanager.h',
@@ -271,6 +272,7 @@ purple_enumheaders = [
'purplepresence.h',
'purpleprotocol.h',
'purpleproxyinfo.h',
+ 'purpletyping.h',
'roomlist.h',
'status.h',
'xfer.h',