Explorar el Código

Fixes #2068: Edit prebind documentation example

Florian Nitzsché hace 5 años
padre
commit
6ef2b7544a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
     });