|
|
||
|---|---|---|
| .ci | ||
| cmd | ||
| component | ||
| models | ||
| vendor | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| LICENSE.md | ||
| README.md | ||
| config_example.toml | ||
| main.go | ||
| main_test.go | ||
README.md
Thrempp
XMPP - Transport
ATM planned support for Threema only
Get thrempp
Download
Latest Build binary from ci here:
Download All (with config example)
Build
go get -u dev.sum7.eu/sum7/thrempp
Configure
see config_example.toml
Start / Boot
/lib/systemd/system/thrempp.service :
[Unit]
Description=thrempp
After=network.target
# After=ejabberd.service
# After=prosody.service
[Service]
Type=simple
# User=notRoot
ExecStart=/opt/go/bin/thrempp serve --config /etc/thrempp.conf
Restart=always
RestartSec=5sec
[Install]
WantedBy=multi-user.target
Start: systemctl start thrempp
Autostart: systemctl enable thrempp