This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2017-12-14 21:30:07 +01:00
|
|
|
# yaja (yet another jabber server)
|
2017-10-01 23:30:48 +02:00
|
|
|
|
2017-12-14 21:30:07 +01:00
|
|
|
```
|
|
|
|
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
|