getAttributes method

XmppManagerAttributes getAttributes()

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;
}