Home | History | Annotate | Download | only in smack

Lines Matching full:server

40  * Allows creation and management of accounts on an XMPP server.
51 * Flag that indicates whether the server supports In-Band Registration.
53 * was advertised from the server then try sending an IQ packet to discover if In-Band
61 * @param connection a connection to a XMPP server.
68 * Sets whether the server supports In-Band Registration. In-Band Registration may be
69 * advertised as a stream feature. If no stream feature was advertised from the server
72 * @param accountCreationSupported true if the server supports In-Band Registration.
79 * Returns true if the server supports creating new accounts. Many servers require
81 * behavior is to only create new accounts before having logged in to a server.
83 * @return true if the server support creating new accounts.
86 // Check if we already know that the server supports creating new accounts
90 // No information is known yet (e.g. no stream feature was received from the server
186 * Creates a new account using the specified username and password. The server may
189 * attributes with blank values, which may or may not be accepted by the server.
199 throw new XMPPException("Server does not support account creation.");
224 throw new XMPPException("Server does not support account creation.");
240 throw new XMPPException("No response from server.");
252 * @throws IllegalStateException if not currently logged-in to the server.
271 throw new XMPPException("No response from server.");
279 * Deletes the currently logged-in account from the server. This operation can only
283 * @throws IllegalStateException if not currently logged-in to the server.
305 throw new XMPPException("No response from server.");
313 * Gets the account registration info from the server.
328 throw new XMPPException("No response from server.");