Moved function to get presence string from type to stanza.c

This commit is contained in:
James Booth
2013-02-03 22:18:40 +00:00
parent 1cea320a0c
commit 1cd2d6c7c9
3 changed files with 22 additions and 21 deletions

View File

@@ -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