Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getBare
Method
getBare
src/main/java/xmpp/Jid.java:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public
String getBare() {
67
return
user == null || user.length() == 0 ? server : user +
"@"
+ server;
68
}
69
70
/** Compares two Jids
71
* @param j
Callers
15
blockArrived
Method · 0.95
equals
Method · 0.95
toString
Method · 0.95
ContactEdit
Method · 0.95
cmdOk
Method · 0.95
switchType
Method · 0.80
updateQuickPrivacyList
Method · 0.80
cmdOk
Method · 0.80
setMucMod
Method · 0.80
QueryRoster
Method · 0.80
isTransport
Method · 0.80
getTransport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected