Class OobIQ


  • public final class OobIQ
    extends Object
    The implementation of the <query/> element in the jabber:iq:oob namespace.

    This class is immutable.

    See Also:
    XEP-0066: Out of Band Data
    • Constructor Detail

      • OobIQ

        public OobIQ​(URI uri)
      • OobIQ

        public OobIQ​(URI uri,
                     String description)
    • Method Detail

      • getUri

        public final URI getUri()
        Gets the URI.
        Returns:
        The URI.
      • getDescription

        public final String getDescription()
        Gets the description.
        Returns:
        The description.
      • getSessionId

        public final String getSessionId()
        Gets the session id. This is used only in conjunction with stream initiation.
        Returns:
        The session id.