tractionview=com.traction.view.listener.JabberNotifier display_name=#{listener_jabber_notifier_displayname} description=#{listener_jabber_notifier_description} # IMPORTANT! You can specify user=* and this notifier will be fired # for each user in the system, with the appropriate permissions. You # can also name a specific Traction username, and the notifier will # run as that user. If user= is left blank, the notifier will run # using the permissions of the user who triggered the event. ############################################################################# # リスナーを動作させるユーザーを設定します。 # アスタリスクを指定すると、イベントを発生させるユーザーになります。 user=* # sender's name and password -- generally you will use a special # jabber account set up for the Traction server ############################################################################# # ・メッセージ送信元アカウントのユーザー名とパスワードを指定します。 jabber_username=hogehoge jabber_password=jabberpassword # jabber server, port and connection type # secureconnection=[true|false] is specified, and the server uses the default # port number for secure or standard connections (5223 or 5222 respectively), # jabber_port= may be omitted. ############################################################################# # ・使用するJabberサーバーを指定します。 jabber_server=jabber.jp #jabber_port=5222 secureconnection=false # Choose the set of events for which you would like to be notified, or # leave this commented out to be notified of all events. In many # systems, the "edit" and "reclassify" events occur very often. ############################################################################# # ・通知するイベントの種類を設定します。 # ・コメントアウトした場合は、すべてのイベントが通知対象になります。 #events=post,edit,reclassify,erase,email # mapping from traction-username to jabber-username@jabber-server ############################################################################# #user1=someuser@jabber.org #user2=anotheruser@jabber.org # ・TeamPageのユーザーと送信先のアカウント名を紐付けします。 # ・ドメイン名を省略した場合(下記のakjguest)、 # 上のjabber_serverで指定されたサーバー宛に送信されます。 # つまり、「akjguest」は、「akjguest@jabber.jp」宛になります。 # ・Googleアカウントへ送信する場合は、Gmailのメールアドレスを記述します。 admin=akj@jabber.jp akjguest=akjguest akjtest=hoge@gmail.com