Feature #65
Smuxi should have a DBUS interface
Status: | New | Start: | ||
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Frontend GNOME | |||
Target version: | - | |||
Complexity: | High |
|||
Votes: | 0 |
Description
Smuxi should have a dbus interface so that an app like gnome-do can interact with it, increasing integration across the desktop.
Dbus methods that should be available:
Connect to server (server [, port]) -- Connect to an irc server, with an overloaded version that accepts a port number, default to 6667.
Join Channel (channel [, server]) -- Join a channel to the passed server, if that server is not currently connected, connect to it, if no server is passed, join in the most recently connected server (this is debatable, maybe just make server required?).
Query current servers -- get a list of the servers the user is currently connected to.
maybe more? that's all I could think of right now
History
Updated by Mirco Bauer 5434 days ago
- Complexity set to High
Updated by Mirco Bauer 4983 days ago
- Category changed from Engine to Frontend GNOME