fetchMessagesBy

fun fetchMessagesBy(query: MessageQuery): Single<List<XMPPMessage>>

Retrieves the messages available to the current chat within the specified query.

Return

A single that will emit a message list. In case of error, it will emit a SippoResourceError.

Parameters

query

defining the message request.