From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id 3AB999CC3; Tue, 28 Jul 2026 09:20:08 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id 2A0CB9CB0; Tue, 28 Jul 2026 09:20:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: X-Spam-Status: No, score=0.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_MISSING,FROM_SUSPICIOUS_NTLD,SPF_HELO_NONE, T_PDS_OTHER_BAD_TLD,WEIRD_PORT autolearn=no autolearn_force=no version=4.0.1 Received: from mail-108-mta188.mxroute.com (mail-108-mta188.mxroute.com [136.175.108.188]) by atuin.qyliss.net (Postfix) with ESMTPS id 3DE269D31 for ; Tue, 28 Jul 2026 09:20:04 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta188.mxroute.com (ZoneMTA) with ESMTPSA id 19fa80619a0000c8ef.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Tue, 28 Jul 2026 09:19:59 +0000 X-Zone-Loop: da50c50e12f788cb1854aef1c8db41c40236c538b4da X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gagarin.work; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=nxghfE1McFPzqVchyy90GUNcOoLqIkzSSz/DWAtHZgA=; b=EqCmSdBJrwUCT20+dfylS/4rdm CDsc29Gw0a2jq9wPVCkUtoAb7P2DwASlnUBKOvw06phikGmjv+yh8FWK1MGYvRtUUNJ0iVThXp868 jwO7/qZF9/68ebOsBiNc8dGAzQcL35BdoVmSkds1Nb2aWeqPMMn6ZCdAPC0jF2hklu7ZjQuOvNntk 0107hLMhiOWpshRK4ity9NSMU4beQhVkqB2/JKYSwT1yMiRlIkeMW7SWLHENEh21ukxDayPGEf8CE YJ7tUVlzcTcoqeSquFbN+TihiSzxt0azgIXVE1Ljg4fIIDtJjRUeSH9MJ1LUKxW/ARE1/TCU0DHV4 WkbNNIjA==; From: Valentin Gagarin To: devel@spectrum-os.org Subject: [PATCH v2] Documentation: simplify information on instant messaging Date: Tue, 28 Jul 2026 11:19:36 +0200 Message-ID: <20260728091937.157991-1-valentin@gagarin.work> In-Reply-To: <20260722004035.1267991-1-valentin@gagarin.work> References: <20260722004035.1267991-1-valentin@gagarin.work> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Authenticated-Id: valentin@gagarin.work Message-ID-Hash: TX7IMWV6DAV6MHIRY2PO2B46WEI65NOU X-Message-ID-Hash: TX7IMWV6DAV6MHIRY2PO2B46WEI65NOU X-MailFrom: valentin@gagarin.work X-Mailman-Rule-Hits: member-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-devel.spectrum-os.org-0; header-match-devel.spectrum-os.org-1; header-match-devel.spectrum-os.org-2; header-match-devel.spectrum-os.org-3; header-match-devel.spectrum-os.org-4; emergency CC: Valentin Gagarin X-Mailman-Version: 3.3.10 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Valentin Gagarin --- Documentation/doc/contributing/communication.adoc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Documentation/doc/contributing/communication.adoc b/Documentation/doc/contributing/communication.adoc index 987014e..c633fc1 100644 --- a/Documentation/doc/contributing/communication.adoc +++ b/Documentation/doc/contributing/communication.adoc @@ -14,16 +14,17 @@ to participate (or not) in the project. Our primary methods of communication are Matrix and mailing lists. [#chat] -== Matrix Chat +== Instant messaging -There is a single Matrix chat room, -https://matrix.to/#/#spectrum:fairydust.space[#spectrum:fairydust.space], -for all kinds of Spectrum discussion. +For quick, informal exchange: -You can also join through IRC — -link:ircs://irc.libera.chat:6697/spectrum[#spectrum] on -https://libera.chat/[Libera.Chat]. +Matrix:: +https://matrix.to/#/#spectrum:fairydust.space[#spectrum:fairydust.space] +IRC:: +link:ircs://irc.libera.chat:6697/spectrum[#spectrum] on https://libera.chat/[Libera.Chat] + +NOTE: Matrix and IRC are https://matrix.org/docs/matrix-concepts/elements-of-matrix/#bridges[bridged]. == Mailing Lists -- 2.54.0