block the 'run' method until xmpp4r has a way to reasonably block until the client dies.

This commit is contained in:
Jordan Sissel 2012-11-05 15:32:50 -08:00
parent 8323258d97
commit 88ff9e0405

View file

@ -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