about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-03 22:18:40 +0000
committerJames Booth <boothj5@gmail.com>2013-02-03 22:18:40 +0000
commit1cd2d6c7c9e5dc6d764d67b1b437ef7180b7d26a (patch)
tree322b1dd66f852677f7e0a7b9adc21989c88d4bfb /src/xmpp/stanza.h
parent1cea320a0cff2a763a47322283886facfd9c9c29 (diff)
downloadprofani-tty-1cd2d6c7c9e5dc6d764d67b1b437ef7180b7d26a.tar.gz
Moved function to get presence string from type to stanza.c
Diffstat (limited to 'src/xmpp/stanza.h')
-rw-r--r--src/xmpp/stanza.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index f3d25cb2..549e951c 100644
--- a/src/xmpp/stanza.h
+++ b/src/xmpp/stanza.h
@@ -154,4 +154,6 @@ void stanza_attach_priority(xmpp_ctx_t *ctx, xmpp_stanza_t *presence, int pri);
 void stanza_attach_last_activity(xmpp_ctx_t *ctx, xmpp_stanza_t *presence, int idle);
 void stanza_attach_caps(xmpp_ctx_t *ctx, xmpp_stanza_t *presence);
 
+const char * stanza_get_presence_string_from_type(jabber_presence_t presence_type);
+
 #endif