jabber_hilight_notify is a script for irssi. It sends a Jabber message to the JID of your choice when you are hilighted on a channel (or when you receive a new private message).
Primarily it is intended to work with Tavu (on the receiving side), in order to get popup notifications when someone hilights you, even if you run irssi remotely. However, you can of course configure the script to send messages to any JID.
jabber_id and jabber_password are the only mandatory parameters.
| Name | Description | Default value |
|---|---|---|
| jabber_id | The jabber account to use (laura@hello.net, alfonso@foo.org/Home) | Default resource is 'remote_irssi'. |
| jabber_password | The password of the jabber account | |
| jabber_server | Manually specify a different server (foo.com, foo.com:4242) | (server part of jabber_id) |
| jabber_server_reconnect_time | Time to wait if connection fails | (server_reconnect_time) |
| jabber_hilight_notify_target | If set, send notifications to that JID. | |
| jabber_hilight_notify_target_presence | Presence states that are considered ok for sending notifications. Possible values: online,chat, away, xa (extended away), dnd (do not disturb), unavailable. | online chat |
| jabber_hilight_notify_when_away | If set to ON, send notifications even when you are away on IRC. | OFF |
Net::XMPP to work.message_parts() function) for details. By default, the subject of the messages is 'hilight', because Tavu interprets by default the subject to be the name of the event.~/.irssi/scripts directory.jabber_id and jabber_password)/script load jabber_hilight_notifyThis script was primarily written to send messages to Tavu. Quickstart:
~/.kde/share/apps/remote_irssi/ directory. If you used a particular resource in the jabber_id variable, replace remote_irssi with it.jabber_hilight_notify_target variable to the JID Tavu uses for connecting.This script is being written by David Ammouial.