register method

void register(
  1. XmppManagerAttributes attributes
)

Registers the callbacks from XmppConnection with the manager

Implementation

void register(XmppManagerAttributes attributes) {
  _managerAttributes = attributes;
  _log = Logger(name);
}