Documentation
¶
Index ¶
Constants ¶
View Source
const NAME xml.name = xml.Name{Space: "http://etherx.jabber.org/streams", Local: "stream"}
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Stanza ¶
type Stream ¶
type Stream struct {
STo string `xml:"to,attr"`
SFrom string `xml:"from,attr"`
Version string `xml:"version,attr"`
Xmlns string `xml:"xmlns,attr"`
Lang string `xml:"lang,attr"`
Id string `xml:"id,attr"`
Name xml.Name `xml:"http://etherx.jabber.org/streams stream"`
}
func (*Stream) FromStartElement ¶
func (stream *Stream) FromStartElement(start xml.StartElement) error
func (*Stream) FromString ¶
Click to show internal directories.
Click to hide internal directories.