- RFC 7564: PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols
- RFC 7613: Preparation, Enforcement, and Comparison of Internationalized Strings Representing Usernames and Passwords
- RFC 7700: Preparation, Enforcement, and Comparison of Internationalized Strings Representing Nicknames
These are also used by XMPP, especially by the new Address Format specification, RFC 7622 (The local and resource part must conform to Precis profiles).
After working on a Java implementation for Precis for some time, I'd finally like to announce the first release of the open source software, which supports all of the three Precis specifications:
Project site with more informationMaven coordinates:
<dependency> <groupId>rocks.xmpp</groupId> <artifactId>precis</artifactId> <version>0.1.0</version> </dependency>
Anybody who likes to upgrade the obsolete Libidn's Stringprep class is invited to give it a try.