Ejemplo n.º 1
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "mechanisms"}, Mechanisms{}, true, false)
	xmlencoder.AddExtension(xml.Name{NS, "auth"}, Auth{}, false, true)
	xmlencoder.AddExtension(xml.Name{NS, "success"}, Success{}, true, false)
	xmlencoder.AddExtension(xml.Name{NS, "challenge"}, Challenge{}, true, false)
	xmlencoder.AddExtension(xml.Name{NS, "response"}, Response{}, false, true)
	xmlencoder.AddExtension(xml.Name{NS, "failure"}, Failure{}, true, false)
}
Ejemplo n.º 2
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "stream"}, Start{}, true, true)
	xmlencoder.AddExtension(xml.Name{NS, "features"}, Features{}, true, true)
	xmlencoder.AddExtension(xml.Name{NS, "error"}, Error{}, true, true)
}
Ejemplo n.º 3
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "error"}, Error{}, true, true)
}
Ejemplo n.º 4
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "starttls"}, Starttls{}, true, true)
	xmlencoder.AddExtension(xml.Name{NS, "proceed"}, Proceed{}, true, false)
	xmlencoder.AddExtension(xml.Name{NS, "failure"}, Failure{}, true, false)
}
Ejemplo n.º 5
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "x"}, X{}, true, true)
}
Ejemplo n.º 6
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "iq"}, Iq{}, true, true)
	xmlencoder.AddExtension(xml.Name{NS, "presence"}, Presence{}, true, true)
	xmlencoder.AddExtension(xml.Name{NS, "message"}, Message{}, true, true)
}
Ejemplo n.º 7
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "vCard"}, Vcard{}, true, true)
}
Ejemplo n.º 8
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "mood"}, Mood{}, true, true)
}
Ejemplo n.º 9
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "captcha"}, Captcha{}, true, true)
}
Ejemplo n.º 10
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "bind"}, Bind{}, true, true)
}
Ejemplo n.º 11
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Privacy{}, true, true)
}
Ejemplo n.º 12
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Configure{}, true, true)
}
Ejemplo n.º 13
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "time"}, Time{}, true, true)
}
Ejemplo n.º 14
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "ping"}, Ping{}, true, true)
}
Ejemplo n.º 15
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "session"}, Session{}, true, true)
}
Ejemplo n.º 16
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Stats{}, true, true)
}
Ejemplo n.º 17
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "event"}, Event{}, true, true)
}