Top Level Namespace
Defined Under Namespace
Modules: Gossip Classes: GossipCommand, Queue
Constant Summary collapse
- BFFS =
CHANGE: These arrays describe the destinations for gossip messages. Unless defaults are overridden, output will go only to the BFFS The difference between ON_THE_OUTS and TOTAL_OUTSIDERS is that the user can override ON_THE_OUTS. For example, the -j command-line option will cause messages to be sent to Jabber. A TOTAL_OUTSIDER can never be sent a message. This is useful because, for example, you don’t even need to have the twitter gem on your system when :twitter is a TOTAL_OUTSIDER.
[:standard_output]
- ON_THE_OUTS =
By default, do not gossip with these.
[:mail, :jabber, :campfire, :twitter, :trac]
- TOTAL_OUTSIDERS =
These will never ever gossiped with.
[]