From ce95a094dc1ca90ed6b96e570c5cf086fdcad599 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 May 2008 11:33:00 +0000 Subject: update --- sources/protocols/implementations/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/protocols/implementations') diff --git a/sources/protocols/implementations/README b/sources/protocols/implementations/README index 8126ce0..fd8effa 100644 --- a/sources/protocols/implementations/README +++ b/sources/protocols/implementations/README @@ -1,10 +1,10 @@ How to add a new protocol: -1. Copy the file DummyProtocol.java into YourOwnNiceProtocol.java +1. Copy the file VSDummyProtocol.java into VSYourOwnNiceProtocol.java -2. Edit YourOwnNiceProtocol.java and replace the classname! +2. Edit VSYourOwnNiceProtocol.java and replace the classname! 3. Edit the initialize method of events.RegisteredEvents.java and add the classname -of your protocol. E.g.: "protocols.implementations.YourOwnNiceProtocol" +of your protocol. E.g.: "protocols.implementations.VSYourOwnNiceProtocol" -- cgit v1.2.3