about summary refs log tree commit diff stats
path: root/src/stanza.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stanza.h')
-rw-r--r--src/stanza.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stanza.h b/src/stanza.h
index 98ca7bd9..18332364 100644
--- a/src/stanza.h
+++ b/src/stanza.h
@@ -81,4 +81,8 @@ xmpp_stanza_t* stanza_create_room_presence(xmpp_ctx_t *ctx,
 xmpp_stanza_t* stanza_create_room_leave(xmpp_ctx_t *ctx,
     const char * const room, const char * const nick);
 
+xmpp_stanza_t *
+stanza_create_presence(xmpp_ctx_t *ctx, const char * const show,
+    const char * const status);
+
 #endif