lib/logstash/inputs/xmpp.rb in logstash-input-xmpp-3.1.1 vs lib/logstash/inputs/xmpp.rb in logstash-input-xmpp-3.1.2

- old
+ new

@@ -1,10 +1,9 @@ # encoding: utf-8 require "logstash/inputs/base" require "logstash/namespace" require 'xmpp4r' # xmpp4r gem -# load the MUC Client anyway, its mocked in testing require 'xmpp4r/muc/helper/simplemucclient' # This input allows you to receive events over XMPP/Jabber. # # This plugin can be used for accepting events from humans or applications