Searched defs:DiscoverInfo (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverInfo.java34 * A DiscoverInfo IQ packet, which is used by XMPP clients to request and receive information
42 public class DiscoverInfo extends IQ { class in inherits:IQ
50 public DiscoverInfo() { method in class:DiscoverInfo
59 public DiscoverInfo(DiscoverInfo d) { method in class:DiscoverInfo
130 * Adds identities to the DiscoverInfo stanza
218 * Test if a DiscoverInfo response contains duplicate identities.
235 * Test if a DiscoverInfo response contains duplicate features.
387 DiscoverInfo.Identity other = (DiscoverInfo
[all...]

Completed in 160 milliseconds