# someodd's XMPP server

XMPP address: xmpp.someodd.zip

My XMPP address: [email protected]

It's hooked up to my IRC server. For example, you can join:
`#main%[email protected]`.

xmpp:%23main%[email protected]?join

Request an invite by contacting me (see the root of this
gopherhole).

Web page:
https://www.someodd.zip/showcase/xmpp-server/

Compliance:
https://compliance.conversations.im/server/xmpp.someodd.zip/

## Tips for the gateway

You can actually register your nickname and use nickserv and all that via XMPP.
What I do in Gajim is in the server chat I use commands like this:

```
OPER someodd mypasswordhere
PRIVMSG NickServ :REGISTER mypasswordherelol [email protected]
privmsg NickServ :IDENTIFY someodd mypasswordherelol
mode #main +o someodd
PRIVMSG ChanServ :REGISTER #main
```