summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2017-03-03 15:39:30 +0100
committerpranomostro <pranomestro@gmail.com>2017-03-03 15:41:21 +0100
commitd10df26852b6db53156e1f892e29239435c66299 (patch)
tree73ab6b3b7df46f08d0fb3eae4ec17a3164e9690b /README
parent799e250bbc9cf89bb09b7cfa4afbc4dbb9a46657 (diff)
parente8f046c0e616a7a0b10d1bb85abe887c1a374179 (diff)
Merge branch 'toktok'.
This merge updates ratox to toktoks toxcore, which is being developed, and adds groupchats (although lacking audio group chats at the moment).
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 6b5288e..d87f2e5 100644
--- a/README
+++ b/README
@@ -53,6 +53,15 @@ to help explain the semantics of the individual files.
| |-- text_in # 'echo yo dude > text_in' to send a text to this friend
| `-- text_out # 'tail -f text_out' to dump to stdout any text received
|
+|-- 00000000
+| |-- members # list of people in the conference
+| |-- invite # 'echo 0A734CBA717CEB7883D.... >invite' to invite
+| |-- leave # 'echo 1 >leave' to leave the conference
+| |-- title_in # 'echo new-title >title_in' to update the conference title
+| |-- title_out # contains the current title
+| |-- text_in # 'echo blablahumbla >text_in' to message the other conference members
+| |-- text_out # contains the messages sent so far in the conference
+|
|-- id # 'cat id' to show your own ID, you can give this to your friends
|
|-- name # changing your nick
@@ -86,7 +95,7 @@ Features
1 v 1 messaging: Yes
File transfer: Yes
-Group chat: No
+Group chat: Yes
Audio: Yes
Video: No
DNS discovery: No
@@ -115,6 +124,8 @@ NOTE: Some of these features are not intended to be developed
in ratox itself but rather in external scripts[1] that are built upon
ratox.
+Group chats do not have audio yet.
+
Examples
========