Multi-user chat with mixed architecture (client-server, p2p)
Server address:
IP: 93.170.186.160
Port: 10021
Supports:
- Full trafic encryption. Diffie–Hellman key exchange. AES-256.
- Private messages. (P2P)
- Rooms.
- Voice chat. (P2P)
- Files sharing. (P2P)
- Plugins (Example of simple plugin: https://github.com/Nirklav/ScreenshotPlugin).
P2P means that connection is established directly between clients without server.
OpenAL required for audio services. You can download it from official site.