Add link to component protocol

This commit is contained in:
Mickael Remond 2018-01-25 23:20:22 +01:00
parent bdfd035bf3
commit 3e6cf2c8b0
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

2
doc.go
View file

@ -21,6 +21,8 @@ XMPP components can typically be used to extends the features of an XMPP
server, in a portable way, using component protocol over persistent TCP server, in a portable way, using component protocol over persistent TCP
connections. connections.
Component protocol is defined in XEP-114 (https://xmpp.org/extensions/xep-0114.html).
Compliance Compliance
Fluux XMPP has been primarily tested with ejabberd (https://www.ejabberd.im) Fluux XMPP has been primarily tested with ejabberd (https://www.ejabberd.im)