summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-05-30 20:33:13 +0300
committerdefanor <defanor@uberspace.net>2020-06-01 12:39:57 +0300
commitdcac1adb85e2087b82daf7cbfeed51b90ada9279 (patch)
tree16d3ea9d1f2452686d245190b5b2b7d9baecd2d6 /src/rexmpp.h
parent24aefb5b3d27cc7c763c8b386735f1c95ac22a90 (diff)
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.
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h3
1 files changed, 3 insertions, 0 deletions
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