apps/messenger/config/options.rb in spiderfw-0.6.29 vs apps/messenger/config/options.rb in spiderfw-0.6.30

- old
+ new

@@ -43,6 +43,12 @@ :type => String config_option 'messenger.mobyt.password', _("Password for the Mobyt service"), :type => String config_option 'messenger.mobyt.from', _("From parameter for the Mobyt service"), :type => String + config_option 'messenger.skebby.username', _("Username for the Skebby service"), + :type => String + config_option 'messenger.skebby.password', _("Password for the Skebby service"), + :type => String + config_option 'messenger.skebby.from', _("From parameter for the Skebby service"), + :type => String end