From 3e6cf2c8b006a454c412b0b2c3c5662a1cd522c8 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Thu, 25 Jan 2018 23:20:22 +0100 Subject: [PATCH] Add link to component protocol --- doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc.go b/doc.go index e2cbbfe..5e1c074 100644 --- a/doc.go +++ b/doc.go @@ -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 connections. +Component protocol is defined in XEP-114 (https://xmpp.org/extensions/xep-0114.html). + Compliance Fluux XMPP has been primarily tested with ejabberd (https://www.ejabberd.im)