Skip to content

Commit 5e28d4f

Browse files
authored
[webpush] Parsing during registration (#1661)
* Parse WPDeviceToken during registration * Clarify PPInvalidPusher with apnsPushProviderClient * Use SrvLoc for webpush endpoints * Remove unused WPEndpoint * Test RFC8291 - webpush encryption - implementation * Fix tests with -fserver_postgres * Disable redirections with webpush * Rename webpush tests, and move behind server_postgres flag * Parse webpush endpoint with StrEncoding * Fix rename webpush tests * Lint import * Test push notification encoding for webpush * Test strDecoding invalid WPDeviceToken
1 parent d3d9768 commit 5e28d4f

File tree

11 files changed

+373
-159
lines changed

11 files changed

+373
-159
lines changed

simplexmq.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ test-suite simplexmq-test
514514
AgentTests.NotificationTests
515515
NtfClient
516516
NtfServerTests
517+
NtfWPTests
517518
PostgresSchemaDump
518519
hs-source-dirs:
519520
tests

0 commit comments

Comments
 (0)