Example #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)
}
Example #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)
}
Example #3
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "error"}, Error{}, true, true)
}
Example #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)
}
Example #5
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "x"}, X{}, true, true)
}
Example #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)
}
Example #7
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "vCard"}, Vcard{}, true, true)
}
Example #8
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "mood"}, Mood{}, true, true)
}
Example #9
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "captcha"}, Captcha{}, true, true)
}
Example #10
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "bind"}, Bind{}, true, true)
}
Example #11
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Privacy{}, true, true)
}
Example #12
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Configure{}, true, true)
}
Example #13
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "time"}, Time{}, true, true)
}
Example #14
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "ping"}, Ping{}, true, true)
}
Example #15
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "session"}, Session{}, true, true)
}
Example #16
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Stats{}, true, true)
}
Example #17
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "event"}, Event{}, true, true)
}