getPresenceForContact

fun getPresenceForContact(contact: Contact): Maybe<Presence>

Fetches the presence for the specified contact.

Return

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

Parameters

contact

Contact whose presence is requested.