debacleDoes an XMPP-MQTT gateway exist, other than https://github.com/adamvr/MQTT-to-XMPP-Gateway ? Holger, you know things!
debaclehas left
flowdebacle, who needs a gateway if ejabberd natively supports MQTT? :)O✎
flowdebacle, who needs a gateway if ejabberd natively supports MQTT? :) ✏
MattJdebacle: https://modules.prosody.im/mod_pubsub_mqtt if you're counting built-in server translation
Jeroenhas joined
Jeroenhas left
Syndacehas left
Syndacehas joined
me9has joined
debaclehas joined
Jeroenhas joined
Jeroenhas left
debacleflow 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?
Jeroenhas joined
Jeroenhas left
MattJCorrect. Though I don't know much about ejabberd's implementation, I assume it's similar... you can share the same node between XMPP/MQTT
Jeroenhas joined
Jeroenhas left
debacleMattJ 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!
Tobihas left
MattJJust 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