Simon Ser

Results 1937 comments of Simon Ser

It would also be nice to have a way for the bouncer to send a plain-text status message for each network. This would allow clients to show in their UI...

It's used to signal the client that the commands are supported. Could use an `ISUPPORT` I suppose… but need to make sure servers don't want to change behavior when push...

> capability doesn't prevent server from changing the behavior after cap was enabled. There's even CAP DEL especially for that Nah, I mean that a cap would inform the server...

As said above, I'm not necessarily opposed to making this an `ISUPPORT` instead of a cap. We just need to make sure that no server is interested in knowing whether...

Yeah, the size limit is going to be an issue. FCM alone also has a 4096 bytes limit for the payload. > we might want to specify an alternative format...

How is this going to help with the size limit of the push notification payload?

Yeah, if it's just a debugging tool, I think I'd rather let servers include it as a special service or custom commands. Also need to investigate if/how subscription expiration can...

UnifiedPush is basically Web Push without any kind of encryption. I've been discussing with them to add encryption, they seem open to the idea (they considered Web Push in the...

My plan is to go ahead and ship this as a soju vendored extension, then gather field testing feedback and report back what I've learnt here.

The vendored extension has been merged in soju and goguma.