Przeglądaj źródła

Merge branch 'gbonvehi-add-allow-registration-doc'

JC Brand 10 lat temu
rodzic
commit
4d6a354734
2 zmienionych plików z 11 dodań i 1 usunięć
  1. 2 1
      docs/CHANGES.rst
  2. 9 0
      docs/source/configuration.rst

+ 2 - 1
docs/CHANGES.rst

@@ -7,7 +7,8 @@ Changelog
 * Norwegian Bokmål translations. [Andreas Lorentsen]
 * Updated Afrikaans translations. [jcbrand]
 * Add responsiveness to CSS. We now use Sass preprocessor for generating CSS. [jcbrand]
-* Add fullname and jid to contact's tooltip in roster, solves #252 and #253. [gbonvehi]
+* #252, 253 Add fullname and jid to contact's tooltip in roster. [gbonvehi]
+* #295 Document "allow_registration". [gbonvehi]
 
 0.8.6 (2014-12-07)
 ------------------

+ 9 - 0
docs/source/configuration.rst

@@ -53,6 +53,15 @@ Default:  ``true``
 
 Allow Off-the-record encryption of single-user chat messages.
 
+allow_registration
+---------
+
+Default:  ``true``
+
+Support for `XEP-0077: In band registration <http://xmpp.org/extensions/xep-0077.html>`_
+
+Allow XMPP account registration showing the corresponding UI register form interface.
+
 animate
 -------