| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-06-15 12:48:19 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-06-15 12:48:19 +0200 | 
| commit | 52d894c670cf9b9ae5c5276acfa7938fb4fbacd3 (patch) | |
| tree | 96d665b66589166f0ccf6ae9315c19b799562646 /README.md | |
Initial commit.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 | 
1 files changed, 24 insertions, 0 deletions
| diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d7049c --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +## What is JabberHive? +JabberHive is a modular ChatBot system. All "modules" are in fact separate +programs linked together using the JabberHive Protocol. Please refer to the +protocol for more information. + +## Component Description +* Filter for a JabberHive network. +* Turns STRING component of "?RL", "?RLR", and "?RR" requests into their +lowercase equivalent. + +## JabberHive Protocol Compatibility +* **Protocol Version(s):** 1. +* **Inbound Connections:** Multiple. +* **Outbound Connections:** Multiple. +* **Pipelining:** No. +* **Behavior:** Filter. + +## Notes +* Does not correctly reply to Pipelining & Protocol Version requests. + +## Dependencies +- POSIX compliant OS. +- C compiler (with C99 support). +- CMake. | 


