Enable force_registration in the register account example.
This commit is contained in:
parent
79914fb56b
commit
9a6bfc6614
@ -155,7 +155,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
# Some servers don't advertise support for inband registration, even
|
# Some servers don't advertise support for inband registration, even
|
||||||
# though they allow it. If this applies to your server, use:
|
# 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
|
# If you are working with an OpenFire server, you may need
|
||||||
# to adjust the SSL version used:
|
# to adjust the SSL version used:
|
||||||
|
Loading…
Reference in New Issue
Block a user