MCPcopy 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

blockArrivedMethod · 0.45
loadDefaultsMethod · 0.45

Calls 1

getNodeMethod · 0.45

Tested by

no test coverage detected