From 244358afb06466b76285e8e65008042ee54344b9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 10 Nov 2012 00:19:49 +0000 Subject: Renamed stanza creation --- src/stanza.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/stanza.h') diff --git a/src/stanza.h b/src/stanza.h index 18332364..b279b52a 100644 --- a/src/stanza.h +++ b/src/stanza.h @@ -75,14 +75,13 @@ 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, +xmpp_stanza_t* stanza_create_room_join_presence(xmpp_ctx_t *ctx, const char * const room, const char * const nick); -xmpp_stanza_t* stanza_create_room_leave(xmpp_ctx_t *ctx, +xmpp_stanza_t* stanza_create_room_leave_presence(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, +xmpp_stanza_t * stanza_create_presence(xmpp_ctx_t *ctx, const char * const show, const char * const status); #endif -- cgit 1.4.1-2-gfad0