Home
last modified time | relevance | path

Searched refs:JID (Results 1 – 4 of 4) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
DBytestream.java106 public StreamHost addStreamHost(final String JID, final String address) { in addStreamHost() argument
107 return addStreamHost(JID, address, 0); in addStreamHost()
118 public StreamHost addStreamHost(final String JID, final String address, final int port) { in addStreamHost() argument
119 StreamHost host = new StreamHost(JID, address); in addStreamHost()
150 public StreamHost getStreamHost(final String JID) { in getStreamHost() argument
151 if (JID == null) { in getStreamHost()
155 if (host.getJID().equals(JID)) { in getStreamHost()
178 public void setUsedHost(final String JID) { in setUsedHost() argument
179 this.usedHost = new StreamHostUsed(JID); in setUsedHost()
269 private final String JID; field in Bytestream.StreamHost
[all …]
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/
DBytestreamsProvider.java37 String JID = null; in parseIQ() local
48 JID = parser.getAttributeValue("", "jid"); in parseIQ()
62 toReturn.addStreamHost(JID, host); in parseIQ()
65 toReturn.addStreamHost(JID, host, Integer.parseInt(port)); in parseIQ()
67 JID = null; in parseIQ()
/external/smack/src/org/jivesoftware/smack/
DSASLAuthentication.java.orig205 * the full JID provided by the server while binding a resource to the connection.<p>
207 * The server may assign a full JID with a username or resource different than the requested
213 * @return the full JID provided by the server while binding a resource to the connection.
287 * the full JID provided by the server while binding a resource to the connection.<p>
289 * The server may assign a full JID with a username or resource different than the requested
295 * @return the full JID provided by the server while binding a resource to the connection.
375 * the full JID provided by the server while binding a resource to the connection.<p>
377 * The server will assign a full JID with a randomly generated resource and possibly with
380 * @return the full JID provided by the server while binding a resource to the connection.
/external/smack/asmack-master/jingle/
D60-remove-jingle_mediaimpl.patch528 …ation. It register in a XMPP Server and let users place calls using a full JID and auto-receive ca…