class twisted.words.protocols.jabber.xmpp_stringprep.NamePrep: (source)
Implements preparation of internationalized domain names.
This class implements preparing internationalized domain names using the rules defined in RFC 3491, section 4 (Conversion operations).
We do not perform step 4 since we deal with unicode representations of domain names and do not convert from or to ASCII representations using punycode encoding. When such a conversion is needed, the idna
standard library provides the ToUnicode()
and ToASCII()
functions. Note that idna
itself assumes UseSTD3ASCIIRules to be false.
The following steps are performed by prepare()
:
Class Variable | prohibiteds | Undocumented |
Method | prepare | Undocumented |
Method | check_prohibiteds | Undocumented |
Method | nameprep | Undocumented |