summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sleekxmpp/jid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/jid.py b/sleekxmpp/jid.py
index 015d95f8..47d5cd78 100644
--- a/sleekxmpp/jid.py
+++ b/sleekxmpp/jid.py
@@ -72,7 +72,7 @@ nodeprep = stringprep_profiles.create(
bidi=True,
mappings=[
stringprep_profiles.b1_mapping,
- stringprep_profiles.c12_mapping],
+ stringprep.map_table_b2],
prohibited=[
stringprep.in_table_c11,
stringprep.in_table_c12,