fix some propagation issues
This commit is contained in:
parent
cbff1a7e9b
commit
a8c64e1d4a
2 changed files with 5 additions and 1 deletions
|
|
@ -49,9 +49,10 @@ impl PingPlugin {
|
|||
from: iq.from.unwrap(),
|
||||
id: iq.id.unwrap(),
|
||||
});
|
||||
return Propagation::Stop;
|
||||
}
|
||||
}
|
||||
Propagation::Stop
|
||||
Propagation::Continue
|
||||
}
|
||||
|
||||
fn reply_ping(&self, ping: &PingEvent) -> Propagation {
|
||||
|
|
|
|||
Loading…
Reference in a new issue