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) }
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) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "error"}, Error{}, true, true) }
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) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "x"}, X{}, true, true) }
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) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "vCard"}, Vcard{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "mood"}, Mood{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "captcha"}, Captcha{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "bind"}, Bind{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "query"}, Privacy{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "query"}, Configure{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "time"}, Time{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "ping"}, Ping{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "session"}, Session{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "query"}, Stats{}, true, true) }
func init() { xmlencoder.AddExtension(xml.Name{NS, "event"}, Event{}, true, true) }