mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-22 05:26:22 +00:00
Fixed _log_open_tag to remove namespace prefix with libexpat
This commit is contained in:
@@ -238,6 +238,11 @@ parser_t *parser_new(xmpp_ctx_t *ctx,
|
||||
return parser;
|
||||
}
|
||||
|
||||
char* parser_attr_name(xmpp_ctx_t *ctx, char *nsname)
|
||||
{
|
||||
return xmpp_strdup(ctx, nsname);
|
||||
}
|
||||
|
||||
/* free a parser */
|
||||
void parser_free(parser_t *parser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user