From 88ff9e0405ebfb901d8c6572377e487fd9b06f36 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Mon, 5 Nov 2012 15:32:50 -0800 Subject: [PATCH] block the 'run' method until xmpp4r has a way to reasonably block until the client dies. --- lib/logstash/inputs/xmpp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/logstash/inputs/xmpp.rb b/lib/logstash/inputs/xmpp.rb index 799142135..f1280d16d 100644 --- a/lib/logstash/inputs/xmpp.rb +++ b/lib/logstash/inputs/xmpp.rb @@ -65,6 +65,7 @@ class LogStash::Inputs::Xmpp < LogStash::Inputs::Base queue << e end end # @client.add_message_callback + sleep end # def run end # def class LogStash:Inputs::Xmpp