update README about where we take icons from; add icon for ft proxy

This commit is contained in:
Nikos Kouremenos 2005-11-20 14:10:53 +00:00
parent c7583c6711
commit 3dc204b06c
3 changed files with 3 additions and 0 deletions

2
README
View File

@ -79,4 +79,6 @@ http://gajim.org
PS.
we use original art and parts of sounds and other art from Psi, Gossip
and some icons from various gnome-icons (mostly Dropline Etiquette)
we found at art.gnome.org
If you think we're violating a license please inform us

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -87,6 +87,7 @@ def _gen_agent_type_info():
('gateway', 'sip'): (False, 'sip.png'),
('directory', 'user'): (None, 'jud.png'),
('pubsub', 'generic'): (None, 'pubsub.png'),
('proxy', 'bytestreams'): (None, 'bytestreams.png'), # Socks5 FT proxy
# Transports
('conference', 'irc'): (False, 'irc.png'),