Hi everyone,
biboumi is using a colon for a namespace separator:
# git --no-pager grep ParserCreate
src/xmpp/xmpp_parser.cpp: this->parser = XML_ParserCreateNS("UTF-8",
':');
Same issue as:
https://github.com/libexpat/libexpat/issues/572#issuecomment-1050119036
Best
Sebastian