@since: bbPress (r3171)
Description
bbp_display_topics_feed_rss2()

Output an RSS2 feed of topics, based on the query passed.

Source: bp-forums/topics/functions.php:3612

bbp_request_feed_trap()

This function is hooked into the WordPress ‘request’ action and is responsible for sniffing out the query vars and serving up RSS2 feeds if the stars align and the user has requested a feed of any Forums type.

Source: bp-forums/common/functions.php:1714

bbp_display_replies_feed_rss2()

Output an RSS2 feed of replies, based on the query passed.

Source: bp-forums/replies/functions.php:2112