2023-06-21 22:04:39 +00:00
|
|
|
option('plugindir', type: 'string', value: 'lib/dino/plugins', description: 'Dino plugin directory')
|
2023-09-30 00:28:50 +00:00
|
|
|
|
2023-11-24 19:53:50 +00:00
|
|
|
option('crypto-backend', type: 'combo', choices: ['auto', 'openssl', 'gnutls'], value: 'auto', description: 'Preferred crypto backend')
|
|
|
|
|
2023-09-30 00:28:50 +00:00
|
|
|
option('plugin-http-files', type: 'feature', description: 'HTTP file upload')
|
|
|
|
option('plugin-ice', type: 'feature', description: '')
|
|
|
|
option('plugin-notification-sound', type: 'feature', description: 'Sound for chat notifications')
|
|
|
|
option('plugin-omemo', type: 'feature', description: 'End-to-end encryption')
|
|
|
|
option('plugin-openpgp', type: 'feature', description: 'End-to-end encryption using PGP')
|
|
|
|
option('plugin-rtp', type: 'feature', description: 'Voice/video calls')
|
2023-09-30 01:05:11 +00:00
|
|
|
|
|
|
|
option('plugin-rtp-h264', type: 'feature', value: 'disabled', description: 'H264 codec')
|
|
|
|
option('plugin-rtp-msdk', type: 'feature', value: 'disabled', description: 'Intel MediaSDK')
|
|
|
|
option('plugin-rtp-vaapi', type: 'feature', value: 'disabled', description: 'Video Acceleration API')
|
|
|
|
option('plugin-rtp-vp9', type: 'feature', value: 'disabled', description: 'VP9 codec')
|
|
|
|
option('plugin-rtp-webrtc-audio-processing', type: 'feature', description: 'Voice preprocessing')
|
2024-04-02 07:30:59 +00:00
|
|
|
|
|
|
|
option('use-soup2', type: 'boolean', value: false, description: 'Use libsoup version 2 instead of 3')
|