PATCH broadcast messages for a group of online peoples
Ricardo Lucca
rlucca at gmail.com
Thu Mar 6 12:24:19 EST 2008
Hello,
I have a doubt, in many protocols can't locating the uri_handler. This
is correct?
I'm search by the call of purple_signal_connect.
And in python, how do to emit the signal to test?
[]'s
Ricardo Lucca
PS: Sorry by my english.
On Wed, Mar 5, 2008 at 12:16 AM, Ricardo Lucca <rlucca at gmail.com> wrote:
> Hi,
>
> I have interested, but little time. If not import...
>
> []'s
> Ricardo Lucca
>
>
>
>
> On Fri, Feb 29, 2008 at 3:36 PM, Sean Egan <seanegan at gmail.com> wrote:
> > 2008/2/29 Ricardo Lucca <rlucca at gmail.com>:
> >
> > > Hi,
> > >
> > > This patch implements in script purple-remote the function of
> > > broadcast messages for a group of online peoples.
> >
> > There are currently two implementations of URI handling; one exists as
> > purple-remote, which parses the URIs and makes the appropriate DBus
> > calls, and the other emits a purple signal that prpls connect to, and
> > parse and interpret themselves.
> >
> > The latter is used by Windows (which doesn't have DBus), but is the
> > better solution, anyway. The two don't support the same URIs, or even
> > the same protocols. Someone needs to go and make sure all the URI
> > handling from purple-remote is duplicated in each of the prpls, and
> > then replace the purple-remote code with a Dbus call to emit that
> > signal. I think *you* might be just the person to do it! Interested?
> >
> > -s.
> >
>
More information about the Devel
mailing list