If you install "libmissioncontrol-utils" you can set resence with: Code: mc-tool list | grep -v "ring/tel" | awk {'print "mc-tool request "$1" busy"'} | sh Just replace "busy" with "offline" or "online". If you don't want to set all accounts at once you can replace -v "ring/tel" (exclude -v) with "skype" or "ovi" or "gmail" etc. depending on the account settings.
mc-tool list | grep -v "ring/tel" | awk {'print "mc-tool request "$1" busy"'} | sh