xmpp XMPP Addresses aka. JIDs (Jabber Identifiers)

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • [ localpart "@" ] domainpart [ "/" resourcepart ]

Parameters

PartCommon Usage
LocalpartIdentifies an XMPP entity (optional)
DomainpartIdentifies the XMPP service
ResourcepartIdentifies a session of an XMPP entity (optional)

Remarks

XMPP addresses, more commonly known as JIDs (Jabber Identifiers) are defined in RFC 7622 and act as addresses on the XMPP network. They look like an email address, but sometimes have an optional "resourcepart" at the end that identifies a particular client logged in as the account represented by the rest of the address (since XMPP may have multiple clients connected per account). An example of an XMPP address with the resourcepart (a client) xyz is:

[email protected]/xyz


Got any xmpp Question?