Skip to content

xmpp jabber server rewrite in golang (RFC 6120 + RFC 6121)

Notifications You must be signed in to change notification settings

raph6/xmpp-is-not-dead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

xmpp jabber server rewrite in golang (RFC 6120 + RFC 6121)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages