Open scintill opened 4 years ago
I just migrated everything to the HTTP/2 API. Feel free to test it here: https://github.com/freswa/dovecot-xaps-daemon
I just migrated everything to the HTTP/2 API. Feel free to test it here: https://github.com/freswa/dovecot-xaps-daemon
can confirm its working..
Works for me. Thanks! I made a PR on your fork to remove some outdated stuff from the systemd file, though I haven't tested it directly since I generate my own systemd file from NixOS.
@freswa do you have a compiled version that i can test with?
@Zjemm Drop me a message and I'll see what I can do :) I plan to provide binaries for every release in the future.
very nice work, have you managed to make compiled version?
Haven't had time to create a CI pipeline for now, but the code does compile without problems.
@ dreness pointed out the binary protocol will be deprecated (https://developer.apple.com/news/?id=11042019a). It looks like the Go library we're using sends the binary protocol, so we will need to update to HTTP/2 like https://github.com/matthewpowell/pushnotify did.