#!/bin/sh

# doesnt work for me
# http://talk.maemo.org/showthread.php?t=23906


# /usr/bin/dbus-send --type=method_call --print-reply --dest=org.freedesktop.Telepathy.MissionControl /org/freedesktop/Telepathy/MissionControl org.freedesktop.Telepathy.MissionControl.SetPresence uint32:<number> string:"<status-msg>"

# Where <number> is one of:
# 1: offline
# 2: online
# 3: away
# 4: extended away
# 5: invisible
# 6: Do not Disturb

/usr/bin/dbus-send --type=method_call --print-reply --dest=org.freedesktop.Telepathy.MissionControl /org/freedesktop/Telepathy/MissionControl org.freedesktop.Telepathy.MissionControl.SetPresence uint32:2 string:"I'm here"
