Skip to content

Commit a42341b

Browse files
committed
fix OFFLINE_MESSAGES docs
1 parent ec60610 commit a42341b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

OFFLINE_MESSAGES.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Offline Messages
22
=
3-
To get offline messages for your TRIfA App, install ToxProxy on a Linux Box at home and leave it running 0:00-24:00.<br>
4-
### Installation instructions [using Google FCM for Push Messages]:
3+
To get offline messages for your TRIfA App, install ToxProxy on a Linux Box (or Windows system) at home and leave it running 0:00-24:00.<br>
4+
### Installation instructions:
55

6-
* install ToxProxy for Linux: [appimage_binary](https://github.com/zoff99/ToxProxy/releases/download/nightly/ToxProxy_x86_64.AppImage)
7-
* run ToxProxy for Linux (**it will only write data to the current directory and below**):
6+
* install ToxProxy for Linux: [appimage binary](https://github.com/zoff99/ToxProxy/releases/download/nightly/ToxProxy_x86_64.AppImage)
7+
* or install ToxProxy on Windows: [windows binary](https://github.com/zoff99/ToxProxy/releases/download/nightly/ToxProxy_win_nightly.exe)
8+
* now run ToxProxy (**it will only write data to the current directory and below**):
89
```
910
dummy@dummy:/home/dummy$ ./ToxProxy_x86_64.AppImage
1011
ToxProxy version: 0.99.xx
@@ -21,18 +22,18 @@ ToxID:827707DBFF41BEA803C9CF7D81C1CFC2007FA774E6DE24FF1B661259CB8891668EF63E91C0
2122

2223
<img height="300" src="https://raw.githubusercontent.com/zoff99/ToxAndroidRefImpl/zoff99/dev003/images/add_toxproxy.gif"></img><br>
2324

24-
* ToxProxy for Linux will show that your phone is set as master:
25+
* ToxProxy will show that your phone is set as master:
2526
```
2627
added master:71BC3623887FEFC1F76811F8C3291806873E1B66159D955DB129BAACFE33BE2D
2728
```
2829

29-
* now install the Tox Notify Companion App: [apk_file](https://github.com/zoff99/tox_push_msg_app/releases/latest/download/play.pushmsg.apk)
30+
* now install the Tox Notify Companion App: [APK App](https://github.com/zoff99/tox_push_msg_app/releases/latest/download/play.pushmsg.apk)
3031

31-
* sync FCM Token to TRIfA, approve it in TRIfA and restart TRIfA:
32+
* sync Token to TRIfA, approve it in TRIfA and restart TRIfA:
3233

3334
<img height="300" src="https://raw.githubusercontent.com/zoff99/ToxAndroidRefImpl/zoff99/dev003/images/add_fcm.gif"></img><br>
3435

35-
* ToxProxy for Linux will show it has received the Token:
36+
* ToxProxy will show it has received the Token:
3637
```
3738
received token:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx
3839
saved token:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx

0 commit comments

Comments
 (0)