getPresences

fun getPresences(withoutAvatar: Boolean): Single<List<Presence>>

Fetches all the presences to which the current user is subscribed.

Return

A single that will emit the presence list when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

withoutAvatar

True if you want to recover the presences without the avatar and false otherwise.