diff --git a/README b/README index 70c6f7f6e..bcd11d4c9 100644 --- a/README +++ b/README @@ -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 diff --git a/data/pixmaps/agents/bytestreams.png b/data/pixmaps/agents/bytestreams.png new file mode 100644 index 000000000..f9ea766ee Binary files /dev/null and b/data/pixmaps/agents/bytestreams.png differ diff --git a/src/disco.py b/src/disco.py index 85826e002..d21586f02 100644 --- a/src/disco.py +++ b/src/disco.py @@ -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'),