diff --git a/data/pixmaps/agents/rss.png b/data/pixmaps/agents/rss.png new file mode 100644 index 000000000..44c8025ce Binary files /dev/null and b/data/pixmaps/agents/rss.png differ diff --git a/src/disco.py b/src/disco.py index 55d3be6ac..139133bbd 100644 --- a/src/disco.py +++ b/src/disco.py @@ -84,6 +84,7 @@ def _gen_agent_type_info(): # Services ('conference', 'text'): (MucBrowser, 'unknown.png'), + ('headline', 'rss'): (AgentBrowser, 'rss.png'), # Transports ('conference', 'irc'): (False, 'irc.png'),