Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getNickName
Method
getNickName
src/main/java/xmpp/Account.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
57
58
public
String getNickName() {
59
return
(nick.length() == 0) ? JID.getNode() : nick;
60
}
61
62
public
JabberStream openJabberStream() throws java.io.IOException {
63
String proxy = null;
Callers
2
blockArrived
Method · 0.45
loadDefaults
Method · 0.45
Calls
1
getNode
Method · 0.45
Tested by
no test coverage detected