MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / query

Method query

src/main/java/xmpp/extensions/IqVersionReply.java:97–101  ·  view source on GitHub ↗
(String to)

Source from the content-addressed store, hash-verified

95
96 // constructs version request
97 public static JabberDataBlock query(String to) {
98 JabberDataBlock result=new Iq(to, Iq.TYPE_GET, "getver");
99 result.addChildNs("query", "jabber:iq:version");
100 return result;
101 }
102
103 private final static String TOPFIELDS []={ "name", "version", "os" };
104

Callers 1

doActionMethod · 0.95

Calls 1

addChildNsMethod · 0.80

Tested by

no test coverage detected