JoshuaJB / 0ad

Git mirror of the 0 A.D. source code (http://trac.wildfiregames.com/browser)
http://play0ad.com
Other
3 stars 0 forks source link

Remove need for client to register for updates. #7

Open JoshuaJB opened 11 years ago

JoshuaJB commented 11 years ago

We should remove need for a client to register for updates and just use presence stanzas. (Fixing this should also fix #5 )

JoshuaJB commented 11 years ago

This is mostly done, I think we now just send registration as an extra assurance.

JoshuaJB commented 11 years ago

Alright, I reviewed the code and it looks like everything besides the leaderboard should automatically detect players and doesn't require registration.