You can not 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 | |
circleci | 4 years ago | |
git | 4 years ago | |
gitlab | 3 years ago | |
grafana | 4 years ago | |
prometheus | 3 years ago | |
runtime | 4 years ago | |
vendor/gosrc.io | 3 years ago | |
.gitignore | 6 years ago | |
.gitlab-ci.yml | 3 years ago | |
.gitmodules | 3 years ago | |
.test-coverage | 6 years ago | |
LICENSE.md | 6 years ago | |
README.md | 4 years ago | |
config_example.toml | 4 years ago | |
main.go | 4 years ago | |
xmpp.go | 4 years ago |
README.md
hook2xmpp
Get hook2xmpp
Download
Latest Build binary from ci here:
Download All (with config example)
Build
go get -u dev.sum7.eu/sum7/hook2xmpp
Configure
see config_example.toml
Start / Boot
/lib/systemd/system/hook2xmpp.service :
[Unit]
Description=hook2xmpp
After=network.target
# After=ejabberd.service
# After=prosody.service
[Service]
Type=simple
# User=notRoot
ExecStart=/opt/go/bin/hook2xmpp --config /etc/hook2xmpp.conf
Restart=always
RestartSec=5sec
[Install]
WantedBy=multi-user.target
Start: systemctl start hook2xmpp
Autostart: systemctl enable hook2xmpp