-
Edit: fix some terminology usage.
Currently, the `owned_message` table in the Oxen storage server uses the Session identity public key as a virtual user ID and stores it persistently.
This desig…
-
```
Illegal `akka.discovery.method` value 'kubernetes-api' or incompatible class! The implementation class MUST extend akka.discovery.SimpleServiceDiscovery and take an ExtendedActorSystem as constru…
-
Hi,
maintainer / author of node-xmpp/xmpp.js here
Thanks for sharing RubDub, was pretty useful for me to understand how XMPP push worked.
node-xmpp is deprecated in favor of xmpp.js, I'm cons…
-
Hello! I have a very strange situation... I read all manuals many times. I got all valid iOS certificates and apiKey for Android. I got message:
```
W20160414-15:42:35.301(5)? (STDERR) WARNING: Push…
-
Hello,
Is this plugin compatible with cordova-plugin-fcm-with-dependecy-updated version 6.4.3 ?
I use the cordova-plugin-fcm-with-dependecy-updated plugin to receive iOS notifications. I receive the…
-
The plugin works perfectly on Android, but I found the onNotification not called in iOS. it can get the FCM token, the push message arrived the phone in both foreground and background, but when click …
-
I've 2 VM, in 1st VM Aether-in-a=Box 4G Core Running as a CNF & in 2nd VM srsRAN running with eNB & UE with ZMQ.
Changed ~/.config/srsran/enb.conf
[enb]
enb_id = 0x19B
mcc = 208
mnc = 01
mme_a…
-
mac ios build 환경구축
-
Hi, Push has been working well for ages. For some reason I stopped receiving notification on my phone (which I do install/uninstall test with various versions (dev) from time to time.
Anyway, I had …
-
```
var answer = q.defer();
var replyQueue;
function MaybeAnswer(msg) {
answer.reject(new Error(msg.content.toString()));
}
return ch.assertQueue(toQueue, queueOptions || this.queueOptions)
…