浏览代码

Fixes #2068: Edit prebind documentation example

Florian Nitzsché 5 年之前
父节点
当前提交
6ef2b7544a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
     });