about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorDebXWoody <stefan@debxwoody.de>2021-10-16 08:43:55 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-12-06 13:32:54 +0100
commit23e886ed5eb7fd8d53239aaf5d6266a08b01156a (patch)
tree3231d9c28cf303c6cbd5710baa464d8ed9dd86a1 /src/xmpp/xmpp.h
parent9a9122c148a8462eb612c7a28ab0f2e3f2f0464e (diff)
downloadprofani-tty-23e886ed5eb7fd8d53239aaf5d6266a08b01156a.tar.gz
Add xep-0107: User Mood support
Implementation of XEP 0107 - User Mood
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 16293d73..8a2d2eb2 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -307,4 +307,6 @@ FormField* form_get_field_by_tag(DataForm* form, const char* const tag);
 Autocomplete form_get_value_ac(DataForm* form, const char* const tag);
 void form_reset_autocompleters(DataForm* form);
 
+void publish_user_mood(const char* const mood, const char* const text);
+
 #endif