From 79803a8af91c08078c176156471884c5e987e0ab Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 29 Jun 2019 17:52:36 +0200 Subject: [PATCH] Improves comments --- stanza/component.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stanza/component.go b/stanza/component.go index 196faea..33ced33 100644 --- a/stanza/component.go +++ b/stanza/component.go @@ -48,6 +48,8 @@ func (d *Delegation) Namespace() string { return d.XMLName.Space } +// Forwarded is used to wrapped forwarded stanzas. +// TODO: Move it in another file, as it is not limited to components. type Forwarded struct { XMLName xml.Name `xml:"urn:xmpp:forward:0 forwarded"` Stanza Packet