Module: kamailio Branch: master Commit: 2bb8b5689c3064bd0ad1da80bdcfa36f29d2b8e3 URL: https://github.com/kamailio/kamailio/commit/2bb8b5689c3064bd0ad1da80bdcfa36f...
Author: Andreas Granig andreas@granig.com Committer: Andreas Granig agranig@linguin.org Date: 2022-10-13T17:42:47+02:00
mqtt: Add tls_alpn module option
This is used when a service (like AWS IoT Core) uses one TLS port for multiple services (like https and mqtt), so you have to set the ALPN to 'mqtt' to be able to connect kamailio.
---
Modified: src/modules/mqtt/doc/mqtt_admin.xml Modified: src/modules/mqtt/mqtt_dispatch.c Modified: src/modules/mqtt/mqtt_dispatch.h Modified: src/modules/mqtt/mqtt_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/2bb8b5689c3064bd0ad1da80bdcfa36f... Patch: https://github.com/kamailio/kamailio/commit/2bb8b5689c3064bd0ad1da80bdcfa36f...
Hello,
this caused the nightly builds to fail for older Debian distributions. It should be fixed now. I also pushed a commit to adapt the coding style of the newly added code to the existing file regarding whitespaces/tabs, as I also did a mistake by not seeing it correctly in my editor.
Cheers,
Henning