getAttributes method
Returns the attributes that are registered with the manager. Must only be called after register has been called on it.
Implementation
XmppManagerAttributes getAttributes() {
return _managerAttributes;
}
Returns the attributes that are registered with the manager. Must only be called after register has been called on it.
XmppManagerAttributes getAttributes() {
return _managerAttributes;
}