1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,45 @@ |
1 |
+# $Id$ |
|
2 |
+ |
|
3 |
+List of currently available ser modules |
|
4 |
+---------------------------------------------------------- |
|
5 |
+Name Use Maturity Purpose/Depends on |
|
6 |
+---------------------------------------------------------- |
|
7 |
+acc regular stable transaction accounting |
|
8 |
+ /example (the module servers also |
|
9 |
+ as example of how to bind |
|
10 |
+ to transaction management) |
|
11 |
+ -tm |
|
12 |
+auth regular stable digest authentication |
|
13 |
+ -sl |
|
14 |
+ -mysql |
|
15 |
+cpl experimental alpha Call Processing Language |
|
16 |
+ext experimental alpha Execution of external URI |
|
17 |
+ processing logic |
|
18 |
+im temporary alpha Stateless instant messaging |
|
19 |
+ client |
|
20 |
+jabber experimental beta SIP2Jabber gateway |
|
21 |
+maxfwd regular stable Max-Forwards check |
|
22 |
+mysql regular stable supporting MySql interface |
|
23 |
+print example stable Printing Message to stdout |
|
24 |
+rr regular stable Record-Routing |
|
25 |
+sl regular stable Stateless Replies |
|
26 |
+sms regular stable SMS gateway |
|
27 |
+ -tm |
|
28 |
+textops regular stable Message Textual Operations |
|
29 |
+tm regular beta Transaction Management |
|
30 |
+usrloc regular stable User Location |
|
31 |
+ -sl |
|
32 |
+ -mysql (optionally) |
|
33 |
+ |
|
34 |
+ |
|
35 |
+Use tells how deployable a module is. Regular indicates |
|
36 |
+we deploy and use this feature in our infrastructure. |
|
37 |
+Experimental tells we are still gaining operation experience. |
|
38 |
+Temporary labels modules which momentarily fix some |
|
39 |
+bugs/lacks and will disappear later. Example modules |
|
40 |
+are primarily useful as educational source code for |
|
41 |
+ser programmers. |
|
42 |
+ |
|
43 |
+Maturity is label as stable if a module has been deployed |
|
44 |
+for longer time, alpha if it is still being developed and |
|
45 |
+beta if it is under test. |