UnifiedPush / wishlist

New distributor, new lib, more OS, app support etc.
4 stars 0 forks source link

Mastodon (All, server and clients) #5

Open karmanyaahm opened 3 years ago

karmanyaahm commented 3 years ago

Original issue


Tusky will accept PRs for UnifiedPush support. See this fediverse thread for context https://mastodon.technology/@IzzyOnDroid/106413326097509197

genofire commented 2 years ago

Related issue: https://github.com/tuskyapp/Tusky/issues/793

karmanyaahm commented 2 years ago

Subway Tooter, an Android Client

karmanyaahm commented 2 years ago

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: https://github.com/mastodon/mastodon/pull/16014

karmanyaahm commented 2 years ago

Tootle is a Linux Mastodon Client - which could use the dbus implementation,

An Issue exists already upstream: https://github.com/bleakgrey/tootle/issues/304

p1gp1g commented 1 year ago

Subway tooter is beta testing UP support

digitalbuddha commented 1 year ago

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?

p1gp1g commented 1 year ago

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 :)