~singpolyma/sgx-jmp

2b7b276bdbe03e56853d7039dd2a8ef71dd4a71c — Stephen Paul Weber 3 years ago 1e6063d
Spec says we must reply to all IQs

So say feature-not-implemented if we haven't got it with some other handler.
1 files changed, 3 insertions(+), 0 deletions(-)

M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +3 -0
@@ 407,3 407,6 @@ iq type: [:result, :error] do |iq|
	IQ_MANAGER.fulfill(iq)
end

iq type: [:get, :set] do |iq|
	self << Blather::StanzaError.new(iq, "feature-not-implemented", :cancel)
end