summaryrefslogtreecommitdiff
path: root/ratox.1
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 /ratox.1
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 'ratox.1')
-rw-r--r--ratox.124
1 files changed, 24 insertions, 0 deletions
diff --git a/ratox.1 b/ratox.1
index 07053ef..a59e04f 100644
--- a/ratox.1
+++ b/ratox.1
@@ -58,6 +58,10 @@ Status message slot.
Request slot. Send a friend request by piping the Tox ID to \fBin\fR. Incoming
requests are listed as FIFOs in \fBout/\fR. Echo \fB1\fR | \fB0\fR to
accept | reject them.
+.It Ar conf/
+Conference management slot. A conference is created by writing it's title to in. Invites
+to conferences are FIFOs in \fBout/\fR. Their name is id_cookie (the cookie is random data).
+They behave like request FIFOs.
.El
.Ss Friend slots
Each friend is represented with a folder in the base-directory named after
@@ -107,6 +111,26 @@ Send a text message by piping data to this FIFO.
.It Ar text_out
Contains text messages from the friend.
.El
+.Ss Conference slots
+Each conference is represented with a folder in the directory named after the
+8-digit conference number. The files in the conference folder are an interface
+for the respective conference.
+.Bl -tag -width 13n
+.It Ar members
+Contains a list of members of the conference.
+.It Ar invite
+Write the ID of a friend to this FIFO to invite him to the conference.
+.It Ar leave
+Write to this file to leave the conference.
+.It Ar title_in
+Write here to change the title of the conference.
+.It Ar title_out
+Contains the title of the conference.
+.It Ar text_in
+Echo \fBmessage\fR to send a text message to the conference.
+.It Ar text_out
+Contains the messages send in the conference so far.
+.El
.Ss Misc files
.Bl -tag -width 13n
.It Ar id