diff options
author | Lance Stout <lancestout@gmail.com> | 2012-08-01 11:11:40 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-08-01 11:11:40 -0700 |
commit | b84e3597702e4d049eb8973ce6c3e3236502633a (patch) | |
tree | a1cf5ee5f027201c404c02f1ac7aaa89c037b964 /sleekxmpp | |
parent | 475ccfa8dcc135934b7beef9826e67eb513bb828 (diff) | |
download | slixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.tar.gz slixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.tar.bz2 slixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.tar.xz slixmpp-b84e3597702e4d049eb8973ce6c3e3236502633a.zip |
Use the proper mappings for nodeprep.
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/jid.py | 2 |
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, |