Fixes #2068: Edit prebind documentation example

This commit is contained in:
Florian Nitzsché 2020-06-08 13:03:33 -04:00 committed by JC Brand
parent 48fcbfa5ea
commit 6ef2b7544a

View File

@ -95,6 +95,7 @@ Here's an example of Converse being initialized with these options:
jid: 'me@example.com',
authentication: 'prebind',
prebind_url: 'http://example.com/api/prebind',
auto_login: true,
allow_logout: false
});