Interface UserNameProvider


  • public interface UserNameProvider
    Interface to be implemented by components that are capable of returning the name of entities when running as internal components.
    Author:
    Gaston Dombiak
    • Method Detail

      • getUserName

        String getUserName​(org.xmpp.packet.JID entity)
        Returns the name of the entity specified by the following JID.
        Parameters:
        entity - JID of the entity to return its name.
        Returns:
        the name of the entity specified by the following JID.