You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.ci | 4 years ago | |
cmd | 4 years ago | |
component | 3 years ago | |
models | 4 years ago | |
vendor | 3 years ago | |
.gitignore | 4 years ago | |
.gitlab-ci.yml | 4 years ago | |
.gitmodules | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 4 years ago | |
config_example.toml | 4 years ago | |
main.go | 4 years ago | |
main_test.go | 4 years ago |
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