Enable force_registration in the register account example.
This commit is contained in:
parent
79914fb56b
commit
9a6bfc6614
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue