예제 #1
0
파일: sasl_data.go 프로젝트: oxpa/bullxmpp
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)
}
예제 #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)
}
예제 #3
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "error"}, Error{}, true, true)
}
예제 #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)
}
예제 #5
0
파일: xdata_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "x"}, X{}, true, true)
}
예제 #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)
}
예제 #7
0
파일: vcard_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "vCard"}, Vcard{}, true, true)
}
예제 #8
0
파일: mood_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "mood"}, Mood{}, true, true)
}
예제 #9
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "captcha"}, Captcha{}, true, true)
}
예제 #10
0
파일: bind_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "bind"}, Bind{}, true, true)
}
예제 #11
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Privacy{}, true, true)
}
예제 #12
0
파일: owner_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Configure{}, true, true)
}
예제 #13
0
파일: time_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "time"}, Time{}, true, true)
}
예제 #14
0
파일: ping_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "ping"}, Ping{}, true, true)
}
예제 #15
0
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "session"}, Session{}, true, true)
}
예제 #16
0
파일: stats_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "query"}, Stats{}, true, true)
}
예제 #17
0
파일: event_data.go 프로젝트: oxpa/bullxmpp
func init() {
	xmlencoder.AddExtension(xml.Name{NS, "event"}, Event{}, true, true)
}