NixNet/jabber-xmpp/jabber-xmpp.md

40 lines
1.8 KiB
Markdown
Raw Normal View History

2019-01-08 02:18:39 +00:00
---
layout: page
title: Jabber/XMPP
description: "Set up a Jabber/XMPP account on NixNet.xyz"
cover: /assets/pages/xmpp.png
permalink: /jabber-xmpp/
---
2019-03-06 17:39:52 +00:00
# Registration - clearnet
2019-05-31 02:40:27 +00:00
Client registration is open so all you have to do to start using Jabber/XMPP on NixNet is open your favourite client, enter `nixnet.xyz` as the host, come up with a username, generate a strong password, and enjoy!
2019-04-05 17:38:27 +00:00
2019-07-14 03:50:04 +00:00
You can also navigate to [xmpp.nixnet.xyz/register/](https://xmpp.nixnet.xyz/register/) to register using the web UI as well as change your password and unregister your account.
2019-03-06 17:39:52 +00:00
# Registration - Tor
If you want to use my XMPP server over Tor, make sure you first start/enable the Tor service:
```bash
$ sudo systemctl enable --now tor.service
2019-03-06 17:39:52 +00:00
```
After that, there are a few settings you'll have to change depending on your client. I use [Gajim](https://gajim.org) on Linux so I'll explain how to do it with that.
* `Add Account -> I want to register for a new account`
* Server: `nixnet.xyz`
* Advanced
* Proxy: `Tor`
* Manage `->` Tor
* Type: `SOCKS5`
* Proxy Host: `127.0.0.1`
* Proxy Port: `9050`
* ☑️ Use custom hostname/port
* Hostname: `l4qlywnpwqsluw65ts7md3khrivpirse744un3x7mlskqauz5pyuzgqd.onion`
* Port: `5222`
* Enter a username
* Come up with a strong password - it won't be accepted if it's too weak ¯\\_(ツ )_/¯
* Enjoy! ☺️
2019-01-08 02:18:39 +00:00
---
# Clients
2019-05-31 03:34:29 +00:00
If you're not sure what client to use, I recommend [Conversations](https://f-droid.org/en/packages/eu.siacs.conversations/) for Android, [Kaidan](https://www.kaidan.im/) for [Ubuntu Touch](https://ubuntu-touch.io), [ChatSecure](https://chatsecure.org/) or [Monal IM](https://monal.im/) for iOS/macOS (I haven't tested them but I have heard good things), and [Gajim](https://gajim.org/) for Linux and Windows.
2019-03-06 17:39:52 +00:00
Personally, I use Conversations and Gajim 😉