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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Martin/Geno 3fd213906f do not announce service as muc 3 years ago
.ci Initial commit 4 years ago
cmd fix(cmd): test workaround with panic instatt of fatal 4 years ago
component do not announce service as muc 3 years ago
models [TEST] add some tests 4 years ago
vendor group message support - WIP 3 years ago
.gitignore Initial commit 4 years ago
.gitlab-ci.yml ci to own default format 4 years ago
.gitmodules group message support - WIP 3 years ago
LICENSE.md Add LICENSE 3 years ago
README.md migrate from genofire to sum7 4 years ago
config_example.toml XMPP debug output 4 years ago
main.go migrate from genofire to sum7 4 years ago
main_test.go fix(cmd): test workaround with panic instatt of fatal 4 years ago

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