Converse converse.js

Namespace: RosterGroupView

_converse.RosterGroupView

Methods

(private) filter(q, type)

Filter the group's contacts based on the query "q".

If all contacts are filtered out (i.e. hidden), then the group must be filtered out as well.

Parameters:
Name Type Description
q string

The query to filter against

type string
Source:

(private) getFilterMatches(q, type)

Given the filter query "q" and the filter type "type", return a list of contacts that need to be filtered out.

Parameters:
Name Type Description
q String

The filter query

type String

The filter type

Source: