mirror of https://github.com/xSmurf/oz.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
10 years ago
|
{
|
||
|
"path": "/usr/bin/gajim"
|
||
|
, "xserver": {
|
||
|
"enabled": true
|
||
|
, "enable_tray": true
|
||
|
, "tray_icon":"/usr/share/icons/gnome-colors-common/scalable/apps/gajim.svg"
|
||
|
, "disable_audio":true
|
||
|
}
|
||
|
, "network":{
|
||
|
"nettype":"empty"
|
||
|
, "sockets": [
|
||
|
{"nettype":"client", "proto":"tcp", "port":9050}
|
||
|
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5222}
|
||
|
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5269}
|
||
|
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5000}
|
||
|
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5280}
|
||
|
, {"nettype":"client", "destination": "xmpp.lalonde.me", "proto":"tcp", "port":5281}
|
||
|
]
|
||
|
}
|
||
|
, "whitelist": [
|
||
|
{"source":"/run/resolvconf"}
|
||
|
, {"source":"/run/user/${UID}/keyring-*"}
|
||
|
, {"source":"${HOME}/.local/share/gajim"}
|
||
|
, {"source":"${HOME}/.cache/gajim"}
|
||
|
, {"source":"${HOME}/.config/gajim"}
|
||
|
, {"source":"${HOME}/.local/share/keyrings"}
|
||
|
]
|
||
|
, "blacklist": [
|
||
|
{"source":"/run/user/${UID}/keyring-*/ssh"}
|
||
|
, {"source":"/run/user/${UID}/keyring-*/pkcs11"}
|
||
|
, {"source":"/run/user/${UID}/keyring-*/gpg"}
|
||
|
]
|
||
|
}
|