18 lines
472 B
Markdown
18 lines
472 B
Markdown
# Service[IM]: Prosody + Slidge
|
|
|
|
Simple XMPP deployment for legacy IM platforms interaction.
|
|
|
|
## Usage
|
|
|
|
### Setup
|
|
1. Set the `ADMIN_EMAIL` and `DOMAIN_NAME` variables in `.env`
|
|
2. Run `docker compose up -d`
|
|
3. Add a user with `docker compose exec -ti prosody prosodyctl adduser USERNAME@DOMAIN_NAME`
|
|
4. Enjoy
|
|
|
|
### Whatsapp Login
|
|
1. Start a chat with `whatsapp` as JID
|
|
2. Send `register`
|
|
3. Answer the questions
|
|
4. Scan the QR with the Whatsapp mobile app
|
|
5. Wait and chat
|