Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonyitoo/goxmpp
XMPP Library in Go
https://github.com/zonyitoo/goxmpp
Last synced: 3 months ago
JSON representation
XMPP Library in Go
- Host: GitHub
- URL: https://github.com/zonyitoo/goxmpp
- Owner: zonyitoo
- Created: 2014-01-17T14:47:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T19:33:23.000Z (over 10 years ago)
- Last Synced: 2024-10-04T15:30:47.549Z (3 months ago)
- Language: Go
- Size: 343 KB
- Stars: 15
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Go XMPP
-------Go XMPP Library
*Trying to build a XMPP library with powerful extensibility*
**NOT IMPLEMENTED!!**
Dependences
===========Defined in ``requirements.txt``
* `uuid `_
* `seelog `_
* `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)