Interface Addressable

  • All Known Subinterfaces:
    DiscoverableItem, Item, RosterItem
    All Known Implementing Classes:
    Contact, ItemElement

    public interface Addressable
    Represents any instance which is addressable by a JID.

    Examples include client-to-server sessions, service discovery items, services or user accounts.

    • Method Detail

      • getJid

        Jid getJid()
        Gets the JID of the addressable.
        Returns:
        The JID.