Commit 85190d80eeec36c5b115736a4ccc8a3299a5d4a2
1 parent
ccd57a36
Exists in
master
and in
1 other branch
added service, service_url, user_id so that messages can be sent to any jabber client and to rooms
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
app/models/notification_service.rb
... | ... | @@ -5,6 +5,9 @@ class NotificationService |
5 | 5 | default_url_options[:host] = ActionMailer::Base.default_url_options[:host] |
6 | 6 | |
7 | 7 | field :room_id, :type => String |
8 | + field :user_id, :type => String | |
9 | + field :service_url, :type => String | |
10 | + field :service, :type => String | |
8 | 11 | field :api_token, :type => String |
9 | 12 | field :subdomain, :type => String |
10 | 13 | field :sender_name, :type => String | ... | ... |