mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +00:00
[ADD] Explicitely write protocols into the YAML
This commit is contained in:
parent
e089cea02a
commit
fe137e0a2a
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ ParseeExportConfigYAML(Stream *stream)
|
|||
StreamPrintf(stream, "as_token: \"%s\"\n", config->as_token);
|
||||
StreamPrintf(stream, "hs_token: \"%s\"\n", config->hs_token);
|
||||
StreamPrintf(stream, "sender_localpart: \"%s\"\n", config->sender_localpart);
|
||||
StreamPrintf(stream, "protocols: [\"xmpp\", \"jabber\"]\n");
|
||||
StreamPrintf(stream, "\n");
|
||||
StreamPrintf(stream, "namespaces: \n");
|
||||
StreamPrintf(stream, " users:\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue