xmpp (jabber) chat
our self-hosted xmpp instance for local envs users
envs muc: envs@conference.envs.net
xmpp is our primary chat network and the best place to reach the community.
we're running prosody, a modern xmpp communication server written in lua.
authentication is configured to use your shell password, so just connect with any xmpp client with username@envs.net and your password.
server settings
- xmpp id:
username@envs.net - Advanced settings: server/port
envs.net/5222- direct_tls:
envs.net/5223 - upload file size limit: 32 MB
- archived messages and files expire after 3 month
xmpp client software
an client overview can be found at: https://xmpp.org/software/clients.html
recommended clients:
- desktop: Gajim
- cli/tui: profanity
- android: Conversations
- ios: Monal IM
envs also has a web client (converse.js) that you are welcome to use.
URL: https://webchat.envs.net/
server bots
we are running additional helper bots on the server:
- muc_banbot – XMPP Multi-Room Ban Management Bot
- envsbot – a modular XMPP bot built with Python 3 and slixmpp