From d9482c1f354b9ce1e275075441e6c87145c87bd0 Mon Sep 17 00:00:00 2001 From: Greg Reagle Date: Thu, 6 Aug 2020 16:24:26 -0400 Subject: [PATCH 1/3] Add FAQ for Element about exploring privacytools.io rooms when it is not your home server --- pages/services/chat.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/services/chat.html b/pages/services/chat.html index de105b51..42803100 100644 --- a/pages/services/chat.html +++ b/pages/services/chat.html @@ -68,6 +68,9 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re

Why do XMPP users keep joining and leaving all the time?

It's an issue with the XMPP bridge.

+

My Matrix home server is not privacytools.io and I want to explore the rooms in the privacytools.io Matrix server. How do I do that using Element (formerly "Riot")?

+

Click the Explore rooms icon, click the drop down box, click "+ Add a new server ...", type into the box privacytools.io (not chat.privacytools.io which won't work), then click Add.

+

Rooms

To join a room, just type /join [room address] in any room. You can run this command from any server, not just ours!

The PrivacyTools administration operates the following channels:

-- 2.47.2 From e909dbc9245305ef96fa7e12388b1aac7fe81269 Mon Sep 17 00:00:00 2001 From: Greg Reagle Date: Fri, 7 Aug 2020 05:53:11 -0400 Subject: [PATCH 2/3] fix typos in FAQ --- pages/services/chat.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/services/chat.html b/pages/services/chat.html index 42803100..68f56fad 100644 --- a/pages/services/chat.html +++ b/pages/services/chat.html @@ -68,8 +68,8 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re

Why do XMPP users keep joining and leaving all the time?

It's an issue with the XMPP bridge.

-

My Matrix home server is not privacytools.io and I want to explore the rooms in the privacytools.io Matrix server. How do I do that using Element (formerly "Riot")?

-

Click the Explore rooms icon, click the drop down box, click "+ Add a new server ...", type into the box privacytools.io (not chat.privacytools.io which won't work), then click Add.

+

My Matrix homeserver is not privacytools.io and I want to explore the rooms in the privacytools.io Matrix server. How do I do that using Element (formerly "Riot")?

+

Click the Explore rooms icon, click the drop down box, click "+ Add a new server ...", type into the box privacytools.io (not chat.privacytools.io which won't work), then click Add.

Rooms

To join a room, just type /join [room address] in any room. You can run this command from any server, not just ours!

-- 2.47.2 From 72a411e67e8086b9a4135e99c13f6ed4c587c5d8 Mon Sep 17 00:00:00 2001 From: GReagle Date: Sat, 8 Aug 2020 16:17:49 -0400 Subject: [PATCH 3/3] Update pages/services/chat.html Co-authored-by: Jonah Aragon --- pages/services/chat.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/services/chat.html b/pages/services/chat.html index 68f56fad..b6be1455 100644 --- a/pages/services/chat.html +++ b/pages/services/chat.html @@ -68,8 +68,8 @@ description: "chat.privacytools.io is our official Matrix homeserver. You can re

Why do XMPP users keep joining and leaving all the time?

It's an issue with the XMPP bridge.

-

My Matrix homeserver is not privacytools.io and I want to explore the rooms in the privacytools.io Matrix server. How do I do that using Element (formerly "Riot")?

-

Click the Explore rooms icon, click the drop down box, click "+ Add a new server ...", type into the box privacytools.io (not chat.privacytools.io which won't work), then click Add.

+

I'm not using the PrivacyTools homeserver, can I find PrivacyTools rooms in Element?

+

Yes! Open the room explorer (compass icon on Element desktop), click the server selection drop down next to the search bar, click "Add a new server", type privacytools.io, and click Add. You should then be able to view and search through rooms that the PrivacyTools server is aware of. Note that not every room hosted on PrivacyTools is affiliated with or moderated by the PrivacyTools team.

Rooms

To join a room, just type /join [room address] in any room. You can run this command from any server, not just ours!

-- 2.47.2