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 e474f460aa
move client to state attr + s2s idea
2017-12-17 17:51:18 +01:00
cmd move client to state attr + s2s idea 2017-12-17 17:51:18 +01:00
database write some dirty extension (to be compatible with gajim 2017-12-17 13:31:02 +01:00
messages write some dirty extension (to be compatible with gajim 2017-12-17 13:31:02 +01:00
model move client to state attr + s2s idea 2017-12-17 17:51:18 +01:00
server move client to state attr + s2s idea 2017-12-17 17:51:18 +01:00
.drone.yml lets encrypt + registration 2017-12-14 21:51:40 +01:00
.gitignore move webserver, logging and registraion to config 2017-12-15 22:24:42 +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
config_example.conf move client to state attr + s2s idea 2017-12-17 17:51:18 +01:00
main.go lets encrypt + registration 2017-12-14 21:51:40 +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