summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-08-01 11:11:40 -0700
committerLance Stout <lancestout@gmail.com>2012-08-01 11:11:40 -0700
commitb84e3597702e4d049eb8973ce6c3e3236502633a (patch)
treea1cf5ee5f027201c404c02f1ac7aaa89c037b964
parent475ccfa8dcc135934b7beef9826e67eb513bb828 (diff)
downloadslixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.tar.gz
slixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.tar.bz2
slixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.tar.xz
slixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.zip
Use the proper mappings for nodeprep.
-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,