diff --git a/README.md b/README.md index 62346e9..4c6553a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ The goal is to make simple to write simple XMPP clients and components: - For automation (like for example monitoring of an XMPP service), - For building connected "things" by plugging them on an XMPP server, - For writing simple chatbot to control a service or a thing. -- For writing XMPP servers components (See [XEP-0114](https://xmpp.org/extensions/xep-0114.html)) +- For writing XMPP servers components. Fluux XMPP supports: + - [XEP-0114: Jabber Component Protocol](https://xmpp.org/extensions/xep-0114.html) + - [XEP-0355: Namespace Delegation](https://xmpp.org/extensions/xep-0355.html) + - [XEP-0356: Privileged Entity](https://xmpp.org/extensions/xep-0356.html) The library is designed to have minimal dependencies. For now, the library does not depend on any other library. diff --git a/_examples/go.sum b/_examples/go.sum index 11c50fb..d32f7a3 100644 --- a/_examples/go.sum +++ b/_examples/go.sum @@ -1,3 +1,4 @@ +github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/processone/mpg123 v1.0.0 h1:o2WOyGZRM255or1Zc/LtF/jARn51B+9aQl72Qace0GA= github.com/processone/mpg123 v1.0.0/go.mod h1:X/FeL+h8vD1bYsG9tIWV3M2c4qNTZOficyvPVBP08go=