Просмотр исходного кода

Fixes #2068: Edit prebind documentation example

Florian Nitzsché 5 лет назад
Родитель
Сommit
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
     });