Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 547 Bytes

XMPP is not dead

Simple jabber xmpp server implementation in golang

Implemented

  • SASL PLAIN authentication (RFC 6120)
  • iq:roster (RFC 6120)
  • iq:disco#items
  • iq:disco#info

In progress

  • presence broadcast (RFC 6121)
  • message broadcast (RFC 6121)
  • vCard

TODO

  • TLS (RFC 6120)
  • pgsql database
  • change localhost
  • add tests