From dcac1adb85e2087b82daf7cbfeed51b90ada9279 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 30 May 2020 20:33:13 +0300 Subject: Add a crude WeeChat plugin Only usable as an XML console and for basic one-to-one chats, and quite messy, but probably will be extended and refactored later. --- src/rexmpp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rexmpp.h') diff --git a/src/rexmpp.h b/src/rexmpp.h index 4d2e29c..2660877 100644 --- a/src/rexmpp.h +++ b/src/rexmpp.h @@ -387,4 +387,7 @@ void rexmpp_log (rexmpp_t *s, int priority, const char *format, ...); int rexmpp_xml_match (xmlNodePtr node, const char *namespace, const char *name); +xmlNodePtr rexmpp_xml_find_child (xmlNodePtr node, + const char *namespace, + const char *name); #endif -- cgit v1.2.3