MCPcopy 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

equalsViaJ2JMethod · 0.95
ServiceDiscoveryMethod · 0.80
ConferenceFormMethod · 0.80
setTlsMethod · 0.80
equalsServerViaJ2JMethod · 0.80
belongsToTransportMethod · 0.80
openJabberStreamMethod · 0.80
jabberIqAuthMethod · 0.80
initMethod · 0.80
pingMethod · 0.80
exportDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected