[JDEV] Maximum JID length?
Keith Minkler
keith at digix.dyndns.org
Sat Oct 14 08:49:57 CDT 2000
> Is there a maximum size of a Jabber ID?
yes and no...
there are 3 parts to a jid,
username -- limited to 255 *valid* characters as per the JPG
hostname -- limited the same as a FQDN hostname
resource -- no lenght or valid character restriction
> If its yes to any of these, does the server
> enforce these maximum lengths?
yes, the server enforces these restrictions, technically, the enforcing is done inside libjabber's jid_new() command, and will return NULL on a bad jid.
Keith Minkler
More information about the JDev
mailing list