Interface SoftwareVersionManager

    • Method Detail

      • getSoftwareVersion

        AsyncResult<SoftwareVersion> getSoftwareVersion​(Jid jid)
        Queries another entity for its software version.
        Parameters:
        jid - The entity's JID.
        Returns:
        The result containing the software version.
      • setSoftwareVersion

        void setSoftwareVersion​(SoftwareVersion softwareVersion)
        Sets my own software version. The set version is returned when this handler is queried for the software version.
        Parameters:
        softwareVersion - My software version.
        See Also:
        getSoftwareVersion()