lib/eye/notify/jabber.rb in reel-eye-0.3.2 vs lib/eye/notify/jabber.rb in reel-eye-0.4
- old
+ new
@@ -1,11 +1,11 @@
class Eye::Notify::Jabber < Eye::Notify
-
+
# Eye.config do
# jabber :host => "some.host", :port => 12345, :user => "eye@some.host", :password => "123456"
# contact :vasya, :jabber, "vasya@some.host"
# end
-
+
param :host, String, true
param :port, [String, Fixnum], true
param :user, String, true
param :password, String
\ No newline at end of file