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