From 9a6bfc66141dfc79de0bc31294def76cb876b4db Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 8 Feb 2013 09:44:39 -0800 Subject: Enable force_registration in the register account example. --- examples/register_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/register_account.py') diff --git a/examples/register_account.py b/examples/register_account.py index 2badef64..422e5602 100644 --- a/examples/register_account.py +++ b/examples/register_account.py @@ -155,7 +155,7 @@ if __name__ == '__main__': # Some servers don't advertise support for inband registration, even # though they allow it. If this applies to your server, use: - # xmpp['xep_0077'].force_registration = True + xmpp['xep_0077'].force_registration = True # If you are working with an OpenFire server, you may need # to adjust the SSL version used: -- cgit v1.2.3