comparison sat/memory/disco.py @ 3014:b6abf8af87db

plugin ad-hoc D-Bus: fixed warning when no media player is found
author Goffi <goffi@goffi.org>
date Fri, 19 Jul 2019 17:07:56 +0200
parents 2224fbbd45dd
children ab2696e34d29
comparison
equal deleted inserted replaced
3013:860c550028d6 3014:b6abf8af87db
311 311
312 def findFeaturesSet(self, client, features, identity=None, jid_=None): 312 def findFeaturesSet(self, client, features, identity=None, jid_=None):
313 """Return entities (including jid_ and its items) offering features 313 """Return entities (including jid_ and its items) offering features
314 314
315 @param features: iterable of features which must be present 315 @param features: iterable of features which must be present
316 @param identity(None, tuple(unicode, unicode)): if not None, accept only this (category/type) identity 316 @param identity(None, tuple(unicode, unicode)): if not None, accept only this
317 (category/type) identity
317 @param jid_: the jid of the target server (None for profile's server) 318 @param jid_: the jid of the target server (None for profile's server)
318 @param profile: %(doc_profile)s 319 @param profile: %(doc_profile)s
319 @return: a set of found entities 320 @return: a set of found entities
320 """ 321 """
321 if jid_ is None: 322 if jid_ is None: