sgx_endstream.rb 🔗
@@ -128,7 +128,7 @@ ibr type: :set do |iq|
next
end
- if iq.username.to_s.empty? || iq.password.to_s.empty?
+ if (iq.username.to_s.empty? || iq.password.to_s.empty?) && !iq.remove?
self << iq.as_error(
"bad-request",
:modify,