diff options
Diffstat (limited to 'net-p2p/retroshare/metadata.xml')
-rw-r--r-- | net-p2p/retroshare/metadata.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/retroshare/metadata.xml b/net-p2p/retroshare/metadata.xml index 1e20d558f6ee..51ddf9dc82ee 100644 --- a/net-p2p/retroshare/metadata.xml +++ b/net-p2p/retroshare/metadata.xml @@ -23,10 +23,12 @@ <flag name="feedreader">Enables the Feedreader plugin</flag> <flag name="gnome-keyring">Enables potentially insecure autologin capability via Gnome Keyring</flag> <flag name="gui">Enables the GUI version of RetroShare</flag> - <flag name="settings-api">Enables settings control via API</flag> + <flag name="jsonapi">Enables the new RetroShare JSON API</flag> + <flag name="service">Enables the new RetroShare service controllable only trough JSON API</flag> <flag name="sqlcipher">Enables GXS database encryption via SQLCipher</flag> <flag name="voip">Enables VOIP plugin</flag> <flag name="webui">Enables Web interface and API support</flag> + <flag name="xapian">Enables GXS content indexing and search trough Xapian</flag> </use> <upstream> <bugs-to>https://github.com/RetroShare/RetroShare/issues</bugs-to> |