Class PresenceCollectorRepository.ServiceEntry

    • Constructor Detail

      • ServiceEntry

        public ServiceEntry​(tigase.xmpp.jid.BareJID serviceJid)
    • Method Detail

      • getServiceJid

        public tigase.xmpp.jid.BareJID getServiceJid()
      • add

        public java.lang.String add​(tigase.xmpp.jid.JID jid,
                                    java.lang.String caps)
      • remove

        public boolean remove​(tigase.xmpp.jid.JID jid)
      • synchronizeOnUserJID

        protected <T> T synchronizeOnUserJID​(tigase.xmpp.jid.BareJID jid,
                                             java.util.function.Supplier<T> run)