default browser is ToplevelAgentBrowser instead of AgentBrowser. It is more general.

This commit is contained in:
Yann Leboulanger 2008-11-17 15:08:22 +00:00
parent e95adc60de
commit f6697682c1
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class ServicesCache:
# Allow browsing for unknown types aswell.
if (not features and not identities) or \
xmpp.NS_DISCO_ITEMS in features or xmpp.NS_BROWSE in features:
return AgentBrowser
return ToplevelAgentBrowser
return None
def get_info(self, jid, node, cb, force = False, nofetch = False, args = ()):