IoT SIG - 2021-10-12


  1. debacle

    Does an XMPP-MQTT gateway exist, other than https://github.com/adamvr/MQTT-to-XMPP-Gateway ? Holger, you know things!

  2. flow

    debacle, who needs a gateway if ejabberd natively supports MQTT? :)O

  3. flow

    debacle, who needs a gateway if ejabberd natively supports MQTT? :)

  4. MattJ

    debacle: https://modules.prosody.im/mod_pubsub_mqtt if you're counting built-in server translation

  5. debacle

    flow MattJ My device talks XMPP (PubSub) and I believe, that I need to pass the items to an MQTT server. Ejabberd/Prosody MQTT is probably meant to support devices talking MQTT, or not?

  6. MattJ

    Correct. Though I don't know much about ejabberd's implementation, I assume it's similar... you can share the same node between XMPP/MQTT

  7. debacle

    MattJ Sharing the same node between XMPP and MQTT sounds good. I need to check, if Ejabberd does that, because that's what we use right now. If not, Prosody might be an option!

  8. MattJ

    Just be warned that it's been many years since I wrote that code, I am not aware of anyone using it in production, but if you think it would fit your use-case I should be able to fix any issues you encounter