-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mastodon (All, server and clients) #5
Comments
Related issue: tuskyapp/Tusky#793 |
Subway Tooter, an Android Client |
Also, Mastodon uses aesgcm, not aes128gcm. aesgcm requires headers which means it's not compatible with UP, whereas aes128gcm is. Need to update that somehow. see the statement here: mastodon/mastodon#16014 |
Tootle is a Linux Mastodon Client - which could use the dbus implementation, An Issue exists already upstream: bleakgrey/tootle#304 |
Subway tooter is beta testing UP support |
Hi folks I'm working on a new android client called firefly. You an find the app here: alpha.androiddev.social I wanted to implement a push server originally then found this thread. Is there any guidance if I wanted to add unified push instead? |
You can find instructions to add UnifiedPush support to your app here : https://unifiedpush.org/developers/android/ If you want an example for mastodon, you can look at Fedilab or Tusky source code :) |
Codeberg issue: https://codeberg.org/UnifiedPush/wishlist/issues/4 |
Original issue
Tusky will accept PRs for UnifiedPush support. See this fediverse thread for context https://mastodon.technology/@IzzyOnDroid/106413326097509197
The text was updated successfully, but these errors were encountered: