<div dir="ltr">I would suggest using bustle to record logs rather than trying to understand that code or read <a href="http://telepathy.freedesktop.org/spec/">http://telepathy.freedesktop.org/spec/</a><div><br></div><div><a href="http://telepathy.freedesktop.org/spec/Account_Manager.html#Property:ValidAccounts">http://telepathy.freedesktop.org/spec/Account_Manager.html#Property:ValidAccounts</a> will give you a list of dbus paths for each account<br></div><div><br></div><div>then set <a href="http://telepathy.freedesktop.org/spec/Account.html#Property:RequestedPresence">http://telepathy.freedesktop.org/spec/Account.html#Property:RequestedPresence</a> on each of those objects.</div><div><br></div><div>This contains a presence (online, away, etc) and a string of the status message.</div><div>Be careful not to bring an account that is currently offline online.</div></div>