private suspend fun getPossibleUsersForUser(ims: IMS, user: User): List<IMSUser>

Collect neighboring users for a given ims and user combo

Return

The list of users, empty if none found

Parameters

ims

The IMS to work with

user

The user to get the neighbors for