Skip to content

Commit 6248da0

Browse files
authored
Add FAQ section
1 parent c4362c9 commit 6248da0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

FAQ.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Overview
2+
3+
Contains [frequently asked questions](https://en.wikipedia.org/wiki/FAQ)
4+
related to Trifa Tox Client.
5+
6+
7+
# List of Content
8+
9+
1. [What are the circles next to a contact?](#what-are-the-circles-next-to-a-contact)
10+
11+
12+
# What are the circles next to a contact?
13+
14+
There are 3 circles on the contact item, see
15+
16+
![Example Trifa Contact List](./doc/trifa-contact-list.png)
17+
18+
* the circle around avatar (`1`) tells the connection type, like
19+
* <span style="background-color: green; color: white">green</span> -> friend is online via UDP
20+
* <span style="background-color: yellow; color: black">yellow</span> -> friend is online via TCP
21+
* <span style="background-color: gray; color: white">gray</span> -> friend is offline
22+
* the medium circle (`2`) tells the conncetion status, like
23+
* <span style="background-color: green; color: white">green</span> -> friend has toxproxy (for offline messages) and proxy is online
24+
* <span style="background-color: yellow; color: black">yellow</span> -> friend has PUSH notification feature
25+
* <span style="background-color: red; color: white">red</span> -> friend has toxproxy (for offline messages) but it is offline
26+
* the smallest circle (`3`) tells the contact/user status, like
27+
* <span style="background-color: green; color: white">green</span> -> friend set status to "I'm available"
28+
* <span style="background-color: yellow; color: black">yellow</span> -> friend set status to "I'm away"
29+
* <span style="background-color: red; color: white">red</span> -> friend set status to "I'm busy"
30+
31+
32+

0 commit comments

Comments
 (0)