summaryrefslogtreecommitdiff
path: root/sources/protocols/README
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-15 23:08:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-15 23:08:33 +0000
commitd4c1ddcc90c1e2e8660598fc36b3772d2bff6816 (patch)
tree28a0afc255e42f92adbca0d102e785301bc43a58 /sources/protocols/README
parent61599471a5978c1521b9c89c044ac2ce9a88c398 (diff)
1 Moved the stuff to trunk!
Diffstat (limited to 'sources/protocols/README')
-rw-r--r--sources/protocols/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/protocols/README b/sources/protocols/README
new file mode 100644
index 0000000..3bf4f6d
--- /dev/null
+++ b/sources/protocols/README
@@ -0,0 +1,10 @@
+How to add a new protocol:
+
+1. Copy the file DummyProtocol.java into YourOwnNiceProtocol.java
+
+2. Edit YourOwnNiceProtocol.java and replace the classname!
+
+3. Edit the initialize method of RegisteredProtocols.java and add the classname
+of your protocol. E.g.: "org.buetow.vs.protocols.YourOwnNiceProtocol"
+
+