Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genofire/thrempp
MIRROR: XMPP - Transport - ATM planned support for Threema only (written in golang) - pls use dev.sum7.eu
https://github.com/genofire/thrempp
jabber mirrored-repository threema xmpp xmpp-component
Last synced: about 1 month ago
JSON representation
MIRROR: XMPP - Transport - ATM planned support for Threema only (written in golang) - pls use dev.sum7.eu
- Host: GitHub
- URL: https://github.com/genofire/thrempp
- Owner: genofire
- License: other
- Created: 2019-07-14T00:44:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T20:10:22.000Z (over 4 years ago)
- Last Synced: 2023-03-02T19:33:02.610Z (almost 2 years ago)
- Topics: jabber, mirrored-repository, threema, xmpp, xmpp-component
- Language: Go
- Homepage: https://dev.sum7.eu/sum7/thrempp
- Size: 104 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Thrempp
[![pipeline status](https://dev.sum7.eu/sum7/thrempp/badges/master/pipeline.svg)](https://dev.sum7.eu/genofire/thrempp/pipelines)
[![coverage report](https://dev.sum7.eu/sum7/thrempp/badges/master/coverage.svg)](https://dev.sum7.eu/genofire/thrempp/pipelines)
[![Go Report Card](https://goreportcard.com/badge/dev.sum7.eu/sum7/thrempp)](https://goreportcard.com/report/dev.sum7.eu/genofire/thrempp)
[![GoDoc](https://godoc.org/dev.sum7.eu/sum7/thrempp?status.svg)](https://godoc.org/dev.sum7.eu/genofire/thrempp)
[![](https://inverse.chat/[email protected])](https://conversations.im/j/[email protected])XMPP - Transport
ATM planned support for Threema only
## Get thrempp
#### Download
Latest Build binary from ci here:
[Download All](https://dev.sum7.eu/sum7/thrempp/-/jobs/artifacts/master/download/?job=build-my-project) (with config example)
[Download Binary](https://dev.sum7.eu/sum7/thrempp/-/jobs/artifacts/master/raw/bin/thrempp?inline=false&job=build-my-project)
#### Build
```bash
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`