From 4f5bebf8e298178840765ab637f2b5d057a9eeb3 Mon Sep 17 00:00:00 2001 From: Joshua Judson Rosen Date: Fri, 28 May 2021 00:26:09 -0400 Subject: [PATCH] README: clarify that we handle a single MUC _server_, but multiple _MUCs_ are supported --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8b2931f..c878df1 100644 --- a/readme.md +++ b/readme.md @@ -5,8 +5,8 @@ This is a [fork](https://github.com/moparisthebest/xmpp-ircd) of a [fork](https: of a [fork](https://github.com/davux/telepaatti) of [telepaatti](http://23.fi/telepaatti/), which was originally written as a way for one user to connect to a XMPP server from their IRC client. -This particular fork aims to be ran as an IRC server connected to a single XMPP MUC as a standard XMPP component. This -will hopefully allow IRC server operators to migrate to hosting a real XMPP MUC with minimal headache or complaining from +This particular fork aims to be ran as an IRC server connected to a single XMPP MUC server as a standard XMPP component. This +will hopefully allow IRC server operators to migrate to hosting real XMPP MUCs with minimal headache or complaining from hardcore IRC users, and also allow XMPP MUC operators to easily add IRC support. Usage