Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 851 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 851 Bytes

Telegram-FOSS patched by NebulaChat

Install

  • Get Telegram-FOSS source code

  • Switch to a655fde98089ad949f1d131cb6d627d70bb5159e

    git checkout a655fde98089ad949f1d131cb6d627d70bb5159e
    
  • patch

  • build, see build Telegram-FOSS, and google

Replace your server and port in ConnectionManager.cpp file

Default connect to NebulaChat test server.

If you want to connect to your own server, you can modify the following code:

Telegram-FOSS/ConnectionManager.cpp.diff
L11

+    std::string _nebulaChatServer("47.103.102.219");