HomeSort by relevance Sort by last modified time
    Searched refs:muc (Results 26 - 28 of 28) sorted by null

12

  /external/smack/src/org/jivesoftware/smackx/muc/
RoomListenerMultiplexor.java 21 package org.jivesoftware.smackx.muc;
39 * {@link org.jivesoftware.smack.Connection} that has joined MUC rooms
150 * for all muc chat rooms on an <code>Connection</code>.
151 * Each time a muc chat room is added to/removed from an
186 * for all muc chat rooms on an <code>Connection</code>.
187 * Each time a muc chat room is added to/removed from an
MultiUserChat.java 21 package org.jivesoftware.smackx.muc;
80 private final static String discoNamespace = "http://jabber.org/protocol/muc";
81 private final static String discoNode = "http://jabber.org/protocol/muc#rooms";
114 // discover whether this client supports MUC or not.
173 * @return a boolean indicating whether the specified user supports the MUC protocol.
190 * (e.g. room@muc.jabber.org).
206 * contain Strings where each String represents a room (e.g. room@muc.jabber.org).
252 * @throws XMPPException if an error occured while trying to discover MUC services.
262 if (info.containsFeature("http://jabber.org/protocol/muc")) {
279 * @param connection the XMPP connection to use for discovering hosted rooms by the MUC service
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
Workgroup.java 35 import org.jivesoftware.smackx.muc.MultiUserChat;
114 new org.jivesoftware.smackx.muc.InvitationListener() {
557 MUCUser mucUser = (MUCUser)msg.getExtension("x", "http://jabber.org/protocol/muc#user");
    [all...]

Completed in 46 milliseconds

12