blob: 5187bb63f8fe68d28474059fa78556e82b99a746 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# $1 can be 'available' or 'busy' or ?
qdbus org.freedesktop.Telepathy.Connection.haze.sipe.yves_2efischer_40cern_2ech_2cyfischer \
/org/freedesktop/Telepathy/Connection/haze/sipe/yves_2efischer_40cern_2ech_2cyfischer \
org.freedesktop.Telepathy.Connection.Interface.SimplePresence.SetPresence \
"$1" ""
|