Browse Source

Fixes #2068: Edit prebind documentation example

Florian Nitzsché 5 năm trước cách đây
mục cha
commit
6ef2b7544a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      docs/source/configuration.rst

+ 1 - 0
docs/source/configuration.rst

@@ -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
     });