MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / Jid

Method Jid

src/main/java/xmpp/Jid.java:35–39  ·  view source on GitHub ↗
(String user, String server, String resource)

Source from the content-addressed store, hash-verified

33 public String resource = "";
34
35 public Jid(String user, String server, String resource) {
36 this.user = user;
37 this.server = server;
38 this.resource = resource;
39 }
40
41 public Jid(String fromString) {
42 int at = fromString.indexOf('@');

Callers

nothing calls this directly

Calls 1

toLowerCaseMethod · 0.80

Tested by

no test coverage detected