Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getServer
Method
getServer
src/main/java/xmpp/Jid.java:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
String getServer() {
63
return
server;
64
}
65
66
public
String getBare() {
67
return
user == null || user.length() == 0 ? server : user +
"@"
+ server;
Callers
15
equalsViaJ2J
Method · 0.95
ServiceDiscovery
Method · 0.80
ConferenceForm
Method · 0.80
setTls
Method · 0.80
equalsServerViaJ2J
Method · 0.80
belongsToTransport
Method · 0.80
openJabberStream
Method · 0.80
jabberIqAuth
Method · 0.80
init
Method · 0.80
ping
Method · 0.80
exportData
Method · 0.80
saveToDataOutputStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected