Lines Matching full:server
54 * specified connection. If the server has support for JEP-33 then only one
55 * packet is going to be sent to the server with the multiple recipient instructions.
56 * However, if JEP-33 is not supported by the server then the client is going to send
67 * @throws XMPPException if server does not support JEP-33: Extended Stanza Addressing and
77 * specified connection. If the server has support for JEP-33 then only one
78 * packet is going to be sent to the server with the multiple recipient instructions.
79 * However, if JEP-33 is not supported by the server then the client is going to send
95 * @throws XMPPException if server does not support JEP-33: Extended Stanza Addressing and
102 // Send packet to target users using multiple recipient service provided by the server
107 // Server does not support JEP-33 so try to send the packet to each recipient
112 throw new XMPPException("Extended Stanza Addressing not supported by server");
178 // Send packet to target users using multiple recipient service provided by the server
183 // Server does not support JEP-33 so try to send the packet to each recipient
275 * discovery is going to be used on the connected server and if none was found then another
276 * attempt will be tried on the server items. The discovered information is going to be
279 * @param connection the connection to use for disco. The connected server is going to be
291 // Send the disco packet to the server itself
295 // Check if the server supports JEP-33
300 // Get the disco items and send the disco packet to each server item
339 server, no validation will be done on the passed text.