This website requires JavaScript.
Explore
Help
Sign In
depau
/
Purism-Calls
Watch
1
Star
0
Fork
You've already forked Purism-Calls
0
mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced
2024-11-04 23:51:17 +00:00
Code
Issues
Releases
Wiki
Activity
528fb11dcd
Purism-Calls
/
plugins
/
meson.build
5 lines
59 B
Meson
Raw
Normal View
History
Unescape
Escape
Turn providers into plugins courtesy of libpeas This is an initial, static implementation of plugins. The CallsApplication has a plugin name which can be changed with a new --provider command line option. This plugin name is used to instantiate the appropriate plugin when the application is activated. From then on, the plugin cannot change. In future, we can expand this support to include loading multiple plugins at once, configurable through some UI. This will have far-reaching implications though, and complicate things like enumerating the provider hierarchy. There is also no practical benefit right now; the mm and ofono plugins can't be used at the same time because ModemManager and oFono don't play nice together, and the whole raison d'être of the dummy plugin is undermined if you can make use of one of the others. So for now, we just implement one static plugin.
2018-11-23 14:34:41 +00:00
subdir
(
'mm'
)
subdir
(
'dummy'
)
subdir
(
'ofono'
)
sip: Initial provider based on dummy provider
2021-02-02 14:48:12 +00:00
subdir
(
'sip'
)
Reference in a new issue
Copy permalink