File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,14 @@ There are 3 circles on the contact item, see
1818* the circle around avatar (` 1 ` ) tells the connection type, like
1919 * <span style =" background-color : green ; color : white " >green</span > -> friend is online via UDP
2020 * <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
21+ * <span style =" background-color : gray ; color : white " >grey </span > -> friend is offline
22+ * the medium circle (` 2 ` ) inner circle tells the connection status, like
2323 * <span style =" background-color : green ; color : white " >green</span > -> friend has toxproxy (for offline messages) and proxy is online
2424 * <span style =" background-color : yellow ; color : black " >yellow</span > -> friend has PUSH notification feature
2525 * <span style =" background-color : red ; color : white " >red</span > -> friend has toxproxy (for offline messages) but it is offline
26+ * the medium circle (` 2 ` ) outer circle tells the connection status, like
27+ * <span style =" background-color : green ; color : white " >green</span > -> friend is online
28+ * <span style =" background-color : red ; color : white " >red</span > -> friend is offline
2629* the smallest circle (` 3 ` ) tells the contact/user status, like
2730 * <span style =" background-color : green ; color : white " >green</span > -> friend set status to "I'm available"
2831 * <span style =" background-color : yellow ; color : black " >yellow</span > -> friend set status to "I'm away"
You can’t perform that action at this time.
0 commit comments