Expand description
XEP-0494: Client Access Management
Structs§
- Auth
- Lists the known authentication methods that the client has used to gain access to the account.
- Client
- Represents a client that is know by the server.
- Clients
- Container for a list of known clients.
- List
- List clients that have access to the user’s account.
- Password
Reset Required Error - If the identified client has previously authenticated with a password, there is no way to revoke access except by changing the user’s password. If you request revocation of such a client, the server will respond with a ‘service-unavailable’ error, with the ‘password-reset-required’ application error:
- Permission
- Contains details of the client’s level of access to the user’s account.
- Revoke
- Request to revoke access to a client by id.
- User
Agent - Information about the client software.
Enums§
- Status
- Details of the client’s level of access to the user’s account.
- Type
- Either “session” if this client is known to have an active or inactive client session on the server, or “access” if no session has been established (e.g. it may have been granted access to the account, but only used non-XMPP APIs or never logged in).