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

Method QueryRoster

src/main/java/xmpp/RosterDispatcher.java:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 public static final String NS_ROSTER = "jabber:iq:roster";
44
45 public static Iq QueryRoster() {
46 Iq result = new Iq(null, Iq.TYPE_GET, "getros");
47
48 result.addChildNs("query", NS_ROSTER);
49 return result;
50 }
51 Roster roster = StaticData.getInstance().roster;
52 Config cf = Config.getInstance();
53

Callers 3

loginSuccessMethod · 0.95
deleteContactMethod · 0.95
storeContactMethod · 0.95

Calls 4

addChildMethod · 0.95
setAttributeMethod · 0.95
addChildNsMethod · 0.80
getBareMethod · 0.80

Tested by

no test coverage detected