annotate android/libervia.conf @ 514:d78728d7fd6a default tip

plugin wid calls, core: implements WebRTC DataChannel file transfer: - Add a new "file" icon in call UI to send a file via WebRTC. - Handle new preflight mechanism, and WebRTC file transfer. - Native file chooser handling has been moved to new `core.file_chooser` module, and now supports "save" and "dir" modes (based on `plyer`). rel 442
author Goffi <goffi@goffi.org>
date Sat, 06 Apr 2024 13:37:27 +0200
parents 83c67b093350
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
61
0b7f10de416e android: android build first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
1 [DEFAULT]
63
af4f986d86f0 core: pb bridge implementation:
Goffi <goffi@goffi.org>
parents: 61
diff changeset
2 bridge = pb
61
0b7f10de416e android: android build first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
3 log_level = debug
66
94013a9481db sat.conf: a # is added in front of backend logs, to differenciate from frontend logs
Goffi <goffi@goffi.org>
parents: 63
diff changeset
4 log_fmt = #[%%(levelname)s][%%(name)s] %%(message)s
61
0b7f10de416e android: android build first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
5
0b7f10de416e android: android build first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
6 [cagou]
281
ef77423ce500 core: store tls_validation flag in host and use if for file upload.
Goffi <goffi@goffi.org>
parents: 140
diff changeset
7 no_certificate_validation = true
61
0b7f10de416e android: android build first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
8 log_level = debug
0b7f10de416e android: android build first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
9 log_fmt = [%%(levelname)s][%%(name)s] %%(message)s