sum7
/
yaja
Archived
1
0
Fork 0
Yet Another JAbber implementation (xmpp) in go Archived: We help maintaince gosrc.io/xmpp @ https://github.com/FluuxIO/go-xmpp, now.
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 940d328b09
improve use bind of stream start + logging
2018-02-11 22:48:41 +01:00
client improve use bind of stream start + logging 2018-02-11 22:48:41 +01:00
cmd implement client and start tester daemon 2018-02-07 19:47:59 +01:00
daemon improve use bind of stream start + logging 2018-02-11 22:48:41 +01:00
database move to dev.sum7.eu 2018-02-07 15:54:24 +01:00
messages improve use bind of stream start + logging 2018-02-11 22:48:41 +01:00
model first working tester-daemon 2018-02-10 14:02:01 +01:00
server improve client 2018-02-11 19:35:32 +01:00
.drone.yml move to dev.sum7.eu 2018-02-07 15:54:24 +01:00
.gitignore implement client and start tester daemon 2018-02-07 19:47:59 +01:00
LICENSE Initial commit 2017-10-02 00:28:22 +02:00
README.md lets encrypt + registration 2017-12-14 21:51:40 +01:00
main.go move to dev.sum7.eu 2018-02-07 15:54:24 +01:00
yaja-server_example.conf implement client and start tester daemon 2018-02-07 19:47:59 +01:00
yaja-tester_example.conf improve use bind of stream start + logging 2018-02-11 22:48:41 +01:00

README.md

yaja (yet another jabber server)

A small standalone jabber server, for easy deployment

Usage:
  yaja [command]

Available Commands:
  help        Help about any command
  server      Runs the yaja server

Flags:
  -h, --help   help for yaja

Use "yaja [command] --help" for more information about a command.

Features (works already)

  • get certificate by lets encrypt
  • registration (for every possible ssl domain)

Inspiration