Ejabberd 2.1.12 Developers GuideAlexey Shchepin
+Ejabberd 2.1.13 Developers Guide |
diff --git a/doc/features.html b/doc/features.html
index bd7cb666f..7c5fc5b51 100644
--- a/doc/features.html
+++ b/doc/features.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/REC-html40/loose.dtd">
- Ejabberd 2.1.12 Feature Sheet
+Ejabberd 2.1.13 Feature Sheet
@@ -50,7 +50,7 @@ SPAN{width:20%; float:right; text-align:left; margin-left:auto;}
- Ejabberd 2.1.12 Feature SheetSander Devrieze
+Ejabberd 2.1.13 Feature Sheet |
diff --git a/doc/guide.html b/doc/guide.html
index 67d88478e..781e2b0e8 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -6,7 +6,7 @@
- ejabberd 2.1.12
+ ejabberd 2.1.13
Installation and Operation Guide
@@ -76,7 +76,7 @@ BLOCKQUOTE.figure DIV.center DIV.center HR{display:none;}
- ejabberd 2.1.12 |
+ ejabberd 2.1.13 |
|
Installation and Operation Guide |
@@ -688,7 +688,7 @@ Handles incoming s2s connections.
Interacts with an external component
(as defined in the Jabber Component Protocol (XEP-0114).
Options: access, hosts, max_fsm_queue,
-service_check_from, shaper
+service_check_from, shaper_rule
ejabberd_stun
Handles STUN Binding requests as defined in
RFC 5389.
@@ -792,6 +792,9 @@ The default value is true, to be compliant with {shaper, none|ShaperName} This option defines a
shaper for the port (see section 3.1.6). The default value
is none.
+{shaper_rule, none|ShaperRule} This option defines a
+shaper rule for the ejabberd_service (see section 3.1.6). The recommended value
+is fast.
starttls This option
specifies that STARTTLS encryption is available on connections to the port.
You should also set the certfile option.
diff --git a/doc/version.tex b/doc/version.tex
index 924b6afae..1e0270cef 100644
--- a/doc/version.tex
+++ b/doc/version.tex
@@ -1,2 +1,2 @@
% ejabberd version (automatically generated).
-\newcommand{\version}{2.1.12}
+\newcommand{\version}{2.1.13}
diff --git a/src/ejabberd.app b/src/ejabberd.app
index 720278394..132059782 100644
--- a/src/ejabberd.app
+++ b/src/ejabberd.app
@@ -2,7 +2,7 @@
{application, ejabberd,
[{description, "ejabberd"},
- {vsn, "2.1.12"},
+ {vsn, "2.1.13"},
{modules, [acl,
adhoc,
configure,
|
|