about summary refs log tree commit diff stats
path: root/src/xmpp/avatar.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-12-18 11:24:50 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-12-18 11:24:50 +0100
commite3538cf73976738c190777d055f8766e4247a906 (patch)
treea4b11ec42e98b4d9afb2cfc6a9e77cd62b3e9a95 /src/xmpp/avatar.h
parent771dfab12354bc509af9163fca0c599ec9e58433 (diff)
downloadprofani-tty-e3538cf73976738c190777d055f8766e4247a906.tar.gz
xep-0084: Look for specific user and print ID
Add a `/avatar` command.
Diffstat (limited to 'src/xmpp/avatar.h')
-rw-r--r--src/xmpp/avatar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h
index dcaaf24a..6a8ce94b 100644
--- a/src/xmpp/avatar.h
+++ b/src/xmpp/avatar.h
@@ -36,3 +36,4 @@
 #include <glib.h>
 
 void avatar_pep_subscribe(void);
+bool avatar_get_by_nick(const char* nick);