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