Command Line Interface (CLI)
Component Description
-
Allows the use of the Command Line Interface to send requests using stdin.
-
All replies are displayed in stdout.
-
Handles the lack of pipelining by not reading from stdin if it's not ready
to send.
JabberHive Protocol Compatibility
Protocol Version(s): |
1 |
Inbound Connection(s): |
None |
Outbound Connection(s): |
Single |
Pipelining: |
No |
Behavior: |
Gateway |
Dependencies
- POSIX compliant OS.
- C compiler (with C99 support).
- (GNU) make.
Download Links
How to Use
- Download the source code from either website.
- Enter the following command:
$ make
.
-
Run
$ ./jh-cli
to see how to use the binary.
Internet Relay Chat (IRC)
Component Description
JabberHive Protocol Compatibility
Protocol Version(s): |
1 |
Inbound Connection(s): |
None |
Outbound Connection(s): |
Single |
Pipelining: |
No |
Behavior: |
Gateway |
Dependencies
- POSIX compliant OS.
- C compiler (with C99 support).
- (GNU) make.
- libircclient.
Download Links
How to Use
- Download the source code from either website.
- Enter the following command:
$ make
.
-
Run
$ ./jh-irc
to see how to use the binary.
Discord
Component Description
JabberHive Protocol Compatibility
Protocol Version(s): |
1 |
Inbound Connection(s): |
None |
Outbound Connection(s): |
Single |
Pipelining: |
No |
Behavior: |
Gateway |
Dependencies
Download Links
How to Use
- Download the source code from either website.
-
Run
$ ./jh-discord
to see how to use the script.