From 122b13ec955deb718aca280112584b645c9caea0 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 23 May 2023 12:05:13 +0300 Subject: Replace libxml2's xmlNode with a custom XML structure 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. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 9fdc4f6..e980262 100644 --- a/README +++ b/README @@ -53,8 +53,8 @@ A rough roadmap: [.] Texinfo manual. [.] Proper JID handling (RFC 7622). [+] Abstraction of the used XML, SASL, TLS, and DNS libraries, and - optional usage of alternative ones. Though left libxml2 for now: - could reuse existing libxml2 bindings that way. + optional usage of alternative ones. Though only supporting libxml2 + for XML parsing and printing for now. [.] Automated testing. [.] Alternative module implementations in Rust. -- cgit v1.2.3