subscribeToPresenceBy

fun subscribeToPresenceBy(userUri: String): Maybe<Presence>

Subscribes to the presence of the specified userUri.

Return

A Maybe that will emit the contact's presence when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

userUri

The UserUri to subscribe to.