~ctrlproxy/ctrlproxy/trunk

« back to all changes in this revision

Viewing changes to doc/ctcp.mod.xml

  • Committer: jelmer
  • Date: 2003-10-18 22:02:02 UTC
  • Revision ID: jelmer@samba.org-20031018220202-6801a76318fb4d13
Update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ctrlproxy:module name="ctcp"
 
2
        xmlns:ctrlproxy="http://ctrlproxy.vernstok.nl/common">
 
3
        <modulemeta>
 
4
                <description>Standard CTCP module</description>
 
5
                <version>0.1</version>
 
6
                <author>Jelmer Vernooij</author>
 
7
                <homepage>http://jelmer.vernstok.nl/ctrlproxy/</homepage>
 
8
        </modulemeta>
 
9
 
 
10
        <description>
 
11
                <para>Simple CTCP module that implements some basic CTCP commands.
 
12
                Use for this module is having CTCP support available when there 
 
13
                is no client connected that can answer CTCP queries and providing 
 
14
                the ability to detect ctrlproxy. 
 
15
                </para>
 
16
 
 
17
                <para>The following CTCP commands are supported:</para>
 
18
 
 
19
                <simplelist>
 
20
                <member>VERSION</member>
 
21
                <member>TIME</member>
 
22
                <member>FINGER</member>
 
23
                <member>SOURCE</member>
 
24
                <member>CLIENTINFO</member>
 
25
                <member>PING</member>
 
26
                </simplelist>
 
27
                
 
28
        </description>
 
29
 
 
30
</ctrlproxy:module>