| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<GetAllXMPPComponentsRequest /> ## GetAllXMPPComponentsRequest
<GetAllXMPPComponentsResponse> ## GetAllXMPPComponentsResponse
(<xmppcomponent name="{name}" id="{id}" [x-domainName="..."] [x-serverName="..."]> ## XMPPComponentInfo
(<a n="{key}" /> ## Attr)*
</xmppcomponent>)*
</GetAllXMPPComponentsResponse>
elements and attributes you can define within a
<GetAllXMPPComponentsResponse> element:
| XPath | Required / Optional | Description |
| /xmppcomponent | Optional (0 or more) | Information on XMPP components |
| /xmppcomponent@name | Required (only 1) | Type: String Name |
| /xmppcomponent@id | Required (only 1) | Type: String ID |
| /xmppcomponent@x-domainName | Optional (0 or 1) | Type: String x-domainName |
| /xmppcomponent@x-serverName | Optional (0 or 1) | Type: String x-serverName |
| /xmppcomponent/a | Optional (0 or more) | Attributes |
| /xmppcomponent/a@n | Required (only 1) | Type: String Key |