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.
Go to file
Martin/Geno 3fd213906f do not announce service as muc 2020-04-10 22:07:22 +02:00
.ci Initial commit 2019-05-31 13:00:42 +02:00
cmd fix(cmd): test workaround with panic instatt of fatal 2019-09-05 20:12:46 +02:00
component do not announce service as muc 2020-04-10 22:07:22 +02:00
models [TEST] add some tests 2019-06-01 03:41:43 +02:00
vendor group message support - WIP 2020-04-10 22:07:22 +02:00
.gitignore Initial commit 2019-05-31 13:00:42 +02:00
.gitlab-ci.yml ci to own default format 2019-06-20 10:21:27 +02:00
.gitmodules group message support - WIP 2020-04-10 22:07:22 +02:00
LICENSE.md Add LICENSE 2020-04-10 22:04:34 +02:00
README.md migrate from genofire to sum7 2019-08-08 15:48:43 +02:00
config_example.toml XMPP debug output 2019-06-06 21:20:51 +02:00
main.go migrate from genofire to sum7 2019-08-08 15:48:43 +02:00
main_test.go fix(cmd): test workaround with panic instatt of fatal 2019-09-05 20:12:46 +02:00

README.md

Thrempp

pipeline status coverage report Go Report Card GoDoc

XMPP - Transport

ATM planned support for Threema only

Get thrempp

Download

Latest Build binary from ci here:

Download All (with config example)

Download Binary

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