Fix compilation error.
This commit is contained in:
parent
b8576883ad
commit
795d443878
|
|
@ -134,7 +134,7 @@ func mainXMPP() {
|
||||||
} else {
|
} else {
|
||||||
registerQuery.XForm = *getXFormRegistration("")
|
registerQuery.XForm = *getXFormRegistration("")
|
||||||
}
|
}
|
||||||
reply.PayloadEncode(cmd)
|
reply.PayloadEncode(registerQuery)
|
||||||
|
|
||||||
} else if v.Type == xmpp.IQTypeSet {
|
} else if v.Type == xmpp.IQTypeSet {
|
||||||
v.PayloadDecode(registerQuery)
|
v.PayloadDecode(registerQuery)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue