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