diff options
author | Lance Stout <lancestout@gmail.com> | 2012-08-01 11:11:54 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-08-01 11:11:54 -0700 |
commit | 2f4149c7d05f05c041ce5d393f5a13e1075c3d14 (patch) | |
tree | 0d2a1b24464e9d6233a04cd3827d6a73fac1e740 | |
parent | fb4275648c1f809ea1eadb3fcd5e6ad1b244d5ab (diff) | |
parent | b84e3597702e4d049eb8973ce6c3e3236502633a (diff) | |
download | slixmpp-2f4149c7d05f05c041ce5d393f5a13e1075c3d14.tar.gz slixmpp-2f4149c7d05f05c041ce5d393f5a13e1075c3d14.tar.bz2 slixmpp-2f4149c7d05f05c041ce5d393f5a13e1075c3d14.tar.xz slixmpp-2f4149c7d05f05c041ce5d393f5a13e1075c3d14.zip |
Merge branch 'master' into develop
-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, |