Weather transport icon
This commit is contained in:
parent
9370991acf
commit
41384b5854
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
|
@ -85,6 +85,9 @@ def _gen_agent_type_info():
|
|||
# Services
|
||||
('conference', 'text'): (MucBrowser, 'unknown.png'),
|
||||
('headline', 'rss'): (AgentBrowser, 'rss.png'),
|
||||
('headline', 'weather'): (False, 'weather.png'),
|
||||
('gateway', 'weather'): (False, 'weather.png'),
|
||||
('_jid', 'weather'): (False, 'weather.png'),
|
||||
|
||||
# Transports
|
||||
('conference', 'irc'): (False, 'irc.png'),
|
||||
|
|
Loading…
Reference in New Issue