Module: sip-router Branch: master Commit: c060369e85e279c3eba8fe5caddc3be7a860d512 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c060369e...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Thu Dec 20 20:31:50 2012 +0100
blst Minor README updates
---
modules/blst/README | 11 ++++++++++- modules/blst/doc/blst.xml | 4 ++-- .../blst/doc/{functions.xml => blst_functions.xml} | 0 modules/blst/doc/{params.xml => blst_params.xml} | 0 4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/modules/blst/README b/modules/blst/README index c84f9aa..654ec97 100644 --- a/modules/blst/README +++ b/modules/blst/README @@ -1,4 +1,4 @@ -Blst Module +Blst Module - Blacklist Management
Andrei Pelinescu-Onciul
@@ -22,6 +22,15 @@ Andrei Pelinescu-Onciul
2. Functions
+ 2.1. blst_add([timeout]) + 2.2. blst_add_retry_after(min, max) + 2.3. blst_del() + 2.4. blst_is_blacklisted() + 2.5. blst_set_ignore([flags]) + 2.6. blst_rpl_set_ignore([flags]) + 2.7. blst_clear_ignore([flags]) + 2.8. blst_rpl_clear_ignore([flags]) + 2.1. blst_add([timeout])
Adds the source of the current message to the blacklist for timeout diff --git a/modules/blst/doc/blst.xml b/modules/blst/doc/blst.xml index c11e0ec..76d278c 100644 --- a/modules/blst/doc/blst.xml +++ b/modules/blst/doc/blst.xml @@ -4,7 +4,7 @@
<book id="blst" xmlns:xi="http://www.w3.org/2001/XInclude"> <bookinfo> - <title>Blst Module</title> + <title>Blst Module - Blacklist Management</title> <authorgroup> <author> <firstname>Andrei</firstname> @@ -29,7 +29,7 @@ </para> </section>
- <xi:include href="functions.xml"/> + <xi:include href="blst_functions.xml"/>
</book>
diff --git a/modules/blst/doc/functions.xml b/modules/blst/doc/blst_functions.xml similarity index 100% rename from modules/blst/doc/functions.xml rename to modules/blst/doc/blst_functions.xml diff --git a/modules/blst/doc/params.xml b/modules/blst/doc/blst_params.xml similarity index 100% rename from modules/blst/doc/params.xml rename to modules/blst/doc/blst_params.xml