The MUC utils object. Contains utility functions related to multi-user chat.
- Source:
Methods
(private, static) fetchArchivedMessages(options, page_directionopt)
Fetch XEP-0313 archived messages based on the passed in criteria.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
|||||||||||||||||||||||||||||||||
page_direction |
'forwards' | 'backwards' |
<optional> |
Determines whether this function should recursively page through the entire result set if a limited number of results were returned. |
- Source:
(private, static) fetchNewestMessages()
Fetches messages that might have been archived after the last archived message in our local cache.
- Source: