goxmpp icon indicating copy to clipboard operation
goxmpp copied to clipboard

XMPP Library in Go

Go XMPP

Go XMPP Library

Trying to build a XMPP library with powerful extensibility

NOT IMPLEMENTED!!

Dependences

Defined in requirements.txt

  • uuid <http://code.google.com/p/go-uuid/uuid>_
  • seelog <http://github.com/cihub/seelog>_
  • testify <http://github.com/stretchr/testify>_

Currently Working on

  • RFC6120 (Core)
  • RFC6121 (Roster & Subscribe)
  • XEP0004 (X-Data)
  • XEP0009 (RPC)
  • XEP0012 (Last Activity)
  • XEP0030 (Service Discovery)
  • XEP0047 (In-Band ByteStream)
  • XEP0054 (vCard)
  • XEP0065 (ByteStream)
  • XEP0077 (Register)
  • XEP0096 (SI File Transfer)
  • XEP0115 (Entity Capabilities)
  • XEP0128 (Service Discovery Extensions)
  • XEP0138 (Stream Compression)
  • XEP0199 (Ping)