Fixed _log_open_tag to remove namespace prefix with libexpat
This commit is contained in:
@@ -34,6 +34,7 @@ parser_t *parser_new(xmpp_ctx_t *ctx,
|
||||
parser_stanza_callback stanzacb,
|
||||
void *userdata);
|
||||
void parser_free(parser_t * const parser);
|
||||
char* parser_attr_name(xmpp_ctx_t *ctx, char *nsname);
|
||||
int parser_reset(parser_t *parser);
|
||||
int parser_feed(parser_t *parser, char *chunk, int len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user