This project is an implementation written in Golang of Microsoft's MSN Messenger server in its initial release. Due to the complexicity of the project, the server only supports (for now) MSN Messenger 1.0 client based on MSN Protocol 2 (MNSP2).
The project aims to support the entire feature set of MSNP2, including:
- User authentication
- Contact list management
- Status updates
- Real-time messaging
- Start the database and the Redis server using Docker:
docker compose up
- Run the dispatch server:
make dispatch
- Run the notification server:
make notification
- Run the switchboard server:
make switchboard
Warning
This project is a personal hobby project and is not affiliated with, endorsed by, or officially supported by Microsoft or any of its subsidiaries. The content, views, and contributions in this repository are solely those of the project author(s) and do not represent the opinions or positions of Microsoft.