diff --git a/src/disco.py b/src/disco.py
index 2557b84bca84de5ce0450b742801f537f1550f84..5abc0818b948b4fbcee00d52eca01d6e02af82d8 100644
--- a/src/disco.py
+++ b/src/disco.py
@@ -271,7 +271,7 @@ class ServicesCache:
 			info = _agent_type_info[(0, 0)]
 			filename = info[1]
 		if not filename: # we don't have an image to show for this type
-			return
+			filename = 'jabber.png'
 		# Use the cache if possible
 		if filename in _icon_cache:
 			return _icon_cache[filename]