Uses of Class
rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
-
Packages that use ContactExchange.Item Package Description rocks.xmpp.extensions.rosterx Provides classes for XEP-0144: Roster Item Exchange.rocks.xmpp.extensions.rosterx.model Provides XML schema implementations of XEP-0144: Roster Item Exchange. -
-
Uses of ContactExchange.Item in rocks.xmpp.extensions.rosterx
Methods in rocks.xmpp.extensions.rosterx that return types with arguments of type ContactExchange.Item Modifier and Type Method Description List<ContactExchange.Item>
ContactExchangeEvent. getItems()
Gets the roster exchange items.Methods in rocks.xmpp.extensions.rosterx with parameters of type ContactExchange.Item Modifier and Type Method Description ContactExchange.Item.Action
ContactExchangeManager. approve(ContactExchange.Item item)
Approves a roster exchange item by modifying the roster accordingly. -
Uses of ContactExchange.Item in rocks.xmpp.extensions.rosterx.model
Methods in rocks.xmpp.extensions.rosterx.model that return types with arguments of type ContactExchange.Item Modifier and Type Method Description List<ContactExchange.Item>
ContactExchange. getItems()
Gets the contact exchange items.Constructor parameters in rocks.xmpp.extensions.rosterx.model with type arguments of type ContactExchange.Item Constructor Description ContactExchange(Collection<ContactExchange.Item> items)
-