Commit 3aaff4e9 authored by MaxLanar's avatar MaxLanar Committed by JC Brand

remove last comma in credentials_url example

Last comma  forbidden in JSON, example doesn't work as is.
parent 450c0e5e
......@@ -551,7 +551,7 @@ The server behind ``credentials_url`` should return a JSON encoded object::
{
"jid": "me@example.com/resource",
"password": "Ilikecats!",
"password": "Ilikecats!"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment