Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PresenceElement ¶
type PresenceElement struct { XMLName xml.Name `xml:"presence" parent:"stream:stream"` Show string `xml:"show,omitempty"` Status string `xml:"status"` stanzas.Base xtream.InnerElements `xml:",any"` }
func NewPresenceElement ¶
func NewPresenceElement() *PresenceElement