Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sendKeepAlive
Method · 0.95
Calls
4
send
Method · 0.95
query
Method · 0.95
getInstance
Method · 0.95
getServer
Method · 0.80
Tested by
no test coverage detected