MediaWiki REL1_28
wgRCFeeds

Destinations to which notifications about recent changes should be sent.

Destinations to which notifications about recent changes should be sent.As of MediaWiki 1.22, there are 2 supported 'engine' parameter option in core:

The common options are:

The IRC-specific options are:

The JSON-specific options are:

['example'] = [ 'formatter' => 'JSONRCFeedFormatter', 'uri' => "udp://localhost:1336", 'add_interwiki_prefix' => false, 'omit_bots' => true, ];