From 187ea6e8b87705c43dfbd91a0b17cdac124fce4d Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 9 Nov 2012 01:04:32 +0000 Subject: Moved room join stanza creation --- src/stanza.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stanza.h') diff --git a/src/stanza.h b/src/stanza.h index 02cd9d97..7da1bcf2 100644 --- a/src/stanza.h +++ b/src/stanza.h @@ -74,4 +74,7 @@ xmpp_stanza_t* stanza_create_chat_state(xmpp_ctx_t *ctx, xmpp_stanza_t* stanza_create_message(xmpp_ctx_t *ctx, const char * const recipient, const char * const type, const char * const message, const char * const state); + +xmpp_stanza_t* stanza_create_room_presence(xmpp_ctx_t *ctx, + const char * const room, const char * const nick); #endif -- cgit 1.4.1-2-gfad0