pending property

List<String> pending
final

Capabilities we asked for and are still waiting on. Registration cannot finish while this is non-empty, because CAP END before the last reply loses the capability.

Implementation

final List<String> pending;