Home | History | Annotate | Download | only in bookmark

Lines Matching defs:conference

23  * Respresents a Conference Room bookmarked on the server using JEP-0048 Bookmark Storage JEP.
53 * Returns the display label representing the Conference room.
55 * @return the name of the conference room.
66 * Returns true if this conference room should be auto-joined on startup.
79 * Returns the full JID of this conference room. (ex.dev@conference.jivesoftware.com)
81 * @return the full JID of this conference room.
88 * Returns the nickname to use when joining this conference room. This is an optional
102 * Returns the password to use when joining this conference room. This is an optional
105 * @return the password to use when joining this conference room, null may be returned.
119 BookmarkedConference conference = (BookmarkedConference)obj;
120 return conference.getJid().equalsIgnoreCase(jid);