diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index 48b4d14..18b9db8 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -35,7 +35,7 @@ [[main]] parent = "Connect" name = "XMPP" - url = "https://conversations.im/i/john@chat.vpota.to" + url = "/xmpp/" [[main]] parent = "Connect" name = "Twitter" diff --git a/content/about.md b/content/about.md index 4fcbe72..d72445e 100644 --- a/content/about.md +++ b/content/about.md @@ -26,4 +26,4 @@ See what I've been up to on: Securely chat with me via: - [Matrix](https://matrix.to/#/@john:bowdre.net) -- [XMPP](https://conversations.im/i/john@chat.vpot8.ooo) \ No newline at end of file +- [XMPP](/xmpp/) \ No newline at end of file diff --git a/content/xmpp.md b/content/xmpp.md new file mode 100644 index 0000000..271f6bd --- /dev/null +++ b/content/xmpp.md @@ -0,0 +1,24 @@ ++++ +aliases = ["snikket"] +comments = false +toc = false +usePageBundles = false +showDate = false +showShare = false +showReadTime = false +timeless = true ++++ +> XMPP is the [Extensible Messaging and Presence Protocol](https://xmpp.org/about/technology-overview/), a set of open technologies for instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data. + +![:left](/logos/snikket.png)That means you can pick from many different clients and have a free choice of server operators to communicate with me. I've chosen to use [Snikket](https://snikket.org/) which makes it easy to self-host your own server for truly-decentralized, federated, end-to-end encrypted communications which doesn't rely on servers run by unknown parties. + +Unlike many other XMPP solutions, though, Snikket doesn't support open registrations; in order to use the Snikket client you'll need to either host your own Snikket server or find someone willing to invite you to create an account on theirs. Users of other XMPP clients and servers can still communicate with Snikket users though thanks to the magic of open standards and federation. + +###### All that is to say: +- If you're already using Snikket (or [another XMPP client](https://xmpp.org/software/clients/)), you can message me at `{{}}` +- If you're interested in hosting your own Snikket server in the cloud *for free*, check out [my post on doing just that](/snikket-private-xmpp-chat-on-oracle-cloud-free-tier/) +- I'm happy to send you an invite to create an account on my server; you'll just need to use one of my other contact options to let me know + + + + diff --git a/static/logos/snikket.png b/static/logos/snikket.png new file mode 100644 index 0000000..8d87cb2 Binary files /dev/null and b/static/logos/snikket.png differ