summaryrefslogtreecommitdiff
path: root/src/rexmpp_console.h
AgeCommit message (Collapse)Author
2023-05-23Replace libxml2's xmlNode with a custom XML structuredefanor
The new structure (rexmpp_xml) is simpler, and should allow manipulation from Rust without any dependency on libxml2 from the Rust code (while Rust has its own parsers, such as rxml). Alternative XML parsers (e.g., libexpat) now can be used from the C code. The replacement/abstraction is not quite complete yet: the parsing process itself (xmlParseChunk and friends) should be abstracted out.
2020-11-23Add rexmpp_console_on_rundefanor
2020-11-22Add the console moduledefanor