register method
- XmppManagerAttributes attributes
Registers the callbacks from XmppConnection with the manager
Implementation
void register(XmppManagerAttributes attributes) {
_managerAttributes = attributes;
_log = Logger(name);
}
Registers the callbacks from XmppConnection with the manager
void register(XmppManagerAttributes attributes) {
_managerAttributes = attributes;
_log = Logger(name);
}