I want to drive pidgin/sipe to join a meeting URL without having to open the Accounts-> Office Communicator->Join scheduled conference...
Instead I want to tell pidgin/sipe to join the meeting from the command line, which if possible, probably means writing a dbus tool. Fair enough. But does the sipe plugin expose any functions to dbus to achieve this?
Most ideal would be if somebody already has a wheel for this that I don't need to reinvent. :-) Otherwise some pointers to docs on the interfaces available to do it would be great.
Thanks,
b.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not really... Well it reassures us that we're not missing something that DOES exist, but I guess the problem is it DOESN'T exist. There's still (presumably) no way to join a scheduled conference from the CLI, therefore can't hack browser helpers or anything either :-/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After studying the Pidgin source codes I came to the conclusion that it is indeed possible for third-party plugins to extend the libpurple D-Bus interface with own function calls. I've therefore opened [feature-requests:#100] where you can track the status.
I want to drive pidgin/sipe to join a meeting URL without having to open the Accounts-> Office Communicator->Join scheduled conference...
Instead I want to tell pidgin/sipe to join the meeting from the command line, which if possible, probably means writing a dbus tool. Fair enough. But does the sipe plugin expose any functions to dbus to achieve this?
Most ideal would be if somebody already has a wheel for this that I don't need to reinvent. :-) Otherwise some pointers to docs on the interfaces available to do it would be great.
Thanks,
b.
I expected "purple-remote conf:sip:foo@bar.fict;gruu;opaque=app:conf:focus:id:ABCDEFGH" to work but it doesn't :-(
Last edit: NoseyNick 2017-07-11
Maybe [1fbfe394#d59e] answers your question.
Related
Forums: Dbus + Buddy chat
Not really... Well it reassures us that we're not missing something that DOES exist, but I guess the problem is it DOESN'T exist. There's still (presumably) no way to join a scheduled conference from the CLI, therefore can't hack browser helpers or anything either :-/
After studying the Pidgin source codes I came to the conclusion that it is indeed possible for third-party plugins to extend the libpurple D-Bus interface with own function calls. I've therefore opened [feature-requests:#100] where you can track the status.
Related
Feature Requests:
#100