MRPC
Experimental Discord Mobile Rich Presence (Android)
How does it work?
It's pretty simple.
- Connect to the Discord Gateway as a normal Discord Client.
- Send Identify and Update Presence.
Notes
- I haven't made this as a background service yet.
- Rate limiting is not yet handled.
- This app uses the Discord Gateway instead of OAuth2 API (which I can't even find the documentation for the
activities.write
scope), so this might not be safe. Use this at your own risk. - Zlib compression is not yet used, due to the current using library doesn't correctly handle it(?).