go fmt
This commit is contained in:
parent
271f431de2
commit
659fcba63d
|
|
@ -137,9 +137,9 @@ func must(v interface{}, err error) interface{} {
|
||||||
}
|
}
|
||||||
|
|
||||||
func sendNotSupportedFeature(iq *xmpp.Iq) {
|
func sendNotSupportedFeature(iq *xmpp.Iq) {
|
||||||
reply := iq.Response(xmpp.IQTypeError)
|
reply := iq.Response(xmpp.IQTypeError)
|
||||||
reply.PayloadEncode(xmpp.NewError("cancel", xmpp.FeatureNotImplemented, ""))
|
reply.PayloadEncode(xmpp.NewError("cancel", xmpp.FeatureNotImplemented, ""))
|
||||||
comp.Out <- reply
|
comp.Out <- reply
|
||||||
}
|
}
|
||||||
|
|
||||||
func Disconnect() {
|
func Disconnect() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue