about summary refs log tree commit diff stats
path: root/src/xmpp/avatar.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-12-18 15:44:59 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-12-18 15:44:59 +0100
commit9ac72980d192b716cfb549e0501b70a152811e62 (patch)
tree49220b08e6dc2c717ee17a90d77249cc36fb646d /src/xmpp/avatar.c
parent53b92561cb1a815ca2f3622ad7ec4e27cf2c069d (diff)
downloadprofani-tty-9ac72980d192b716cfb549e0501b70a152811e62.tar.gz
xep-0084: add test stub file
Diffstat (limited to 'src/xmpp/avatar.c')
-rw-r--r--src/xmpp/avatar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c
index 4d250462..fb69424c 100644
--- a/src/xmpp/avatar.c
+++ b/src/xmpp/avatar.c
@@ -76,7 +76,7 @@ avatar_pep_subscribe(void)
     //caps_add_feature(XMPP_FEATURE_USER_AVATAR_METADATA_NOTIFY);
 }
 
-bool
+gboolean
 avatar_get_by_nick(const char* nick)
 {
     caps_remove_feature(XMPP_FEATURE_USER_AVATAR_METADATA_NOTIFY);