Package org.jxmpp.jid

Interface DomainFullJid

All Superinterfaces:
CharSequence, Comparable<Jid>, DomainJid, FullJid, Jid, Serializable
All Known Implementing Classes:
DomainAndResourcepartJid

public interface DomainFullJid extends Jid, FullJid, DomainJid
An XMPP address (JID) consisting of a domainpart and a resourcepart. For example "xmpp.org/resource".

Examples:

  • domain.part/resource
  • example.net/8c6def89
See Also: