Updating README
This commit is contained in:
parent
7aa4331e1b
commit
4c51b8a4ea
1 changed files with 20 additions and 1 deletions
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
|||
# erdhe
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue