HomeSort by relevance Sort by last modified time
    Searched full:roster (Results 26 - 50 of 65) sorted by null

12 3

  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 11 import org.jivesoftware.smack.Roster;
35 private Roster roster; field in class:Gateway
43 this.roster = connection.getRoster();
232 roster.createEntry(entityJID, getIdentity().getName(), new String[]{});
273 RosterEntry gatewayEntry = roster.getEntry(entityJID);
274 roster.removeEntry(gatewayEntry);
321 roster.contains(presence.getFrom()) &&
ConfigureProviderManager.java 92 // Roster Exchange
93 pm.addExtensionProvider("x","jabber:x:roster", new RosterExchangeProvider());
FormField.java 134 * <li>jid-single -> Jabber ID - choosing a JID from your roster, and entering one based
213 * <li>jid-single -> Jabber ID - choosing a JID from your roster, and entering one based
ReportedData.java 197 * <li>jid-single -> Jabber ID - choosing a JID from your roster, and entering one based
  /external/smack/src/org/jivesoftware/smackx/packet/
PEPItem.java 75 * &lt;body&gt;This message contains roster items.&lt;/body&gt;
76 * &lt;x xmlns="jabber:x:roster"&gt;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermoduleimpl.h 118 //! Sets the jid for the roster contact update
128 //! This is never settable and will be ignored when generating a roster
146 //! The raw xml for this roster contact
174 //! An XmppModule for handle roster and presence functionality
182 //! Sets the roster handler (callbacks) for the module
185 //! Gets the roster handler for the module
221 // ROSTER MANAGEMENT ---------------------------------------------------------
223 //! Requests an update of the roster from the server
224 //! This must be called to initialize the client side cache of the roster
229 //! Returns the number of contacts in the roster
    [all...]
xmppengine_unittest.cc 251 EXPECT_EQ("<iq type=\"get\" id=\"2\"><query xmlns=\"jabber:iq:roster\"/>"
276 EXPECT_EQ("<iq type=\"get\" id=\"2\"><query xmlns=\"jabber:iq:roster\"/>"
284 "<query xmlns='jabber:iq:roster'><item>foo</item>"
291 "<query xmlns=\"jabber:iq:roster\"><item>foo</item></query>"
299 EXPECT_EQ("<iq type=\"get\" id=\"3\"><query xmlns=\"jabber:iq:roster\"/>"
309 input = "<iq type='result' id='3'><query xmlns='jabber:iq:roster'><item>bar"
313 "<query xmlns=\"jabber:iq:roster\"><item>bar</item></query>"
chatroommodule_unittest.cc 172 //! roster module
  /external/smack/src/org/jivesoftware/smack/packet/
PrivacyItem.java 42 * in the user's roster.
198 * in the user's roster.
229 * in the user's roster.
315 * Type defines if the rule is based on JIDs, roster groups or presence subscription types.
323 * in the user's roster.
374 * in the user's roster.
389 * in the user's roster.
445 * Type defines if the rule is based on JIDs, roster groups or presence subscription types.
449 * JID being analyzed should belong to a roster group of the list's owner.
457 * JID being analyzed should belong to a contact present in the owner's roster with
    [all...]
IQ.java 27 * on the server, including authentication, roster operations, and creating
  /external/smack/src/org/jivesoftware/smack/
Connection.java 191 * The permanent storage for the roster
359 * not interested in loading its roster upon login then use
386 * not interested in loading its roster upon login then use
447 * Returns the roster for the user.
450 * the server or is logged in anonymously all modifying methods of the returned roster object
451 * like {@link Roster#createEntry(String, String, String[])},
452 * {@link Roster#removeEntry(RosterEntry)} , etc. except adding or removing
455 * @return the user's roster.
457 public abstract Roster getRoster();
460 * Set the store for the roster of this connection. If you set the roster storag
    [all...]
Connection.java.orig 191 * The permanent storage for the roster
359 * not interested in loading its roster upon login then use
386 * not interested in loading its roster upon login then use
447 * Returns the roster for the user.
450 * the server or is logged in anonymously all modifying methods of the returned roster object
451 * like {@link Roster#createEntry(String, String, String[])},
452 * {@link Roster#removeEntry(RosterEntry)} , etc. except adding or removing
455 * @return the user's roster.
457 public abstract Roster getRoster();
460 * Set the store for the roster of this connection. If you set the roster storag
    [all...]
ConnectionConfiguration.java 639 * Returns true if the roster will be loaded from the server when logging in. This
643 * @return true if the roster will be loaded from the server when logging in.
650 * Sets if the roster will be loaded from the server when logging in. This
654 * @param rosterLoadedAtLogin if the roster will be loaded from the server when logging in.
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
rostertask.cc 68 // update (and merge) any roster items left in our map of offline items
150 // Not a roster IQ. Look for a presence instead
164 // only respect roster push from the server
  /external/chromium/third_party/libjingle/source/talk/examples/call/
friendinvitesendtask.cc 38 // Need to first add to roster, then subscribe to presence.
callclient.cc 126 " roster Prints the online friends from your roster.\n"
127 " friend user Request to add a user to your roster.\n"
194 if (command == "roster") {
481 console_->Printf("Adding to roster: %s", key.c_str());
484 console_->Printf("Removing from roster: %s", key.c_str());
493 console_->Printf("Roster contains %d callable", roster_->size());
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
friendinvitesendtask.cc 38 // Need to first add to roster, then subscribe to presence.
call_main.cc 258 DEFINE_bool(roster, false,
259 "Enable roster messages printed in console.");
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java 554 * Gets the roster groups that are allowed to subscribe and retrieve items.
556 * @return The roster groups
564 * Sets the roster groups that are allowed to subscribe and retrieve items.
566 * @param groups The roster groups
ConfigureNodeFields.java 185 * The roster group(s) allowed to subscribe and retrieve items
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chatapp.cc 96 {kMenuChoiceRoster, "Roster"},
162 // It's an index-based roster choice.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 61 committers_list_url = "http://lists.webkit.org/mailman/roster.cgi/webkit-committers"
62 reviewers_list_url = "http://lists.webkit.org/mailman/roster.cgi/webkit-reviewers"
  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
ConfigureProviderManager.java 92 // Roster Exchange
93 pm.addExtensionProvider("x","jabber:x:roster", new RosterExchangeProvider());
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 304 else if (elementName.equals("query") && namespace.equals("jabber:iq:roster")) {
412 RosterPacket roster = new RosterPacket(); local
419 roster.setVersion(version);
446 roster.addRosterItem(item);
453 return roster;
    [all...]
PacketParserUtils.java.orig 305 else if (elementName.equals("query") && namespace.equals("jabber:iq:roster")) {
413 RosterPacket roster = new RosterPacket();
420 roster.setVersion(version);
447 roster.addRosterItem(item);
454 return roster;
    [all...]

Completed in 675 milliseconds

12 3