Searched refs:ChatSettings (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
H A DChatSettings.java31 public class ChatSettings extends IQ { class in inherits:IQ
52 public ChatSettings() { method in class:ChatSettings
56 public ChatSettings(String key) { method in class:ChatSettings
137 ChatSettings chatSettings = new ChatSettings();
/external/smack/src/org/jivesoftware/smackx/workgroup/user/
H A DWorkgroup.java630 ChatSettings chatSettings = getChatSettings(key, -1);
635 * Returns ChatSettings based on type.
637 * @param type the type of ChatSettings to return.
638 * @return the ChatSettings of given type, otherwise null.
641 public ChatSettings getChatSettings(int type) throws XMPPException {
646 * Returns all ChatSettings.
648 * @return all ChatSettings of a given workgroup.
651 public ChatSettings getChatSettings() throws XMPPException {
662 private ChatSettings getChatSettings(String key, int type) throws XMPPException {
663 ChatSettings reques
[all...]

Completed in 80 milliseconds