go xmpp server
First start in simple. Rfc6120
DO:
- Xmpp Client-Server
- TLS (if necessary)
- SASL
- Chating
- Everything in memory.
TLS negotiation Abstract plugin interface and apply to SASL
This project is coding in action. Very unstable now. Dirty code and modify structure in every commitment.
openssl genrsa 1024 -out gxmpp_test.key openssl req -new -x509 -nodes -sha256 -days 3650 -key gxmpp_test.key > gxmpp_509.pem
TBD
openssl genrsa 1024 -out gxmpp_test.key openssl req -new -x509 -nodes -sha256 -days 3650 -key gxmpp_test.key > gxmpp_509.pem