Home | History | Annotate | Download | only in smackx

Lines Matching full:items

45  * <li>Ability to discover items and information of remote XMPP entities.
46 * <li>Ability to publish publicly available items.
212 // Listen for disco#items requests and answer with an empty result
217 // Send back the items defined in the client if the request is of type GET
225 // Add the defined items related to the requested node. Look for
230 // Specified node was found, add node items
314 * (ie items) related to a given node or <tt>null</null> if none.<p>
319 * @param node the node that contains items associated with an entity not addressable as a JID.
332 * (ie items) related to a given node. Every time this client receives a disco request
333 * regarding the items of a given node, the provider associated to that node will be the
339 * @param node the node whose items will be provided by the NodeInformationProvider.
340 * @param listener the NodeInformationProvider responsible for providing items related
349 * (ie items) related to a given node. This means that no more information will be
563 * Returns the discovered items of a given XMPP entity addressed by its JID.
574 * Returns the discovered items of a given XMPP entity addressed by its JID and
580 * @return the discovered items.
584 // Discover the entity's items
610 * Returns true if the server supports publishing of items. A client may wish to publish items
611 * to the server so that the server can provide items associated to the client. These items will
616 * @return true if the server supports publishing of items.
625 * Returns true if the server supports publishing of items. A client may wish to publish items
626 * to the server so that the server can provide items associated to the client. These items will
631 * @return true if the server supports publishing of items.
638 * Publishes new items to a parent entity. The item elements to publish MUST have at least
653 * Publishes new items to a parent entity and node. The item elements to publish MUST have at