From c05c0a296a0c77afd0cc0138ad5a5942baaa0005 Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Wed, 26 Oct 2022 08:42:32 +0200 Subject: [PATCH] Mention sendxmpp-rs as an alternative to go-sendxmpp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f970d..5169f03 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ XMPP is an open XML technology for real-time communication, which powers a wide ## Advanced Usages * [eagle](https://codeberg.org/eagle/eagle) - XMPP Groupware. -* [go-sendxmpp](https://salsa.debian.org/mdosch/go-sendxmpp) - A little tool to send messages to an XMPP contact or MUC. +* [go-sendxmpp](https://salsa.debian.org/mdosch/go-sendxmpp), [sendxmpp-rs](https://github.com/moparisthebest/sendxmpp-rs) - little tools to send messages to an XMPP contact or MUC. * [Movim](https://github.com/movim/movim) - Distributed social network built on top of XMPP. * [Saros](http://www.saros-project.org/) - Real-time collaborative editor for eclipse projects. * [Biboumi](https://github.com/louiz/biboumi) - IRC gateway for XMPP.