Expand description
Provides a type for Jabber IDs.
For usage, check the documentation on the Jid struct.
Structs§
Enums§
- Jid
- An enum representing a Jabber ID. It can be either a
FullJidor aBareJid. - JidParse
Error - An error that signifies that a
Jidcannot be parsed from a string.