This reverts commit b5f8cc47d6eccf8214a653612527cbf76724385d.
Apparently blather is running the handlers for *all* iq, not just the
ones unhandled by others.
@@ -884,14 +884,6 @@ module SGXcatapult
#write_to_stream s.approve!
#write_to_stream s.request!
end
-- iq :get? do |i|- write_to_stream error_msg(i.reply, i.query, 'cancel', 'feature-not-implemented')- end-- iq :set? do |i|- write_to_stream error_msg(i.reply, i.query, 'cancel', 'feature-not-implemented')- end
end
[:INT, :TERM].each do |sig|