summaryrefslogtreecommitdiff
path: root/src/rexmpp_pubsub.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.
2021-09-24Pass user-provided pointers to <iq> callback functionsdefanor
2021-02-12Add a few XEP-0060 (pubsub) helper functionsdefanor