register method
- XmppManagerAttributes attributes
override
Registers the callbacks from XmppConnection with the manager
Implementation
@override
void register(XmppManagerAttributes attributes) {
super.register(attributes);
_stateManager.register(attributes.sendEvent);
}