* [PATCH] Documentation: simplify information on instant messaging
@ 2026-07-22 0:40 Valentin Gagarin
2026-07-24 12:46 ` Alyssa Ross
2026-07-28 9:19 ` [PATCH v2] " Valentin Gagarin
0 siblings, 2 replies; 5+ messages in thread
From: Valentin Gagarin @ 2026-07-22 0:40 UTC (permalink / raw)
To: devel; +Cc: Valentin Gagarin
Signed-off-by: Valentin Gagarin <valentin@gagarin.work>
---
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..e805ac9 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].
+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]
+
+NOTE: Matrix and IRC are https://matrix.org/docs/matrix-concepts/elements-of-matrix/#bridges[bridged].
== Mailing Lists
--
2.54.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: simplify information on instant messaging
2026-07-22 0:40 [PATCH] Documentation: simplify information on instant messaging Valentin Gagarin
@ 2026-07-24 12:46 ` Alyssa Ross
2026-07-28 9:20 ` Valentin Gagarin
2026-07-28 9:19 ` [PATCH v2] " Valentin Gagarin
1 sibling, 1 reply; 5+ messages in thread
From: Alyssa Ross @ 2026-07-24 12:46 UTC (permalink / raw)
To: Valentin Gagarin; +Cc: devel
[-- Attachment #1: Type: text/plain, Size: 1534 bytes --]
Valentin Gagarin <valentin@gagarin.work> writes:
> Signed-off-by: Valentin Gagarin <valentin@gagarin.work>
> ---
> 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..e805ac9 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].
> +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]
> +
> +NOTE: Matrix and IRC are https://matrix.org/docs/matrix-concepts/elements-of-matrix/#bridges[bridged].
We probably want to mention Matrix first? It's the one I'd consider to
be the "main" one, and also the easier one to start using if people
aren't already familiar.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] Documentation: simplify information on instant messaging
2026-07-22 0:40 [PATCH] Documentation: simplify information on instant messaging Valentin Gagarin
2026-07-24 12:46 ` Alyssa Ross
@ 2026-07-28 9:19 ` Valentin Gagarin
2026-07-30 10:18 ` Alyssa Ross
1 sibling, 1 reply; 5+ messages in thread
From: Valentin Gagarin @ 2026-07-28 9:19 UTC (permalink / raw)
To: devel; +Cc: Valentin Gagarin
Signed-off-by: Valentin Gagarin <valentin@gagarin.work>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-07-30 10:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22 0:40 [PATCH] Documentation: simplify information on instant messaging Valentin Gagarin
2026-07-24 12:46 ` Alyssa Ross
2026-07-28 9:20 ` Valentin Gagarin
2026-07-28 9:19 ` [PATCH v2] " Valentin Gagarin
2026-07-30 10:18 ` Alyssa Ross
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).