summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2025-07-14 15:12:05 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2025-07-14 15:12:05 +0200
commit618aaf8d63332939f49fde4c01a18321aef469bf (patch)
tree9c0223000bf0b69f773f7d3a2b1ed86628302c99
parentfe6aff38010788cffbb0f1587bfc4b6be5b74e78 (diff)
more transcriptishxmpp
-rw-r--r--xmpp-debian/transcriptish.rst38
1 files changed, 38 insertions, 0 deletions
diff --git a/xmpp-debian/transcriptish.rst b/xmpp-debian/transcriptish.rst
index fbe98dc..5a2958a 100644
--- a/xmpp-debian/transcriptish.rst
+++ b/xmpp-debian/transcriptish.rst
@@ -30,3 +30,41 @@ which is a list of XEPs that needs to be supported by Instant Messaging
servers and clients, including mobile ones, and all of the recommended
ones will mostly just work.
+These include conversations.im on android, dino on linux, which also
+works pretty nicely on linux phones, gajim for a more fully featured
+option that includes the kitchen sink, profanity for text interface
+fanatics like me, and I've heard that monal works decently enough on the
+iThings.
+
+One thing that sets XMPP apart from other federated protocols, is that
+it has already gone through the phase where everybody was on one *very*
+big server, which then cut out federation, and we've learned from the
+experience. These days there are still a few places that cather to
+newcomers, like the ones on these slides, but most people are actually
+on servers of a manageable size.
+
+My strong recommendation is for community hosting: not just self-hosting
+for yourself, but finding a community you feel part of and trust, and
+share a server with them, whether managed by volunteers from the
+community itself, or by a paid provider.
+
+If you are a Debian Developer, you already have one: you can go to the
+address in the slide, set your own password, wait an hour or so and
+you're good to go.
+
+A few years ago it had remained a bit behind, but these days it's
+managed by an active team, and if you're missing some features, or just
+want to know what's happening with it, you can join their BoF on friday
+afternoon (and also thank them for their work).
+
+But for most people in this room, I'd also recommend finding a friend or
+two who can help as a backup, and run a server for your own families or
+community: as a certified lazy person who doesn't like doing sysadmin
+jobs, I can guarantee it's perfeclty feasible, about in the same range
+of difficulty as running your own web server for a static site.
+
+The two most popular servers for this, prosody and ejabberd, are well
+maintained in Debian, and these days there isn't a lot more to do than
+installing them, telling them your hostname, setting up a few DNS
+entries, and then you mostly need to keep the machine updated and very
+little else.