Need node for spec compliance

Stephen Paul Weber created

And also so Gajim works

Change summary

sgx_jmp.rb | 1 +
1 file changed, 1 insertion(+)

Detailed changes

sgx_jmp.rb 🔗

@@ -348,6 +348,7 @@ disco_items node: "http://jabber.org/protocol/commands" do |iq|
 
 	sentry_hub = new_sentry_hub(iq, name: iq.node)
 	reply = iq.reply
+	reply.node = "http://jabber.org/protocol/commands"
 
 	CustomerRepo.new.find_by_jid(iq.from.stripped).catch {
 		nil