simplexmq
simplexmq copied to clipboard
⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.
Hello, I would like to update my SMP server. When I run the `sudo simplex-servers-update` command, I get the following message: ``` root@SimpleX:~# simplex-servers-update /usr/local/bin/smp-server: error while loading shared libraries:...
Agent: - [x] finalize initial and queue subscriptions #1672 - [x] ~possibly, use flag to exclude already subscribed queues - although this API is no longer used beyond tests~ -...
A few last commits for web push - to fix after the "live tests" Based on #1664
Based on #1663
This PR is based on #1662
This PR is based on #1661 and prepare the PR for VAPID, to make it more clear
In the installation guide for the SMP server, the configuration file explicitly specifies ports 5223 and 443. Port 443 is used by the built-in web server This raises a question:...
Additionally builds and pushes Docker image for `linux/arm64` platform to DockerHub. Images built for arm64 are prefixed with `arm64-` in their name on DockerHub, such as in this test build...