From b84e3597702e4d049eb8973ce6c3e3236502633a Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 1 Aug 2012 11:11:40 -0700 Subject: Use the proper mappings for nodeprep. --- sleekxmpp/jid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3