Acer IMApp source

Mike Jones eternalorb at gmail.com
Fri Oct 24 13:55:58 EDT 2008


>I have an AcerAspireOne laptop that uses linpus.com lite.
>It includes an IM application that uses the webcam and it uses libpurple.

Hi James,

    Your right, that's entirely possible. I think that what is taking the
Pidgin dev's such development effort to get voice and video in pidgin itself
is a little more complex than you might think.

    Because the way Pidgin works is through protocol plugins (prpl's), an
individual plugin could easily support its own voice and video
functionality. I know of quite a few that do, from being a participant in
this list. I think that Felipe's msn pecan plugin supports it's own voice
and video system.

    But the developers who work very extensively on pidgin feel that
implimenting voice and video on a plugin by plugin basis is not what they
want. they want to have a single unified voice and video interface for ALL
of the protocols. Write it once, use it forever, so to speak and that is a
little... harder than doing voice and video on the protocol level,just
because of the basic differences between all of them.

    Maybe you could take a look at the effort being made on the voice and
video support on pidgin and see if the development (not stable, prone to
crashing, and not the developers liability if it breaks stuff) branch for it
is working well enough for you to use it so far. if you like, you can help
the folks working on it by reporting problems and testing and such.

    And keep in mind that im just a minor participant. I could be Completely
wrong on some of the things i said. Other folks will be able to give you a
better reply.

-Mike

On Fri, Oct 24, 2008 at 12:00 PM, <devel-request at pidgin.im> wrote:

> Send Devel mailing list submissions to
>        devel at pidgin.im
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://pidgin.im/cgi-bin/mailman/listinfo/devel
> or, via email, send a message with subject or body 'help' to
>        devel-request at pidgin.im
>
> You can reach the person managing the list at
>        devel-owner at pidgin.im
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Devel digest..."
>
>
> Today's Topics:
>
>   1. Raising conversation tabs over D-Bus (Austin Clements)
>   2. Acer IMApp source (James)
>   3. Protocol with message confirmation (Tobias Beck)
>   4. Re: Protocol with message confirmation (Peter Saint-Andre)
>   5. Re: Protocol with message confirmation (Felipe Contreras)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 23 Oct 2008 01:59:50 -0400
> From: Austin Clements <amdragon at MIT.EDU>
> Subject: Raising conversation tabs over D-Bus
> To: devel at pidgin.im
> Message-ID: <20081023055949.GF4744 at mit.edu>
> Content-Type: text/plain; charset=us-ascii
>
> 'Lo.  I'm integrating Pidgin into my window manager and would like to
> be able to create new Pidgin conversations over D-Bus.  Unfortunately,
> pidgin_conv_present_conversation doesn't raise the tab of a
> conversation unless it was called in response to a GTK event (even
> though it unconditionally raises the window containing the tab).
> Thus, new conversations appear in background tabs and there's no way
> to foreground an existing conversation over D-Bus.
>
> Is this a bug/oversight or a fundamental limitation?  The code is
> fairly explicit about singling out GTK events, but gives no
> justification as to why.
>
> Thanks in advance,
>
> --
> Austin Clements                                      MIT/'06/PhD/CSAIL
> amdragon at mit.edu                           http://web.mit.edu/amdragon
>       Somewhere in the dream we call reality you will find me,
>              searching for the reality we call dreams.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 23 Oct 2008 22:37:01 -0400 (EDT)
> From: "James" <bjlockie at lockie.ca>
> Subject: Acer IMApp source
> To: devel at pidgin.im
> Message-ID:
>        <1d3ad36cca37ea2743d1a8005fb74527.squirrel at webmail.lockie.ca>
> Content-Type: text/plain;charset=iso-8859-1
>
> I have an AcerAspireOne laptop that uses linpus.com lite.
> It includes an IM application that uses the webcam and it uses libpurple.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 24 Oct 2008 16:45:10 +0200
> From: Tobias Beck <vitrex at gmx.de>
> Subject: Protocol with message confirmation
> To: devel at pidgin.im
> Message-ID: <1224859510.21023.7.camel at tui>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello,
>
> is there an IM protocol which shows an error if my chat partner didn't
> get my message? Currently I am using ICQ, but because of network
> problems several messages (in both directions) get lost and I am not
> notified about this.
>
> Thanks in advance,
> Tobias
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: Dies ist ein digital signierter Nachrichtenteil
> Url :
> http://pidgin.im/pipermail/devel/attachments/20081024/249cb46f/attachment-0001.pgp
>
> ------------------------------
>
> Message: 4
> Date: Fri, 24 Oct 2008 08:49:17 -0600
> From: Peter Saint-Andre <stpeter at stpeter.im>
> Subject: Re: Protocol with message confirmation
> To: Tobias Beck <vitrex at gmx.de>, Pidgin Devel Mailing List
>        <devel at pidgin.im>
> Message-ID: <4901E06D.10603 at stpeter.im>
> Content-Type: text/plain; charset=UTF-8
>
> Tobias Beck wrote:
> > Hello,
> >
> > is there an IM protocol which shows an error if my chat partner didn't
> > get my message? Currently I am using ICQ, but because of network
> > problems several messages (in both directions) get lost and I am not
> > notified about this.
>
> In XMPP we have an extension for message receipts, but I don't think it
> is widely implemented yet.
>
> http://xmpp.org/extensions/xep-0184.html
>
> Peter
>
> --
> Peter Saint-Andre
> https://stpeter.im/
>
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 24 Oct 2008 18:04:36 +0300
> From: "Felipe Contreras" <felipe.contreras at gmail.com>
> Subject: Re: Protocol with message confirmation
> To: "Tobias Beck" <vitrex at gmx.de>
> Cc: devel at pidgin.im
> Message-ID:
>        <94a0d4530810240804n7c702591u1c2f1dfc76b8ec94 at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> 2008/10/24 Tobias Beck <vitrex at gmx.de>:
> > Hello,
> >
> > is there an IM protocol which shows an error if my chat partner didn't
> > get my message? Currently I am using ICQ, but because of network
> > problems several messages (in both directions) get lost and I am not
> > notified about this.
>
> MSN supports this.
>
> --
> Felipe Contreras
>
>
>
> ------------------------------
>
> _______________________________________________
> Devel mailing list
> Devel at pidgin.im
> http://pidgin.im/cgi-bin/mailman/listinfo/devel
>
>
> End of Devel Digest, Vol 19, Issue 11
> *************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/devel/attachments/20081024/2741d711/attachment.html>


More information about the Devel mailing list