# File lib/uniform_notifier/xmpp.rb, line 33 def self._out_of_channel_notify(data) message = data.values.compact.join("\n") notify(message) end