From 4c51b8a4ea45dc23a8243a9d96aa9932a60a953d Mon Sep 17 00:00:00 2001 From: Polymath Date: Sun, 6 Oct 2024 18:09:04 +0200 Subject: [PATCH] Updating README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe02494..e49e908 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # erdhe -XMPP Welcome Bot in C \ No newline at end of file +XMPP Welcome Bot in C + +Build and run: + +`` +make +./xmpp_bot +`` + +Run the bot: + +`` +./xmpp_bot 2>&1 +`` + +Remember to replace BOT_JID and BOT_PASSWORD with your actual credentials. If you're getting connection errors, you might need to verify: + +The server's TLS certificate is valid +The server allows client connections +Your network allows outbound XMPP traffic