/external/smack/src/org/jivesoftware/smackx/pubsub/ |
Affiliation.java | 20 * Represents a affiliation between a user and a node, where the {@link #type} defines
21 * the type of affiliation.
29 public class Affiliation implements PacketExtension
41 * Constructs an affiliation.
43 * @param jid The JID with affiliation.
44 * @param affiliation The type of affiliation.
46 public Affiliation(String jid, Type affiliation)
48 this(jid, null, affiliation);
[all...] |
AffiliationsExtension.java | 27 protected List<Affiliation> items = Collections.EMPTY_LIST;
34 public AffiliationsExtension(List<Affiliation> affiliationList)
48 public AffiliationsExtension(String nodeId, List<Affiliation> affiliationList)
56 public List<Affiliation> getAffiliations()
80 for (Affiliation item : items)
|
PubSubManager.java | 223 public List<Affiliation> getAffiliations()
|
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/ |
AffiliationProvider.java | 21 import org.jivesoftware.smackx.pubsub.Affiliation;
24 * Parses the affiliation element out of the reply stanza from the server
25 * as specified in the <a href="http://xmpp.org/extensions/xep-0060.html#schemas-pubsub">affiliation schema</a>.
34 return new Affiliation(attributeMap.get("jid"), attributeMap.get("node"), Affiliation.Type.valueOf(attributeMap.get("affiliation")));
|
AffiliationsProvider.java | 22 import org.jivesoftware.smackx.pubsub.Affiliation;
27 * as specified in the <a href="http://xmpp.org/extensions/xep-0060.html#schemas-pubsub">affiliation schema</a>.
35 return new AffiliationsExtension(attributeMap.get("node"), (List<Affiliation>)content);
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCAdmin.java | 42 * Returns an Iterator for item childs that holds information about roles, affiliation, 45 * @return an Iterator for item childs that holds information about roles, affiliation, 55 * Adds an item child that holds information about roles, affiliation, jids and nicks. 57 * @param item the item child that holds information about roles, affiliation, jids and nicks. 81 * Item child that holds information about roles, affiliation, jids and nicks. 88 private String affiliation; field in class:MUCAdmin.Item 96 * @param affiliation the actor's affiliation to the room 99 public Item(String affiliation, String role) { 100 this.affiliation = affiliation [all...] |
MUCOwner.java | 42 * Returns an Iterator for item childs that holds information about affiliation, 45 * @return an Iterator for item childs that holds information about affiliation, 77 * Adds an item child that holds information about affiliation, jids and nicks. 79 * @param item the item child that holds information about affiliation, jids and nicks. 106 * Item child that holds information about affiliation, jids and nicks. 114 private String affiliation; field in class:MUCOwner.Item 122 * @param affiliation the actor's affiliation to the room 124 public Item(String affiliation) { 125 this.affiliation = affiliation [all...] |
MUCUser.java | 96 * Returns the item child that holds information about roles, affiliation, jids and nicks. 98 * @return an item child that holds information about roles, affiliation, jids and nicks. 156 * Sets the item child that holds information about roles, affiliation, jids and nicks. 158 * @param item the item child that holds information about roles, affiliation, jids and nicks. 367 * Item child that holds information about roles, affiliation, jids and nicks. 374 private String affiliation; field in class:MUCUser.Item 382 * @param affiliation the actor's affiliation to the room 385 public Item(String affiliation, String role) { 386 this.affiliation = affiliation [all...] |
OfflineMessageRequest.java | 138 * @param node the actor's affiliation to the room
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
Affiliate.java | 27 * Represents an affiliation of a user to a given room. The affiliate's information will always have 28 * the bare jid of the real user and its affiliation. If the affiliate is an occupant of the room 36 private String affiliation; field in class:Affiliate 45 this.affiliation = item.getAffiliation(); 53 this.affiliation = item.getAffiliation(); 68 * Returns the affiliation of the afffiliated user. Possible affiliations are: "owner", "admin", 71 * @return the affiliation of the afffiliated user. 74 return affiliation;
|
Occupant.java | 30 * the affiliation and role of the occupant in the room. The full JID and nickname are optional. 36 private String affiliation; field in class:Occupant 45 this.affiliation = item.getAffiliation(); 56 this.affiliation = item.getAffiliation(); 75 * Returns the affiliation of the occupant. Possible affiliations are: "owner", "admin", 78 * @return the affiliation of the occupant. 81 return affiliation; 115 result = affiliation.hashCode();
|
MultiUserChat.java | 70 * room. A room could have many occupants with different affiliation and roles. 72 * are "moderator", "participant", and "visitor". Each role and affiliation guarantees 650 * add the user to the member list by changing the user's affiliation from "none" to "member.<p> [all...] |
/external/smack/src/org/jivesoftware/smackx/provider/ |
MUCAdminProvider.java | 59 parser.getAttributeValue("", "affiliation"),
|
MUCOwnerProvider.java | 66 MUCOwner.Item item = new MUCOwner.Item(parser.getAttributeValue("", "affiliation"));
|
MUCUserProvider.java | 90 parser.getAttributeValue("", "affiliation"),
|
/external/openssl/crypto/x509v3/ |
v3_enum.c | 67 {CRL_REASON_AFFILIATION_CHANGED, "Affiliation Changed", "affiliationChanged"},
|
v3_crld.c | 197 {3, "Affiliation Changed", "affiliationChanged"},
|
/external/oprofile/doc/ |
op-jit-devel.xml | 12 <affiliation> 14 </affiliation>
|
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/ |
ConfigureProviderManager.java | 168 pm.addExtensionProvider("affiliation", "http://jabber.org/protocol/pubsub", new AffiliationProvider());
|
/external/smack/src/org/jivesoftware/smackx/ |
ConfigureProviderManager.java | 168 pm.addExtensionProvider("affiliation", "http://jabber.org/protocol/pubsub", new AffiliationProvider());
|
/build/tools/droiddoc/templates-ds/assets/js/grid/ |
960.gridder.js | 15 * - Due to a lot of inquries regarding affiliation with jQuery the filenames has
|
/external/libxml2/include/libxml/ |
schemasInternals.h | 788 substitution group affiliation */
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
ip.jd | 293 an endorsement by or affiliation with the other company.
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model.h | 323 // Forgets the group affiliation of the specified TabContents. This should be
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
constants.cc | 285 const buzz::QName QN_AFFILIATION(true, STR_EMPTY, "affiliation");
|