25 lines
535 B
Markdown
25 lines
535 B
Markdown
# yaja (yet another jabber server)
|
|
|
|
```
|
|
A small standalone jabber server, for easy deployment
|
|
|
|
Usage:
|
|
yaja [command]
|
|
|
|
Available Commands:
|
|
help Help about any command
|
|
server Runs the yaja server
|
|
|
|
Flags:
|
|
-h, --help help for yaja
|
|
|
|
Use "yaja [command] --help" for more information about a command.
|
|
```
|
|
|
|
## Features (works already)
|
|
- get certificate by lets encrypt
|
|
- registration (for every possible ssl domain)
|
|
|
|
## Inspiration
|
|
- [tam7t](https://github.com/tam7t/xmpp) a fork of [agl](https://github.com/agl)'s work
|