mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-21 01:52:01 -08:00
Improves comments
This commit is contained in:
parent
604d2c6c1e
commit
79803a8af9
@ -48,6 +48,8 @@ func (d *Delegation) Namespace() string {
|
|||||||
return d.XMLName.Space
|
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 {
|
type Forwarded struct {
|
||||||
XMLName xml.Name `xml:"urn:xmpp:forward:0 forwarded"`
|
XMLName xml.Name `xml:"urn:xmpp:forward:0 forwarded"`
|
||||||
Stanza Packet
|
Stanza Packet
|
||||||
|
Loading…
Reference in New Issue
Block a user