webpush-java
webpush-java copied to clipboard
Web Push library for Java
use https://web-push-codelab.glitch.me/ for getting keys and your `sendPushMessage` method from **UsageExample** I get `400 UnauthorizedRegistration` error. Java code: ``` if (Security.getProvider(BouncyCastleProvider.PROVIDER_NAME) == null) { Security.addProvider(new BouncyCastleProvider()); } SubscriptionMy subscriptionMy =...
Maybe will be good to move ``` public class Keys { public String p256dh; public String auth; public Keys() { } public Keys(String p256dh, String auth) { this.p256dh = p256dh;...
Using Java on Ubuntu 16.04: openjdk version "1.8.0_162" OpenJDK Runtime Environment (build 1.8.0_162-8u162-b12-0ubuntu0.16.04.2-b12) OpenJDK Server VM (build 25.162-b12, mixed mode) Though the build was success but I am getting following...
Hi there, in `HttpEce.deriveKey(...)` method you have following flow: ```java byte[] secret = null; byte[] context = null;//follow this one if (key != null) { secret = key; } else...
> Task :run SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. HTTP/1.1 403 Forbidden [Content-Type: text/plain; charset=utf-8, X-Content-Type-Options: nosniff,...
Has anyone got web push working with iOS Safari (w/PWA)? I posted the following on StackOverflow, but got no response. We can send web push from java server to PWA...
https://github.com/web-push-libs/encrypted-content-encoding/blob/831b6bff0c5acc6abf2484c2b71ac110e87ee345/python/http_ece/__init__.py#L79
Added ability to provide custom/user-specific cipher via Supplier enhanced logs - dont create corresponding arrays in case when log is disabled
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | com.github.johnrengelman.shadow | `7.1.1` -> `8.1.1` |  |  | --- ### Configuration...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | major | `7.2` -> `8.14.2` | --- ### Release Notes gradle/gradle (gradle)...