Enable force_registration in the register account example.

This commit is contained in:
Lance Stout 2013-02-08 09:44:39 -08:00
parent 79914fb56b
commit 9a6bfc6614

View file

@ -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: