From 533619c27d9cc3919bed540ea7f04bebddc71cbe Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 29 Nov 2022 21:02:16 +0100 Subject: Add first unit test This should kick off the infrastructure for unit tests. This can still be improved but getting started is important to make it easier to add unit tests and thus improving the quality. --- xmpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xmpp.h') diff --git a/xmpp.h b/xmpp.h index b07e3b9..03b3dbd 100644 --- a/xmpp.h +++ b/xmpp.h @@ -1 +1,2 @@ void xmpp_connect(void); +char *get_domainpart(char *jid); -- cgit v1.2.3-70-g09d2