diff options
author | xengineering <me@xengineering.eu> | 2022-08-09 10:34:36 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-08-09 10:34:36 +0200 |
commit | d5325e501db0ebf032b4665b9b0f46d0fda9a19a (patch) | |
tree | b0ae958b5c09fe6267b8ae8ba25867b9167a01f4 | |
parent | 558b04421231e417688e15c41cc23ec572b95c8c (diff) | |
download | website-d5325e501db0ebf032b4665b9b0f46d0fda9a19a.tar website-d5325e501db0ebf032b4665b9b0f46d0fda9a19a.tar.zst website-d5325e501db0ebf032b4665b9b0f46d0fda9a19a.zip |
Explain end of support for xbot
-rw-r--r-- | content/git/xbot.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/git/xbot.md b/content/git/xbot.md index 7e236d5..bbbe874 100644 --- a/content/git/xbot.md +++ b/content/git/xbot.md @@ -3,3 +3,14 @@ "description":"Software to create simpel chat bots for the XMPP/Jabber protocol", "state":"archived" } + +## Current state + +This project is now archived. The code is functional and was used for a long +time on multiple Linux machines. + +The reason for the end of support is just another project with the same goal +named [go-sendxmpp][go-sendxmpp]. This tool has more features like sending +files and is actively maintained. + +[go-sendxmpp]: https://salsa.debian.org/mdosch/go-sendxmpp |