From 85190d80eeec36c5b115736a4ccc8a3299a5d4a2 Mon Sep 17 00:00:00 2001 From: damau Date: Thu, 31 Jan 2013 10:24:22 +0000 Subject: [PATCH] added service, service_url, user_id so that messages can be sent to any jabber client and to rooms --- app/models/notification_service.rb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/app/models/notification_service.rb b/app/models/notification_service.rb index 4dd08ba..c71b948 100644 --- a/app/models/notification_service.rb +++ b/app/models/notification_service.rb @@ -5,6 +5,9 @@ class NotificationService default_url_options[:host] = ActionMailer::Base.default_url_options[:host] field :room_id, :type => String + field :user_id, :type => String + field :service_url, :type => String + field :service, :type => String field :api_token, :type => String field :subdomain, :type => String field :sender_name, :type => String -- libgit2 0.21.2