Package org.jxmpp.jid

Interface DomainBareJid

All Superinterfaces:
BareJid, CharSequence, Comparable<Jid>, DomainJid, Jid, Serializable
All Known Implementing Classes:
DomainpartJid

public interface DomainBareJid extends Jid, BareJid, DomainJid
An XMPP address (JID) consisting of the domainpart. For example "xmpp.org".

Examples:

  • xmpp.org
  • example.net
See Also: