Home | History | Annotate | Download | only in smackx

Lines Matching full:server

43  * presence then the server will not send a flood with all the offline messages when the user
44 * becomes online. The server will not send a flood with all the offline messages to the session
49 * offline in all the resources then the server will resume storing the messages offline and will
50 * send all the offline messages to the user when he becomes online. Therefore, the server will
72 * Returns true if the server supports Flexible Offline Message Retrieval. When the server
76 * @return a boolean indicating if the server supports Flexible Offline Message Retrieval.
88 * @throws XMPPException If the user is not allowed to make this request or the server does
109 * @throws XMPPException If the user is not allowed to make this request or the server does
127 * from the server. Use {@link #deleteMessages(java.util.List)} to delete the messages.
132 * @throws XMPPException If the user is not allowed to make this request or the server does
143 // Filter packets looking for an answer from the server.
155 // Send the retrieval request to the server.
163 throw new XMPPException("No response from server.");
184 * messages will not be deleted from the server. Use {@link #deleteMessages(java.util.List)}
188 * @throws XMPPException If the user is not allowed to make this request or the server does
195 // Filter packets looking for an answer from the server.
200 // Send the retrieval request to the server.
208 throw new XMPPException("No response from server.");
232 * @throws XMPPException If the user is not allowed to make this request or the server does
242 // Filter packets looking for an answer from the server.
245 // Send the deletion request to the server.
253 throw new XMPPException("No response from server.");
262 * @throws XMPPException If the user is not allowed to make this request or the server does
268 // Filter packets looking for an answer from the server.
271 // Send the deletion request to the server.
279 throw new XMPPException("No response from server.");