Get Current Jabber Service Settings
GET /admin/setup/jabber
Get jabber notification service settings
GET /rest/admin/setup/jabber
Samples
Sample 1
Request
GET https://example.com/youtrack/rest/admin/setup/jabber
Cookie: $Version=0; JSESSIONID=po9j9oyex64drh4h3ox6wb8l; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/
Response
HTTP/1.1 200 OK
Content-Type: application/xml;charset=UTF-8
Content-Length: 137
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<jabber enabled="false">
<port>5222</port>
<server>talk.google.com</server>
</jabber>
Sample 2
Request
GET https://example.com/youtrack/rest/admin/setup/jabber
Cookie: $Version=0; JSESSIONID=po9j9oyex64drh4h3ox6wb8l; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/
Response
HTTP/1.1 200 OK
Content-Type: application/xml;charset=UTF-8
Content-Length: 172
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<jabber enabled="true">
<login>maxim.mazin@gmail.com</login>
<port>5222</port>
<server>talk.google.com</server>
</jabber>
Last modified: 7 March 2019