#34: disabled Jabber

This commit is contained in:
Vokhmin Alexey V 2013-05-15 18:54:53 +04:00
parent 4cc52b2231
commit 62b58cc62d
1 changed files with 4 additions and 3 deletions

View File

@ -46,9 +46,10 @@ module Modules::Models::WebHooks
password :password
boolean :ssl, :message_without_join, :no_colors, :long_url, :notice
end
add_hook :jabber do
string :user
end
# temporarily disabled
# add_hook :jabber do
# string :user
# end
SCHEMA.freeze
NAMES.freeze