Fix a typo
This commit is contained in:
parent
fdeb74e887
commit
de65b55f7e
|
|
@ -91,7 +91,7 @@ func mainXMPP() {
|
||||||
execDisco(v)
|
execDisco(v)
|
||||||
|
|
||||||
case xmpp.NodeAdHocCommand:
|
case xmpp.NodeAdHocCommand:
|
||||||
if jidBare == jid.Domain {
|
if jidBareTo == jid.Domain {
|
||||||
execCommandAdHoc(v)
|
execCommandAdHoc(v)
|
||||||
} else {
|
} else {
|
||||||
sendNotSupportedFeature(v)
|
sendNotSupportedFeature(v)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue