Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 673 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 673 Bytes

Telegram-Android patched by NebulaChat

Install

Replace your server and port in ConnectionManager.cpp.diff file

Default connect to NebulaChat test server.

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

Telegram-Android/ConnectionManager.cpp.diff
L10

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