Class OobX


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

    This class is immutable.

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

      • OobX

        public OobX​(URI uri)
      • OobX

        public OobX​(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.