mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 22:46:21 +00:00
Moved function to get presence string from type to stanza.c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user