Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Use the proper mappings for nodeprep.
Browse files Browse the repository at this point in the history
  • Loading branch information
legastero committed Aug 1, 2012
1 parent 475ccfa commit b84e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleekxmpp/jid.py
Expand Up @@ -72,7 +72,7 @@
bidi=True,
mappings=[
stringprep_profiles.b1_mapping,
stringprep_profiles.c12_mapping],
stringprep.map_table_b2],
prohibited=[
stringprep.in_table_c11,
stringprep.in_table_c12,
Expand Down

0 comments on commit b84e359

Please sign in to comment.