Pārlūkot izejas kodu

tsilo: update the readme

Daniel-Constantin Mierla 10 gadi atpakaļ
vecāks
revīzija
94358dc133
1 mainītis faili ar 5 papildinājumiem un 4 dzēšanām
  1. 5 4
      modules/tsilo/README

+ 5 - 4
modules/tsilo/README

@@ -31,7 +31,7 @@ Federico Cabiddu
 
 
               4.1. ts_store([uri])
               4.1. ts_store([uri])
               4.2. ts_append(domain, ruri)
               4.2. ts_append(domain, ruri)
-              4.3. ts_append_to(tindex, tlabel, domain)
+              4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
 
         5. Exported RPC Functions
         5. Exported RPC Functions
 
 
@@ -71,7 +71,7 @@ Chapter 1. Admin Guide
 
 
         4.1. ts_store([uri])
         4.1. ts_store([uri])
         4.2. ts_append(domain, ruri)
         4.2. ts_append(domain, ruri)
-        4.3. ts_append_to(tindex, tlabel, domain)
+        4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
 
    5. Exported RPC Functions
    5. Exported RPC Functions
 
 
@@ -143,7 +143,7 @@ modparam("tsilo", "hash_size", 1024)
 
 
    4.1. ts_store([uri])
    4.1. ts_store([uri])
    4.2. ts_append(domain, ruri)
    4.2. ts_append(domain, ruri)
-   4.3. ts_append_to(tindex, tlabel, domain)
+   4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
 
 4.1. ts_store([uri])
 4.1. ts_store([uri])
 
 
@@ -186,7 +186,7 @@ if (is_method("REGISTER")) {
 }
 }
 ...
 ...
 
 
-4.3. ts_append_to(tindex, tlabel, domain)
+4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
 
    The method add branches to the transaction identified by tindex and
    The method add branches to the transaction identified by tindex and
    tlabel, performing a contacts lookup on the table specified by the
    tlabel, performing a contacts lookup on the table specified by the
@@ -200,6 +200,7 @@ if (is_method("REGISTER")) {
        pseudo-variable.
        pseudo-variable.
      * domain - Name of table that should be used for looking up new
      * domain - Name of table that should be used for looking up new
        contacts for r-uri.
        contacts for r-uri.
+     * uri (optiona) - uri for which to do lookup for new destinations.
 
 
    This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
    This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.