MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / ping

Method ping

src/main/java/com/alsutton/jabber/JabberStream.java:495–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

493 }
494
495 private void ping() {
496 pingSent = true;
497 send(IqPing.query(StaticData.getInstance().account.JID.getServer(), "ping"));
498 }
499
500//#if ZLIB
501//# public void setZlibCompression() {

Callers 1

sendKeepAliveMethod · 0.95

Calls 4

sendMethod · 0.95
queryMethod · 0.95
getInstanceMethod · 0.95
getServerMethod · 0.80

Tested by

no test coverage detected