From sh162551@sac.sfbay.sun.com Tue Nov 18 22:23:13 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAJ6NCkm028047
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 22:23:12 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id mAJ6N2sg024420;
	Wed, 19 Nov 2008 14:23:11 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAK0091BHQLY100@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 18 Nov 2008 22:23:09 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAK00JA4HQKESF0@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 18 Nov 2008 22:23:08 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id mAJ6N7D7059268; Tue, 18 Nov 2008 22:23:07 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAJ6N6rq028041; Tue,
 18 Nov 2008 22:23:06 -0800 (PST)
Received: (from sh162551@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id mAJ6N6n0028036; Tue,
 18 Nov 2008 22:23:06 -0800 (PST)
Date: Tue, 18 Nov 2008 22:23:06 -0800 (PST)
From: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Subject: Empathy for OpenSolaris [LSARC/2008/720 FastTrack timeout 11/25/2008]
To: LSARC-ext@sun.com
Cc: rick.ju@sun.com
Message-id: <200811190623.mAJ6N6n0028036@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 11592


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Empathy for OpenSolaris
    1.2. Name of Document Author/Supplier:
	 Author:  Rick Ju
    1.3  Date of This Document:
	18 November, 2008
4. Technical Description
1. Introduction
   1.1. Project/Component Working Name:

        telepathy-glib, Version 0.x
          A GLib-based helper library for clients and connection managers

        libtelepathy,  Version 0.x
          A library to ease writing Telepathy clients in glib

        telepathy-mission-control , Version 4.x
          A telepathy mission control component

        empathy, Version 2.x 
          A Gnome IM/voice/video client

   1.2. Name of Document Author/Supplier:
        
        Author:         Rick Ju
        Sponser:        Irene Huang

   1.3. Date of This Document:

        11/06/2008

2. Technical Description:
    2.1. Details:

    The Telepathy project is a unified framework for real-time communications.
    It uses the D-Bus messaging system to provide a simple interface
    for client applications, allowing them to quickly take advantage
    of Telepathy's benefits.

    * Real-time: Telepathy supports instant messaging (both one-to-one and in
      groups), voice calls and video calls; it's less suited for
      store-and-forward applications like email.

    * Unified: Different programs like Empathy and Pidgin can work together
      under telepathy framework.

    * Framework: Telepathy allows the different aspects of communication
      handling to be divided between different parts of the system,
      making each part simpler.

     At the core of Telepathy is the D-Bus interface specification which
     describes how Telepathy components communicate with each other.

     For more infomation, please refer to 

       Telepathy System Document: 

        http://telepathy.freedesktop.org/wiki/System%20Overview

       The Ubuntu spec for SIP/IM integration 

        https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM

       And Telepathy spec:

        http://telepathy.freedesktop.org/spec.html

     telepathy-glib
       The telepathy-glib library is a GObject-based C binding for the
       Telepathy D-Bus API.

       List of major telepathy classes which are implemented: 

        * TpBaseConnectionManager
          A connection manager base class. (Connection managers are responsible
          for establishing connections to particular IM or VOIP servers.
          One connection manager may provide support for one or more protocols,
          and may support one or more connections, depending upon
          implementation.)

        * TpBaseConnection
          A connection base class (implements Telepathy.Connection,
          subclass it to describe how to connect to the given protocol
          and which factories to make)

        * TpChannelFactoryIface
          A channel factory interface (used by the connection
          to see if any factories can service an incoming channel request).

     libtelepathy
       Just like telepathy-glib, this is also a glib binding for the
       Telepathy D-Bus API.  This provides bindings for telepathy connection
       manager, channels and connection. For detailed infomation on telepathy 
       components, please refer to the Telepathy spec.

     telepathy-mission-control
       Mission Control is a telepathy component providing a way for
       "end-user" applications to abstract some of the details of connection
       managers, to provide a simple way to manipulate a bunch of connection
       managers at once, and to remove the need for each program to keep track of
       the account definitions and credentials.

       There will exist more than one MC component. It is probable that each
       desktop of importance will implement its own MC since its job is very
       tied to the workings of the underlying desktop environment and
       look-and-feel.

       Each MC should however implement some well-defined API's much like
       each connection manager should respond to a set of well-defined telepathy
       API's.  

       For more infomation on Misson Control:
         http://telepathy.freedesktop.org/wiki/Mission%20Control

     empathy:
       Empathy consists of a rich set of reusable instant messaging widgets,
       and a GNOME client using those widgets. It uses Telepathy, 
       Mission Control, and reuses Gossip's UI (Gossip is another telepathy
       client application). The main goal is to permit
       desktop integration by providing libempathy and libempathy-gtk
       libraries. libempathy-gtk is a set of powerful widgets that can be
       embeded into any GNOME application.

       Features:

       * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
         protocols supported by pidgin.
       * Account editor (specialized UI for most protocols)
       * Auto away and extended away using gnome-screensaver
       * Auto re-connect using Network Manager
       * Private and group chat (with smileys, spellcheck)
       * Powerful theme engine for chats
       * Log conversations, view/search in logs and prepend logs in new chats
       * Adding new contacts and viewing/editing contact information
       * Voice and Video call using VoIP Standards including SIP and Jingle.
       * Python bindings for libempathy and libempathy-gtk

    2.2. Interfaces:

             Exported Interfaces
                Interface        Classification    Comments
                --------------- ---------------    -----------------------

           telepathy-glib

                /usr/lib/libtelepathy-glib.so.0
                                     Volatile     Supporting libraries  

                /usr/include/telepathy-1.0/telepathy-glib
                                     Volatile     directory of header files
                                                  for telepathy-glib

                /usr/lib/pkgconfig/telepathy-glib.pc
                                     Uncommitted  pkgconfig file

                SUNWtelepathy-glib   Uncommitted  packaging
                                                  contains binaries,
                                                  libraries.
                SUNWtelepathy-glib-devel
                                     Uncommitted  development package
                                                   

           libtelepathy   

                /usr/lib/libtelepathy.so.2
                                     Volatile    Supporting libraries  

                /usr/include/telepathy-1.0/libtelepathy/
                                     Volatile     directory of header files
                                                  for libtelepathy

                /usr/local/lib/pkgconfig/libtelepathy.pc
                                     Uncommitted  pkgconfig file

                SUNWlibtelepathy     Uncommitted  packaging
                                                    contains binaries,
                                                    libraries.
                SUNWlibtelepathy-devel
                                     Uncommitted  development package

          telepathy-mission-control

                /usr/bin/mc-account
                                     Volatile    CLI

                /usr/lib/libmissioncontrol-client.so.0
                /usr/lib/libmcclient.so.5
                                     Volatile    Supporting libraries  

                /usr/include/libmcclient/
                /usr/include/libmissioncontrol
                                     Volatile      directory of header
                                                   files

                /usr/share/dbus-1/services/
                org.freedesktop.Telepathy.MissionControl.service
                                     Volatile       D-Bus service file

                SUNWmission-control
                                    Uncommitted    end-user packaging
                                                     contains binary,
                                                     libraries.
                SUNWmission-control-devel
                                    Uncommitted    development package


          empathy

                empathy CLI         Volatile       See empathy-help.txt

                /usr/lib/libempathy.so.14
                /usr/lib/libempathy-gtk.so.15
                /usr/lib/megaphone-applet
                /usr/lib/nothere-applet
                /usr/lib/python2.4/site-packages/empathy.so
                /usr/lib/python2.4/site-packages/empathygtk.so
                                     Volatile      Supporting libraries  

                /usr/include/libempathy/
                /usr/include/libempathy-gtk/
                                     Volatile    directory of header files

                SUNWempathy       Uncommitted    end-user packaging
                                                   contains binary,
                                                   libraries.
                SUNWempathy-devel Uncommitted    development package

          Imported Interfaces
                Interface        Classification        Comments
                --------------- --------------- -----------------------
                GTK+             Committed        LSARC/2006/202
                Pidgin           Volatile         LSARC/2007/309

    2.3. Doc Impact:
    
         empathy: Man page is needed.
     
    2.4. Packaging & Delivery:

         SUNWtelepathy-glib (base package)      - application i.e binary, libraries
         SUNWtelepathy-glib-devel               - Package of developer files

         SUNWlibtelepathy (base package)        - application i.e binary, libraries
         SUNWlibtelepathy-devel                 - Package of developer files

         SUNWmission-control (base package)     - application i.e binary, libraries
         SUNWmission-control-devel              - Package of developer files

         SUNWempathy (base package)             - application i.e binary, libraries
         SUNWempathy-devel                      - Package of developer files
         SUNWempathy-l10n (localization)        - Localization.

   
    2.5. Dependencies:
         GTK+
        
    2.6. L10N Impact:
        
         telepathy-glib, libtelepathy, telepathy-mission-control:
           None

         Empathy:
           The Desktop team and the G11N are working together to
           evaluate and provide I18N/L10N support.

    2.7 Security Impact:

        None. 
        
        These modules are only used to provide the user interface, and do not
        contain any network protocol implementations.

        Empathy depends on Pidgin for network protocol implementations. 

    2.8 Reference:

       Empathy project: 
         http://live.gnome.org/Empathy

       Telepathy wiki:
         http://telepathy.freedesktop.org/wiki/

       Telepathy System Document
         http://telepathy.freedesktop.org/wiki/System%20Overview

       Telepathy spec
        http://telepathy.freedesktop.org/spec.html

       The Ubuntu spec for SIP/IM integration 
         https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM

       Mission Control website:
         http://telepathy.freedesktop.org/wiki/Mission%20Control



6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		Desktop
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Irene.Huang@sun.com Tue Nov 18 22:25:35 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAJ6PXFL028087
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 22:25:34 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAJ6PWHW020048
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 19 Nov 2008 06:25:32 GMT
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAK00M01HUJ6H00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Tue, 18 Nov 2008 22:25:31 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAK00HX5HUG2JE0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Tue,
 18 Nov 2008 22:25:30 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAJ6PS7s024837	for
 <LSARC-ext@Sun.Com>; Wed, 19 Nov 2008 06:25:28 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAK00601HRWKE00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Wed,
 19 Nov 2008 14:25:28 +0800 (SGT)
Received: from [10.13.21.86] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAK001PQHUDGR13@mail-apac.sun.com>; Wed,
 19 Nov 2008 14:25:27 +0800 (SGT)
Date: Wed, 19 Nov 2008 14:25:21 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: Empathy for OpenSolaris [LSARC/2008/720 FastTrack timeout
 11/25/2008]
In-reply-to: <200811190623.mAJ6N6n0028036@sac.sfbay.sun.com>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com, Rick.Ju@sun.com
Message-id: <4923B151.6020207@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)"
X-PMX-Version: 5.4.1.325704
References: <200811190623.mAJ6N6n0028036@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 73167

This is a multi-part message in MIME format.

--Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

Hi, All

Pkgmaps and the help document for the project is attached.

--Irene
Shi-Ying Irene Huang wrote:
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 Empathy for OpenSolaris
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Rick Ju
>     1.3  Date of This Document:
> 	18 November, 2008
> 4. Technical Description
> 1. Introduction
>    1.1. Project/Component Working Name:
>
>         telepathy-glib, Version 0.x
>           A GLib-based helper library for clients and connection managers
>
>         libtelepathy,  Version 0.x
>           A library to ease writing Telepathy clients in glib
>
>         telepathy-mission-control , Version 4.x
>           A telepathy mission control component
>
>         empathy, Version 2.x 
>           A Gnome IM/voice/video client
>
>    1.2. Name of Document Author/Supplier:
>         
>         Author:         Rick Ju
>         Sponser:        Irene Huang
>
>    1.3. Date of This Document:
>
>         11/06/2008
>
> 2. Technical Description:
>     2.1. Details:
>
>     The Telepathy project is a unified framework for real-time communications.
>     It uses the D-Bus messaging system to provide a simple interface
>     for client applications, allowing them to quickly take advantage
>     of Telepathy's benefits.
>
>     * Real-time: Telepathy supports instant messaging (both one-to-one and in
>       groups), voice calls and video calls; it's less suited for
>       store-and-forward applications like email.
>
>     * Unified: Different programs like Empathy and Pidgin can work together
>       under telepathy framework.
>
>     * Framework: Telepathy allows the different aspects of communication
>       handling to be divided between different parts of the system,
>       making each part simpler.
>
>      At the core of Telepathy is the D-Bus interface specification which
>      describes how Telepathy components communicate with each other.
>
>      For more infomation, please refer to 
>
>        Telepathy System Document: 
>
>         http://telepathy.freedesktop.org/wiki/System%20Overview
>
>        The Ubuntu spec for SIP/IM integration 
>
>         https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM
>
>        And Telepathy spec:
>
>         http://telepathy.freedesktop.org/spec.html
>
>      telepathy-glib
>        The telepathy-glib library is a GObject-based C binding for the
>        Telepathy D-Bus API.
>
>        List of major telepathy classes which are implemented: 
>
>         * TpBaseConnectionManager
>           A connection manager base class. (Connection managers are responsible
>           for establishing connections to particular IM or VOIP servers.
>           One connection manager may provide support for one or more protocols,
>           and may support one or more connections, depending upon
>           implementation.)
>
>         * TpBaseConnection
>           A connection base class (implements Telepathy.Connection,
>           subclass it to describe how to connect to the given protocol
>           and which factories to make)
>
>         * TpChannelFactoryIface
>           A channel factory interface (used by the connection
>           to see if any factories can service an incoming channel request).
>
>      libtelepathy
>        Just like telepathy-glib, this is also a glib binding for the
>        Telepathy D-Bus API.  This provides bindings for telepathy connection
>        manager, channels and connection. For detailed infomation on telepathy 
>        components, please refer to the Telepathy spec.
>
>      telepathy-mission-control
>        Mission Control is a telepathy component providing a way for
>        "end-user" applications to abstract some of the details of connection
>        managers, to provide a simple way to manipulate a bunch of connection
>        managers at once, and to remove the need for each program to keep track of
>        the account definitions and credentials.
>
>        There will exist more than one MC component. It is probable that each
>        desktop of importance will implement its own MC since its job is very
>        tied to the workings of the underlying desktop environment and
>        look-and-feel.
>
>        Each MC should however implement some well-defined API's much like
>        each connection manager should respond to a set of well-defined telepathy
>        API's.  
>
>        For more infomation on Misson Control:
>          http://telepathy.freedesktop.org/wiki/Mission%20Control
>
>      empathy:
>        Empathy consists of a rich set of reusable instant messaging widgets,
>        and a GNOME client using those widgets. It uses Telepathy, 
>        Mission Control, and reuses Gossip's UI (Gossip is another telepathy
>        client application). The main goal is to permit
>        desktop integration by providing libempathy and libempathy-gtk
>        libraries. libempathy-gtk is a set of powerful widgets that can be
>        embeded into any GNOME application.
>
>        Features:
>
>        * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
>          protocols supported by pidgin.
>        * Account editor (specialized UI for most protocols)
>        * Auto away and extended away using gnome-screensaver
>        * Auto re-connect using Network Manager
>        * Private and group chat (with smileys, spellcheck)
>        * Powerful theme engine for chats
>        * Log conversations, view/search in logs and prepend logs in new chats
>        * Adding new contacts and viewing/editing contact information
>        * Voice and Video call using VoIP Standards including SIP and Jingle.
>        * Python bindings for libempathy and libempathy-gtk
>
>     2.2. Interfaces:
>
>              Exported Interfaces
>                 Interface        Classification    Comments
>                 --------------- ---------------    -----------------------
>
>            telepathy-glib
>
>                 /usr/lib/libtelepathy-glib.so.0
>                                      Volatile     Supporting libraries  
>
>                 /usr/include/telepathy-1.0/telepathy-glib
>                                      Volatile     directory of header files
>                                                   for telepathy-glib
>
>                 /usr/lib/pkgconfig/telepathy-glib.pc
>                                      Uncommitted  pkgconfig file
>
>                 SUNWtelepathy-glib   Uncommitted  packaging
>                                                   contains binaries,
>                                                   libraries.
>                 SUNWtelepathy-glib-devel
>                                      Uncommitted  development package
>                                                    
>
>            libtelepathy   
>
>                 /usr/lib/libtelepathy.so.2
>                                      Volatile    Supporting libraries  
>
>                 /usr/include/telepathy-1.0/libtelepathy/
>                                      Volatile     directory of header files
>                                                   for libtelepathy
>
>                 /usr/local/lib/pkgconfig/libtelepathy.pc
>                                      Uncommitted  pkgconfig file
>
>                 SUNWlibtelepathy     Uncommitted  packaging
>                                                     contains binaries,
>                                                     libraries.
>                 SUNWlibtelepathy-devel
>                                      Uncommitted  development package
>
>           telepathy-mission-control
>
>                 /usr/bin/mc-account
>                                      Volatile    CLI
>
>                 /usr/lib/libmissioncontrol-client.so.0
>                 /usr/lib/libmcclient.so.5
>                                      Volatile    Supporting libraries  
>
>                 /usr/include/libmcclient/
>                 /usr/include/libmissioncontrol
>                                      Volatile      directory of header
>                                                    files
>
>                 /usr/share/dbus-1/services/
>                 org.freedesktop.Telepathy.MissionControl.service
>                                      Volatile       D-Bus service file
>
>                 SUNWmission-control
>                                     Uncommitted    end-user packaging
>                                                      contains binary,
>                                                      libraries.
>                 SUNWmission-control-devel
>                                     Uncommitted    development package
>
>
>           empathy
>
>                 empathy CLI         Volatile       See empathy-help.txt
>
>                 /usr/lib/libempathy.so.14
>                 /usr/lib/libempathy-gtk.so.15
>                 /usr/lib/megaphone-applet
>                 /usr/lib/nothere-applet
>                 /usr/lib/python2.4/site-packages/empathy.so
>                 /usr/lib/python2.4/site-packages/empathygtk.so
>                                      Volatile      Supporting libraries  
>
>                 /usr/include/libempathy/
>                 /usr/include/libempathy-gtk/
>                                      Volatile    directory of header files
>
>                 SUNWempathy       Uncommitted    end-user packaging
>                                                    contains binary,
>                                                    libraries.
>                 SUNWempathy-devel Uncommitted    development package
>
>           Imported Interfaces
>                 Interface        Classification        Comments
>                 --------------- --------------- -----------------------
>                 GTK+             Committed        LSARC/2006/202
>                 Pidgin           Volatile         LSARC/2007/309
>
>     2.3. Doc Impact:
>     
>          empathy: Man page is needed.
>      
>     2.4. Packaging & Delivery:
>
>          SUNWtelepathy-glib (base package)      - application i.e binary, libraries
>          SUNWtelepathy-glib-devel               - Package of developer files
>
>          SUNWlibtelepathy (base package)        - application i.e binary, libraries
>          SUNWlibtelepathy-devel                 - Package of developer files
>
>          SUNWmission-control (base package)     - application i.e binary, libraries
>          SUNWmission-control-devel              - Package of developer files
>
>          SUNWempathy (base package)             - application i.e binary, libraries
>          SUNWempathy-devel                      - Package of developer files
>          SUNWempathy-l10n (localization)        - Localization.
>
>    
>     2.5. Dependencies:
>          GTK+
>         
>     2.6. L10N Impact:
>         
>          telepathy-glib, libtelepathy, telepathy-mission-control:
>            None
>
>          Empathy:
>            The Desktop team and the G11N are working together to
>            evaluate and provide I18N/L10N support.
>
>     2.7 Security Impact:
>
>         None. 
>         
>         These modules are only used to provide the user interface, and do not
>         contain any network protocol implementations.
>
>         Empathy depends on Pidgin for network protocol implementations. 
>
>     2.8 Reference:
>
>        Empathy project: 
>          http://live.gnome.org/Empathy
>
>        Telepathy wiki:
>          http://telepathy.freedesktop.org/wiki/
>
>        Telepathy System Document
>          http://telepathy.freedesktop.org/wiki/System%20Overview
>
>        Telepathy spec
>         http://telepathy.freedesktop.org/spec.html
>
>        The Ubuntu spec for SIP/IM integration 
>          https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM
>
>        Mission Control website:
>          http://telepathy.freedesktop.org/wiki/Mission%20Control
>
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Desktop
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   


--Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)
Content-type: text/plain; name=SUNWempathy-pkgmap.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=SUNWempathy-pkgmap.txt

: 1 16179
1 i copyright 0 0 1226030899
1 i depend 409 36007 1226030899
1 d none etc 0755 root root
1 d none etc/gconf 0755 root root
1 d none etc/gconf/schemas 0755 root root
1 f none etc/gconf/schemas/GNOME_Megaphone_Applet.schemas 0644 root root 13875 20834 1226030889
1 f none etc/gconf/schemas/empathy.schemas 0644 root root 231300 43052 1226030884
1 i pkginfo 478 37032 1226030899
1 d none usr 0755 root root
1 d none usr/bin 0755 root root
1 f none usr/bin/empathy 0755 root root 192300 35028 1226030887
1 f none usr/bin/empathy-logs 0755 root root 12284 59486 1226030887
1 d none usr/lib 0755 root root
1 d none usr/lib/bonobo 0755 root root
1 d none usr/lib/bonobo/servers 0755 root root
1 f none usr/lib/bonobo/servers/GNOME_Megaphone_Applet.server 0644 root root 14386 44922 1226030889
1 f none usr/lib/bonobo/servers/GNOME_NotHere_Applet.server 0644 root root 17562 11990 1226030889
1 s none usr/lib/libempathy-gtk.so=libempathy-gtk.so.15.0.6
1 s none usr/lib/libempathy-gtk.so.15=libempathy-gtk.so.15.0.6
1 f none usr/lib/libempathy-gtk.so.15.0.6 0755 root root 388548 31363 1226030886
1 s none usr/lib/libempathy.so=libempathy.so.14.2.4
1 s none usr/lib/libempathy.so.14=libempathy.so.14.2.4
1 f none usr/lib/libempathy.so.14.2.4 0755 root root 334028 29828 1226030884
1 f none usr/lib/megaphone-applet 0755 root root 27884 11270 1226030889
1 f none usr/lib/nothere-applet 0755 root root 17032 23818 1226030889
1 d none usr/lib/python2.4 0755 root root
1 d none usr/lib/python2.4/site-packages 0755 root root
1 f none usr/lib/python2.4/site-packages/empathy.a 0644 root root 67728 18547 1226030890
1 f none usr/lib/python2.4/site-packages/empathy.la 0755 root root 1183 35486 1226030890
1 f none usr/lib/python2.4/site-packages/empathy.so 0755 root root 70816 60104 1226030890
1 f none usr/lib/python2.4/site-packages/empathygtk.a 0644 root root 65240 14822 1226030891
1 f none usr/lib/python2.4/site-packages/empathygtk.la 0755 root root 1372 52253 1226030891
1 f none usr/lib/python2.4/site-packages/empathygtk.so 0755 root root 66736 52945 1226030891
1 d none usr/share 0755 root root
1 d none usr/share/applications 0755 root root
1 f none usr/share/applications/empathy.desktop 0644 root root 5155 24507 1226030884
1 d none usr/share/empathy 0755 root root
1 f none usr/share/empathy/GNOME_Megaphone_Applet.xml 0644 root root 406 34675 1226030889
1 f none usr/share/empathy/GNOME_NotHere_Applet.xml 0644 root root 174 14086 1226030889
1 f none usr/share/empathy/empathy-account-widget-aim.glade 0644 root root 8758 44740 1226030886
1 f none usr/share/empathy/empathy-account-widget-generic.glade 0644 root root 3780 5203 1226030886
1 f none usr/share/empathy/empathy-account-widget-groupwise.glade 0644 root root 8953 52496 1226030886
1 f none usr/share/empathy/empathy-account-widget-icq.glade 0644 root root 10157 10243 1226030886
1 f none usr/share/empathy/empathy-account-widget-irc.glade 0644 root root 20912 49010 1226030886
1 f none usr/share/empathy/empathy-account-widget-jabber.glade 0644 root root 17684 25703 1226030886
1 f none usr/share/empathy/empathy-account-widget-msn.glade 0644 root root 8923 49181 1226030886
1 f none usr/share/empathy/empathy-account-widget-salut.glade 0644 root root 10122 9388 1226030886
1 f none usr/share/empathy/empathy-account-widget-sip.glade 0644 root root 10065 52907 1226030886
1 f none usr/share/empathy/empathy-account-widget-yahoo.glade 0644 root root 14423 26481 1226030886
1 f none usr/share/empathy/empathy-accounts-dialog.glade 0644 root root 20178 45405 1226030887
1 f none usr/share/empathy/empathy-call-window.glade 0644 root root 17097 51393 1226030887
1 f none usr/share/empathy/empathy-chat-window.glade 0644 root root 17756 58087 1226030887
1 f none usr/share/empathy/empathy-chat.glade 0644 root root 5199 47804 1226030886
1 f none usr/share/empathy/empathy-chatroom-manager.dtd 0644 root root 324 24451 1226030884
1 f none usr/share/empathy/empathy-chatrooms-window.glade 0644 root root 13800 34514 1226030887
1 f none usr/share/empathy/empathy-contact-dialogs.glade 0644 root root 3967 35978 1226030886
1 f none usr/share/empathy/empathy-contact-groups.dtd 0644 root root 328 24820 1226030884
1 f none usr/share/empathy/empathy-contact-widget.glade 0644 root root 28161 39096 1226030886
1 f none usr/share/empathy/empathy-irc-networks.dtd 0644 root root 487 38190 1226030884
1 f none usr/share/empathy/empathy-log-manager.xsl 0644 root root 4193 52157 1226030885
1 f none usr/share/empathy/empathy-log-window.glade 0644 root root 14592 25504 1226030886
1 f none usr/share/empathy/empathy-main-window.glade 0644 root root 14798 20784 1226030887
1 f none usr/share/empathy/empathy-new-chatroom-dialog.glade 0644 root root 13348 10444 1226030887
1 f none usr/share/empathy/empathy-new-message-dialog.glade 0644 root root 8553 3369 1226030886
1 f none usr/share/empathy/empathy-preferences.glade 0644 root root 33100 60710 1226030887
1 f none usr/share/empathy/empathy-presence-chooser.glade 0644 root root 5843 39341 1226030886
1 f none usr/share/empathy/empathy-spell-dialog.glade 0644 root root 5978 32482 1226030886
1 f none usr/share/empathy/empathy-status-icon.glade 0644 root root 2209 45019 1226030887
1 f none usr/share/empathy/empathy-status-presets.dtd 0644 root root 296 22920 1226030884
1 d none usr/share/empathy/icons 0755 root root
1 d none usr/share/empathy/icons/hicolor 0755 root root
1 d none usr/share/empathy/icons/hicolor/16x16 0755 root root
1 d none usr/share/empathy/icons/hicolor/16x16/actions 0755 root root
1 f none usr/share/empathy/icons/hicolor/16x16/actions/im-message-new.png 0644 root root 693 10291 1226030882
1 d none usr/share/empathy/icons/hicolor/16x16/apps 0755 root root
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-ekiga.png 0644 root root 844 33298 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-gadugadu.png 0644 root root 775 20965 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-gizmo.png 0644 root root 861 35987 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-google-talk.png 0644 root root 828 25995 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-irc.png 0644 root root 848 30560 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-local-xmpp.png 0644 root root 874 41150 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-msn.png 0644 root root 762 16915 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-qq.png 0644 root root 823 27415 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-sip.png 0644 root root 630 4511 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/apps/im-xmpp.png 0644 root root 663 10424 1226030882
1 d none usr/share/empathy/icons/hicolor/16x16/status 0755 root root
1 f none usr/share/empathy/icons/hicolor/16x16/status/empathy-available.png 0644 root root 685 13695 1226030883
1 f none usr/share/empathy/icons/hicolor/16x16/status/empathy-away.png 0644 root root 536 57841 1226030883
1 f none usr/share/empathy/icons/hicolor/16x16/status/empathy-busy.png 0644 root root 618 5257 1226030883
1 f none usr/share/empathy/icons/hicolor/16x16/status/empathy-extended-away.png 0644 root root 752 18935 1226030883
1 f none usr/share/empathy/icons/hicolor/16x16/status/empathy-offline.png 0644 root root 405 41126 1226030883
1 f none usr/share/empathy/icons/hicolor/16x16/status/empathy-pending.png 0644 root root 606 1253 1226030883
1 f none usr/share/empathy/icons/hicolor/16x16/status/im-message.png 0644 root root 510 57120 1226030882
1 f none usr/share/empathy/icons/hicolor/16x16/status/user-typing.png 0644 root root 587 65142 1226030882
1 d none usr/share/empathy/icons/hicolor/22x22 0755 root root
1 d none usr/share/empathy/icons/hicolor/22x22/actions 0755 root root
1 f none usr/share/empathy/icons/hicolor/22x22/actions/im-message-new.png 0644 root root 955 40358 1226030882
1 d none usr/share/empathy/icons/hicolor/22x22/apps 0755 root root
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-ekiga.png 0644 root root 1299 26253 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-gadugadu.png 0644 root root 1207 15182 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-gizmo.png 0644 root root 1301 20757 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-google-talk.png 0644 root root 1252 20330 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-irc.png 0644 root root 1218 14597 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-local-xmpp.png 0644 root root 1358 39880 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-msn.png 0644 root root 1086 61540 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-qq.png 0644 root root 1264 16181 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-sip.png 0644 root root 824 27841 1226030882
1 f none usr/share/empathy/icons/hicolor/22x22/apps/im-xmpp.png 0644 root root 953 52034 1226030882
1 d none usr/share/empathy/icons/hicolor/22x22/status 0755 root root
1 f none usr/share/empathy/icons/hicolor/22x22/status/empathy-available.png 0644 root root 967 49005 1226030883
1 f none usr/share/empathy/icons/hicolor/22x22/status/empathy-away.png 0644 root root 740 20554 1226030883
1 f none usr/share/empathy/icons/hicolor/22x22/status/empathy-busy.png 0644 root root 1041 462 1226030883
1 f none usr/share/empathy/icons/hicolor/22x22/status/empathy-extended-away.png 0644 root root 1115 5858 1226030883
1 f none usr/share/empathy/icons/hicolor/22x22/status/empathy-offline.png 0644 root root 571 63797 1226030883
1 f none usr/share/empathy/icons/hicolor/22x22/status/empathy-pending.png 0644 root root 806 25584 1226030883
1 d none usr/share/empathy/icons/hicolor/24x24 0755 root root
1 d none usr/share/empathy/icons/hicolor/24x24/actions 0755 root root
1 f none usr/share/empathy/icons/hicolor/24x24/actions/im-message-new.png 0644 root root 994 48677 1226030882
1 d none usr/share/empathy/icons/hicolor/24x24/apps 0755 root root
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-ekiga.png 0644 root root 1431 43670 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-gadugadu.png 0644 root root 1338 30537 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-gizmo.png 0644 root root 1437 45290 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-google-talk.png 0644 root root 1363 34407 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-irc.png 0644 root root 1308 24560 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-local-xmpp.png 0644 root root 1505 57507 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-msn.png 0644 root root 1203 7969 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-qq.png 0644 root root 1421 35141 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-sip.png 0644 root root 816 23462 1226030882
1 f none usr/share/empathy/icons/hicolor/24x24/apps/im-xmpp.png 0644 root root 1013 54483 1226030882
1 d none usr/share/empathy/icons/hicolor/24x24/status 0755 root root
1 f none usr/share/empathy/icons/hicolor/24x24/status/empathy-available.png 0644 root root 1075 58023 1226030883
1 f none usr/share/empathy/icons/hicolor/24x24/status/empathy-away.png 0644 root root 825 30537 1226030883
1 f none usr/share/empathy/icons/hicolor/24x24/status/empathy-busy.png 0644 root root 1081 64568 1226030883
1 f none usr/share/empathy/icons/hicolor/24x24/status/empathy-extended-away.png 0644 root root 1199 13018 1226030883
1 f none usr/share/empathy/icons/hicolor/24x24/status/empathy-offline.png 0644 root root 570 99 1226030883
1 f none usr/share/empathy/icons/hicolor/24x24/status/empathy-pending.png 0644 root root 950 45615 1226030883
1 d none usr/share/empathy/icons/hicolor/32x32 0755 root root
1 d none usr/share/empathy/icons/hicolor/32x32/apps 0755 root root
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-ekiga.png 0644 root root 2118 460 1226030882
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-gadugadu.png 0644 root root 1986 42284 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-gizmo.png 0644 root root 2061 58836 1226030882
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-google-talk.png 0644 root root 1893 32892 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-irc.png 0644 root root 1695 5049 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-local-xmpp.png 0644 root root 2255 14048 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-msn.png 0644 root root 1734 12694 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-qq.png 0644 root root 2105 5679 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-sip.png 0644 root root 1151 2184 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/apps/im-xmpp.png 0644 root root 1492 49912 1226030883
1 d none usr/share/empathy/icons/hicolor/32x32/status 0755 root root
1 f none usr/share/empathy/icons/hicolor/32x32/status/empathy-available.png 0644 root root 1433 39564 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/status/empathy-away.png 0644 root root 1057 53850 1226030883
1 f none usr/share/empathy/icons/hicolor/32x32/status/empathy-busy.png 0644 root root 1218 15784 1226030884
1 f none usr/share/empathy/icons/hicolor/32x32/status/empathy-extended-away.png 0644 root root 1612 58353 1226030884
1 f none usr/share/empathy/icons/hicolor/32x32/status/empathy-offline.png 0644 root root 724 15854 1226030884
1 f none usr/share/empathy/icons/hicolor/32x32/status/empathy-pending.png 0644 root root 1298 17670 1226030884
1 d none usr/share/empathy/icons/hicolor/48x48 0755 root root
1 d none usr/share/empathy/icons/hicolor/48x48/apps 0755 root root
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-ekiga.png 0644 root root 3706 6573 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-gadugadu.png 0644 root root 3210 4543 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-gizmo.png 0644 root root 3284 2949 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-google-talk.png 0644 root root 3043 43148 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-irc.png 0644 root root 2428 28128 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-local-xmpp.png 0644 root root 3942 22097 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-msn.png 0644 root root 2876 18684 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-qq.png 0644 root root 3653 7140 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-sip.png 0644 root root 1405 43037 1226030883
1 f none usr/share/empathy/icons/hicolor/48x48/apps/im-xmpp.png 0644 root root 2413 33345 1226030883
1 d none usr/share/empathy/icons/hicolor/48x48/status 0755 root root
1 f none usr/share/empathy/icons/hicolor/48x48/status/empathy-available.png 0644 root root 2211 8969 1226030884
1 f none usr/share/empathy/icons/hicolor/48x48/status/empathy-away.png 0644 root root 1606 58972 1226030884
1 f none usr/share/empathy/icons/hicolor/48x48/status/empathy-busy.png 0644 root root 1848 30559 1226030884
1 f none usr/share/empathy/icons/hicolor/48x48/status/empathy-extended-away.png 0644 root root 2622 48702 1226030884
1 f none usr/share/empathy/icons/hicolor/48x48/status/empathy-offline.png 0644 root root 1062 56809 1226030884
1 f none usr/share/empathy/icons/hicolor/48x48/status/empathy-pending.png 0644 root root 2018 54346 1226030884
1 d none usr/share/empathy/icons/hicolor/scalable 0755 root root
1 d none usr/share/empathy/icons/hicolor/scalable/apps 0755 root root
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-ekiga.svg 0644 root root 17686 57103 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-gadugadu.svg 0644 root root 13103 53361 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-gizmo.svg 0644 root root 10564 21403 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-google-talk.svg 0644 root root 13800 17305 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-irc.svg 0644 root root 26329 29215 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-local-xmpp.svg 0644 root root 90872 14675 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-msn.svg 0644 root root 12196 22234 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-qq.svg 0644 root root 18151 38528 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-sip.svg 0644 root root 9294 33087 1226030883
1 f none usr/share/empathy/icons/hicolor/scalable/apps/im-xmpp.svg 0644 root root 26214 48566 1226030883
1 d none usr/share/empathy/icons/hicolor/scalable/status 0755 root root
1 f none usr/share/empathy/icons/hicolor/scalable/status/empathy-available.svg 0644 root root 3807 20961 1226030884
1 f none usr/share/empathy/icons/hicolor/scalable/status/empathy-away.svg 0644 root root 3177 45632 1226030884
1 f none usr/share/empathy/icons/hicolor/scalable/status/empathy-busy.svg 0644 root root 5515 17107 1226030884
1 f none usr/share/empathy/icons/hicolor/scalable/status/empathy-extended-away.svg 0644 root root 4930 36723 1226030884
1 f none usr/share/empathy/icons/hicolor/scalable/status/empathy-offline.svg 0644 root root 3276 54339 1226030884
1 f none usr/share/empathy/icons/hicolor/scalable/status/empathy-pending.svg 0644 root root 5398 44168 1226030884
1 f none usr/share/empathy/irc-networks.xml 0644 root root 22147 29331 1226030884
1 d none usr/share/gnome 0755 root root
1 d none usr/share/gnome/help 0755 root root
1 d none usr/share/gnome/help/empathy 0755 root root
1 d none usr/share/gnome/help/empathy/C 0755 root root
1 f none usr/share/gnome/help/empathy/C/empathy.xml 0755 root root 17810 48286 1226030889
1 d none usr/share/gnome/help/empathy/C/figures 0755 root root
1 f none usr/share/gnome/help/empathy/C/figures/empathy-main-window.png 0755 root root 8902 20070 1226030889
1 f none usr/share/gnome/help/empathy/C/figures/empathy-new-account.png 0755 root root 20421 4473 1226030889
1 f none usr/share/gnome/help/empathy/C/legal.xml 0755 root root 3672 48173 1226030889
1 d none usr/share/gnome/help/empathy/cs 0755 root root
1 f none usr/share/gnome/help/empathy/cs/empathy.xml 0755 root root 20333 38532 1226030889
1 d none usr/share/gnome/help/empathy/cs/figures 0755 root root
1 f none usr/share/gnome/help/empathy/cs/figures/empathy-main-window.png 0755 root root 8902 20070 1226030889
1 f none usr/share/gnome/help/empathy/cs/figures/empathy-new-account.png 0755 root root 20421 4473 1226030889
1 d none usr/share/gnome/help/empathy/de 0755 root root
1 f none usr/share/gnome/help/empathy/de/empathy.xml 0755 root root 21262 40396 1226030889
1 d none usr/share/gnome/help/empathy/de/figures 0755 root root
1 f none usr/share/gnome/help/empathy/de/figures/empathy-main-window.png 0755 root root 8924 30333 1226030889
1 f none usr/share/gnome/help/empathy/de/figures/empathy-new-account.png 0755 root root 15901 44504 1226030889
1 d none usr/share/gnome/help/empathy/es 0755 root root
1 f none usr/share/gnome/help/empathy/es/empathy.xml 0755 root root 20536 41743 1226030889
1 d none usr/share/gnome/help/empathy/es/figures 0755 root root
1 f none usr/share/gnome/help/empathy/es/figures/empathy-main-window.png 0755 root root 8904 9314 1226030889
1 f none usr/share/gnome/help/empathy/es/figures/empathy-new-account.png 0755 root root 19056 57180 1226030889
1 d none usr/share/gnome/help/empathy/fr 0755 root root
1 f none usr/share/gnome/help/empathy/fr/empathy.xml 0755 root root 21331 65182 1226030889
1 d none usr/share/gnome/help/empathy/fr/figures 0755 root root
1 f none usr/share/gnome/help/empathy/fr/figures/empathy-main-window.png 0755 root root 10959 18125 1226030889
1 f none usr/share/gnome/help/empathy/fr/figures/empathy-new-account.png 0755 root root 23132 9423 1226030889
1 d none usr/share/gnome/help/empathy/it 0755 root root
1 f none usr/share/gnome/help/empathy/it/empathy.xml 0755 root root 20431 19918 1226030889
1 d none usr/share/gnome/help/empathy/it/figures 0755 root root
1 f none usr/share/gnome/help/empathy/it/figures/empathy-main-window.png 0755 root root 9768 63644 1226030889
1 f none usr/share/gnome/help/empathy/it/figures/empathy-new-account.png 0755 root root 18623 24911 1226030889
1 d none usr/share/gnome/help/empathy/sv 0755 root root
1 f none usr/share/gnome/help/empathy/sv/empathy.xml 0755 root root 21099 11978 1226030889
1 d none usr/share/gnome/help/empathy/sv/figures 0755 root root
1 f none usr/share/gnome/help/empathy/sv/figures/empathy-main-window.png 0755 root root 9240 17768 1226030889
1 f none usr/share/gnome/help/empathy/sv/figures/empathy-new-account.png 0755 root root 20700 19579 1226030889
1 d none usr/share/gtk-doc 0755 root root
1 d none usr/share/gtk-doc/html 0755 root root
1 d none usr/share/gtk-doc/html/libempathy 0755 root root
1 d none usr/share/gtk-doc/html/libempathy-gtk 0755 root root
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyAccountChooser.html 0755 root root 17418 13317 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyAvatarChooser.html 0755 root root 10555 9137 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyAvatarImage.html 0755 root root 6703 32928 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyCellRendererActivatable.html 0755 root root 7241 15254 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyCellRendererExpander.html 0755 root root 7510 52854 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyCellRendererText.html 0755 root root 7924 10814 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyChat.html 0755 root root 28234 23515 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyChatView.html 0755 root root 32365 16770 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyConf.html 0755 root root 34806 52863 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyContactListStore.html 0755 root root 34746 65327 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyContactListView.html 0755 root root 18126 12966 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyPresenceChooser.html 0755 root root 6664 33685 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathySmileyManager.html 0755 root root 13300 46794 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyTheme.html 0755 root root 19227 25693 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyThemeBoxes.html 0755 root root 11082 12623 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyThemeIrc.html 0755 root root 3641 45317 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/EmpathyThemeManager.html 0755 root root 9715 22004 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/home.png 0755 root root 654 8089 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/index.html 0755 root root 6574 63196 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/index.sgml 0755 root root 58397 39911 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/ix01.html 0755 root root 46671 30705 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/left.png 0755 root root 459 49669 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget-irc.html 0755 root root 4528 64754 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget-sip.html 0755 root root 4561 2628 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-account-widget.html 0755 root root 16120 34673 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-contact-dialogs.html 0755 root root 7194 635 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-contact-menu.html 0755 root root 10604 56926 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-contact-widget.html 0755 root root 9632 15402 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-geometry.html 0755 root root 7655 12592 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-images.html 0755 root root 8405 15307 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-irc-network-dialog.html 0755 root root 5029 36623 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-log-window.html 0755 root root 5330 46689 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-new-message-dialog.html 0755 root root 4136 28391 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-profile-chooser.html 0755 root root 6105 62877 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-spell-dialog.html 0755 root root 5045 20476 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-spell.html 0755 root root 9510 28399 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-empathy-ui-utils.html 0755 root root 40864 55032 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk-hierarchy.html 0755 root root 5605 65254 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk.devhelp 0755 root root 36660 35900 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy-gtk.devhelp2 0755 root root 40272 33153 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/libempathy_api.html 0755 root root 6756 12145 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/pt01.html 0755 root root 1944 34296 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/pt02.html 0755 root root 6808 17093 1226030889
1 f none usr/share/gtk-doc/html/libempathy-gtk/right.png 0755 root root 472 50613 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/style.css 0755 root root 2331 54410 1226030888
1 f none usr/share/gtk-doc/html/libempathy-gtk/up.png 0755 root root 406 41501 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyChatroom.html 0755 root root 20955 35064 1226030887
1 f none usr/share/gtk-doc/html/libempathy/EmpathyChatroomManager.html 0755 root root 15980 14700 1226030887
1 f none usr/share/gtk-doc/html/libempathy/EmpathyContact.html 0755 root root 55997 34868 1226030887
1 f none usr/share/gtk-doc/html/libempathy/EmpathyContactFactory.html 0755 root root 18238 50771 1226030887
1 f none usr/share/gtk-doc/html/libempathy/EmpathyContactManager.html 0755 root root 6472 30557 1226030887
1 f none usr/share/gtk-doc/html/libempathy/EmpathyDispatcher.html 0755 root root 20280 37552 1226030887
1 f none usr/share/gtk-doc/html/libempathy/EmpathyIdle.html 0755 root root 20802 11603 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyIrcNetwork.html 0755 root root 16156 52150 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyIrcNetworkManager.html 0755 root root 16175 64448 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyIrcServer.html 0755 root root 9629 6647 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyLogManager.html 0755 root root 23875 16743 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyMessage.html 0755 root root 24122 61863 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTpCall.html 0755 root root 22041 36478 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTpChat.html 0755 root root 28295 31891 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTpContactFactory.html 0755 root root 18168 64083 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTpContactList.html 0755 root root 8839 31999 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTpGroup.html 0755 root root 36770 46268 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTpRoomlist.html 0755 root root 11943 23056 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTpTube.html 0755 root root 17153 15763 1226030888
1 f none usr/share/gtk-doc/html/libempathy/EmpathyTubeHandler.html 0755 root root 10425 9010 1226030888
1 f none usr/share/gtk-doc/html/libempathy/home.png 0755 root root 654 8089 1226030887
1 f none usr/share/gtk-doc/html/libempathy/index.html 0755 root root 5251 6470 1226030888
1 f none usr/share/gtk-doc/html/libempathy/index.sgml 0755 root root 59792 65419 1226030887
1 f none usr/share/gtk-doc/html/libempathy/ix01.html 0755 root root 55409 40755 1226030888
1 f none usr/share/gtk-doc/html/libempathy/left.png 0755 root root 459 49669 1226030887
1 f none usr/share/gtk-doc/html/libempathy/libempathy-empathy-contact-groups.html 0755 root root 5824 38365 1226030888
1 f none usr/share/gtk-doc/html/libempathy/libempathy-empathy-contact-list.html 0755 root root 28766 37015 1226030888
1 f none usr/share/gtk-doc/html/libempathy/libempathy-empathy-status-presets.html 0755 root root 11973 21425 1226030888
1 f none usr/share/gtk-doc/html/libempathy/libempathy-empathy-time.html 0755 root root 8665 59507 1226030888
1 f none usr/share/gtk-doc/html/libempathy/libempathy-empathy-utils.html 0755 root root 46061 37828 1226030888
1 f none usr/share/gtk-doc/html/libempathy/libempathy-hierarchy.html 0755 root root 4197 33059 1226030888
1 f none usr/share/gtk-doc/html/libempathy/libempathy.devhelp 0755 root root 42450 8561 1226030887
1 f none usr/share/gtk-doc/html/libempathy/libempathy.devhelp2 0755 root root 46990 22520 1226030887
1 f none usr/share/gtk-doc/html/libempathy/libempathy_api.html 0755 root root 5452 22702 1226030888
1 f none usr/share/gtk-doc/html/libempathy/pt01.html 0755 root root 1908 30966 1226030888
1 f none usr/share/gtk-doc/html/libempathy/pt02.html 0755 root root 5493 26645 1226030888
1 f none usr/share/gtk-doc/html/libempathy/right.png 0755 root root 472 50613 1226030887
1 f none usr/share/gtk-doc/html/libempathy/style.css 0755 root root 2331 54410 1226030887
1 f none usr/share/gtk-doc/html/libempathy/up.png 0755 root root 406 41501 1226030887
1 d none usr/share/icons 0755 root root
1 d none usr/share/icons/hicolor 0755 root root
1 d none usr/share/icons/hicolor/16x16 0755 root root
1 d none usr/share/icons/hicolor/16x16/apps 0755 root root
1 f none usr/share/icons/hicolor/16x16/apps/empathy.png 0644 root root 797 22783 1226030882
1 d none usr/share/icons/hicolor/22x22 0755 root root
1 d none usr/share/icons/hicolor/22x22/apps 0755 root root
1 f none usr/share/icons/hicolor/22x22/apps/empathy.png 0644 root root 1179 6822 1226030882
1 d none usr/share/icons/hicolor/24x24 0755 root root
1 d none usr/share/icons/hicolor/24x24/apps 0755 root root
1 f none usr/share/icons/hicolor/24x24/apps/empathy.png 0644 root root 1249 11600 1226030882
1 d none usr/share/icons/hicolor/32x32 0755 root root
1 d none usr/share/icons/hicolor/32x32/apps 0755 root root
1 f none usr/share/icons/hicolor/32x32/apps/empathy.png 0644 root root 1813 21847 1226030882
1 d none usr/share/icons/hicolor/48x48 0755 root root
1 d none usr/share/icons/hicolor/48x48/apps 0755 root root
1 f none usr/share/icons/hicolor/48x48/apps/empathy.png 0644 root root 2930 31339 1226030882
1 d none usr/share/icons/hicolor/scalable 0755 root root
1 d none usr/share/icons/hicolor/scalable/apps 0755 root root
1 f none usr/share/icons/hicolor/scalable/apps/empathy.svg 0644 root root 10922 5726 1226030882
1 d none usr/share/locale 0755 root root
1 d none usr/share/locale/ar 0755 root root
1 d none usr/share/locale/ar/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ar/LC_MESSAGES/empathy.mo 0644 root root 31570 30560 1226030880
1 d none usr/share/locale/az 0755 root root
1 d none usr/share/locale/az/LC_MESSAGES 0755 root root
1 f none usr/share/locale/az/LC_MESSAGES/empathy.mo 0644 root root 484 34485 1226030880
1 d none usr/share/locale/bg 0755 root root
1 d none usr/share/locale/bg/LC_MESSAGES 0755 root root
1 f none usr/share/locale/bg/LC_MESSAGES/empathy.mo 0644 root root 36287 21635 1226030880
1 d none usr/share/locale/bn_IN 0755 root root
1 d none usr/share/locale/bn_IN/LC_MESSAGES 0755 root root
1 f none usr/share/locale/bn_IN/LC_MESSAGES/empathy.mo 0644 root root 28794 27982 1226030880
1 d none usr/share/locale/ca 0755 root root
1 d none usr/share/locale/ca/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ca/LC_MESSAGES/empathy.mo 0644 root root 28756 59210 1226030880
1 d none usr/share/locale/cs 0755 root root
1 d none usr/share/locale/cs/LC_MESSAGES 0755 root root
1 f none usr/share/locale/cs/LC_MESSAGES/empathy.mo 0644 root root 28520 50831 1226030880
1 d none usr/share/locale/cy 0755 root root
1 d none usr/share/locale/cy/LC_MESSAGES 0755 root root
1 f none usr/share/locale/cy/LC_MESSAGES/empathy.mo 0644 root root 3025 65013 1226030880
1 d none usr/share/locale/da 0755 root root
1 d none usr/share/locale/da/LC_MESSAGES 0755 root root
1 f none usr/share/locale/da/LC_MESSAGES/empathy.mo 0644 root root 27326 61064 1226030880
1 d none usr/share/locale/de 0755 root root
1 d none usr/share/locale/de/LC_MESSAGES 0755 root root
1 f none usr/share/locale/de/LC_MESSAGES/empathy.mo 0644 root root 28931 23553 1226030880
1 d none usr/share/locale/dz 0755 root root
1 d none usr/share/locale/dz/LC_MESSAGES 0755 root root
1 f none usr/share/locale/dz/LC_MESSAGES/empathy.mo 0644 root root 32746 43203 1226030881
1 d none usr/share/locale/el 0755 root root
1 d none usr/share/locale/el/LC_MESSAGES 0755 root root
1 f none usr/share/locale/el/LC_MESSAGES/empathy.mo 0644 root root 33129 59339 1226030881
1 d none usr/share/locale/en_CA 0755 root root
1 d none usr/share/locale/en_CA/LC_MESSAGES 0755 root root
1 f none usr/share/locale/en_CA/LC_MESSAGES/empathy.mo 0644 root root 4386 28355 1226030881
1 d none usr/share/locale/en_GB 0755 root root
1 d none usr/share/locale/en_GB/LC_MESSAGES 0755 root root
1 f none usr/share/locale/en_GB/LC_MESSAGES/empathy.mo 0644 root root 26660 26536 1226030881
1 d none usr/share/locale/eo 0755 root root
1 d none usr/share/locale/eo/LC_MESSAGES 0755 root root
1 f none usr/share/locale/eo/LC_MESSAGES/empathy.mo 0644 root root 2865 54999 1226030881
1 d none usr/share/locale/es 0755 root root
1 d none usr/share/locale/es/LC_MESSAGES 0755 root root
1 f none usr/share/locale/es/LC_MESSAGES/empathy.mo 0644 root root 28472 39295 1226030881
1 d none usr/share/locale/eu 0755 root root
1 d none usr/share/locale/eu/LC_MESSAGES 0755 root root
1 f none usr/share/locale/eu/LC_MESSAGES/empathy.mo 0644 root root 27937 42024 1226030881
1 d none usr/share/locale/fi 0755 root root
1 d none usr/share/locale/fi/LC_MESSAGES 0755 root root
1 f none usr/share/locale/fi/LC_MESSAGES/empathy.mo 0644 root root 27945 5767 1226030881
1 d none usr/share/locale/fr 0755 root root
1 d none usr/share/locale/fr/LC_MESSAGES 0755 root root
1 f none usr/share/locale/fr/LC_MESSAGES/empathy.mo 0644 root root 29858 11643 1226030881
1 d none usr/share/locale/ga 0755 root root
1 d none usr/share/locale/ga/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ga/LC_MESSAGES/empathy.mo 0644 root root 637 42121 1226030881
1 d none usr/share/locale/gl 0755 root root
1 d none usr/share/locale/gl/LC_MESSAGES 0755 root root
1 f none usr/share/locale/gl/LC_MESSAGES/empathy.mo 0644 root root 28194 6886 1226030881
1 d none usr/share/locale/gu 0755 root root
1 d none usr/share/locale/gu/LC_MESSAGES 0755 root root
1 f none usr/share/locale/gu/LC_MESSAGES/empathy.mo 0644 root root 40772 28333 1226030881
1 d none usr/share/locale/he 0755 root root
1 d none usr/share/locale/he/LC_MESSAGES 0755 root root
1 f none usr/share/locale/he/LC_MESSAGES/empathy.mo 0644 root root 23089 38713 1226030881
1 d none usr/share/locale/hi 0755 root root
1 d none usr/share/locale/hi/LC_MESSAGES 0755 root root
1 f none usr/share/locale/hi/LC_MESSAGES/empathy.mo 0644 root root 19897 15088 1226030881
1 d none usr/share/locale/hr 0755 root root
1 d none usr/share/locale/hr/LC_MESSAGES 0755 root root
1 f none usr/share/locale/hr/LC_MESSAGES/empathy.mo 0644 root root 15183 28669 1226030881
1 d none usr/share/locale/hu 0755 root root
1 d none usr/share/locale/hu/LC_MESSAGES 0755 root root
1 f none usr/share/locale/hu/LC_MESSAGES/empathy.mo 0644 root root 28387 52990 1226030881
1 d none usr/share/locale/it 0755 root root
1 d none usr/share/locale/it/LC_MESSAGES 0755 root root
1 f none usr/share/locale/it/LC_MESSAGES/empathy.mo 0644 root root 28223 64184 1226030881
1 d none usr/share/locale/ja 0755 root root
1 d none usr/share/locale/ja/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ja/LC_MESSAGES/empathy.mo 0644 root root 31056 9169 1226030881
1 d none usr/share/locale/kn 0755 root root
1 d none usr/share/locale/kn/LC_MESSAGES 0755 root root
1 f none usr/share/locale/kn/LC_MESSAGES/empathy.mo 0644 root root 41541 14308 1226030881
1 d none usr/share/locale/ko 0755 root root
1 d none usr/share/locale/ko/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ko/LC_MESSAGES/empathy.mo 0644 root root 28448 6212 1226030881
1 d none usr/share/locale/lt 0755 root root
1 d none usr/share/locale/lt/LC_MESSAGES 0755 root root
1 f none usr/share/locale/lt/LC_MESSAGES/empathy.mo 0644 root root 27916 8600 1226030881
1 d none usr/share/locale/mk 0755 root root
1 d none usr/share/locale/mk/LC_MESSAGES 0755 root root
1 f none usr/share/locale/mk/LC_MESSAGES/empathy.mo 0644 root root 35487 19285 1226030881
1 d none usr/share/locale/ml 0755 root root
1 d none usr/share/locale/ml/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ml/LC_MESSAGES/empathy.mo 0644 root root 51340 21913 1226030881
1 d none usr/share/locale/mr 0755 root root
1 d none usr/share/locale/mr/LC_MESSAGES 0755 root root
1 f none usr/share/locale/mr/LC_MESSAGES/empathy.mo 0644 root root 39319 24593 1226030881
1 d none usr/share/locale/ms 0755 root root
1 d none usr/share/locale/ms/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ms/LC_MESSAGES/empathy.mo 0644 root root 2317 16957 1226030881
1 d none usr/share/locale/nb 0755 root root
1 d none usr/share/locale/nb/LC_MESSAGES 0755 root root
1 f none usr/share/locale/nb/LC_MESSAGES/empathy.mo 0644 root root 26900 11443 1226030881
1 d none usr/share/locale/ne 0755 root root
1 d none usr/share/locale/ne/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ne/LC_MESSAGES/empathy.mo 0644 root root 35774 6704 1226030881
1 d none usr/share/locale/nl 0755 root root
1 d none usr/share/locale/nl/LC_MESSAGES 0755 root root
1 f none usr/share/locale/nl/LC_MESSAGES/empathy.mo 0644 root root 27462 58978 1226030881
1 d none usr/share/locale/oc 0755 root root
1 d none usr/share/locale/oc/LC_MESSAGES 0755 root root
1 f none usr/share/locale/oc/LC_MESSAGES/empathy.mo 0644 root root 7318 23088 1226030881
1 d none usr/share/locale/pa 0755 root root
1 d none usr/share/locale/pa/LC_MESSAGES 0755 root root
1 f none usr/share/locale/pa/LC_MESSAGES/empathy.mo 0644 root root 16048 8383 1226030881
1 d none usr/share/locale/pl 0755 root root
1 d none usr/share/locale/pl/LC_MESSAGES 0755 root root
1 f none usr/share/locale/pl/LC_MESSAGES/empathy.mo 0644 root root 28624 64487 1226030881
1 d none usr/share/locale/pt 0755 root root
1 d none usr/share/locale/pt/LC_MESSAGES 0755 root root
1 f none usr/share/locale/pt/LC_MESSAGES/empathy.mo 0644 root root 28288 25021 1226030881
1 d none usr/share/locale/pt_BR 0755 root root
1 d none usr/share/locale/pt_BR/LC_MESSAGES 0755 root root
1 f none usr/share/locale/pt_BR/LC_MESSAGES/empathy.mo 0644 root root 28276 27967 1226030881
1 d none usr/share/locale/ru 0755 root root
1 d none usr/share/locale/ru/LC_MESSAGES 0755 root root
1 f none usr/share/locale/ru/LC_MESSAGES/empathy.mo 0644 root root 35015 25064 1226030881
1 d none usr/share/locale/sl 0755 root root
1 d none usr/share/locale/sl/LC_MESSAGES 0755 root root
1 f none usr/share/locale/sl/LC_MESSAGES/empathy.mo 0644 root root 27446 10567 1226030881
1 d none usr/share/locale/sq 0755 root root
1 d none usr/share/locale/sq/LC_MESSAGES 0755 root root
1 f none usr/share/locale/sq/LC_MESSAGES/empathy.mo 0644 root root 28721 59900 1226030881
1 d none usr/share/locale/sr 0755 root root
1 d none usr/share/locale/sr/LC_MESSAGES 0755 root root
1 f none usr/share/locale/sr/LC_MESSAGES/empathy.mo 0644 root root 4497 23439 1226030881
1 d none usr/share/locale/sr@latin 0755 root root
1 d none usr/share/locale/sr@latin/LC_MESSAGES 0755 root root
1 f none usr/share/locale/sr@latin/LC_MESSAGES/empathy.mo 0644 root root 3794 27625 1226030881
1 d none usr/share/locale/sv 0755 root root
1 d none usr/share/locale/sv/LC_MESSAGES 0755 root root
1 f none usr/share/locale/sv/LC_MESSAGES/empathy.mo 0644 root root 27541 41023 1226030881
1 d none usr/share/locale/th 0755 root root
1 d none usr/share/locale/th/LC_MESSAGES 0755 root root
1 f none usr/share/locale/th/LC_MESSAGES/empathy.mo 0644 root root 41292 7960 1226030881
1 d none usr/share/locale/tr 0755 root root
1 d none usr/share/locale/tr/LC_MESSAGES 0755 root root
1 f none usr/share/locale/tr/LC_MESSAGES/empathy.mo 0644 root root 27192 37242 1226030881
1 d none usr/share/locale/uk 0755 root root
1 d none usr/share/locale/uk/LC_MESSAGES 0755 root root
1 f none usr/share/locale/uk/LC_MESSAGES/empathy.mo 0644 root root 3697 1555 1226030881
1 d none usr/share/locale/vi 0755 root root
1 d none usr/share/locale/vi/LC_MESSAGES 0755 root root
1 f none usr/share/locale/vi/LC_MESSAGES/empathy.mo 0644 root root 29859 48912 1226030881
1 d none usr/share/locale/zh_CN 0755 root root
1 d none usr/share/locale/zh_CN/LC_MESSAGES 0755 root root
1 f none usr/share/locale/zh_CN/LC_MESSAGES/empathy.mo 0644 root root 26427 47537 1226030882
1 d none usr/share/locale/zh_HK 0755 root root
1 d none usr/share/locale/zh_HK/LC_MESSAGES 0755 root root
1 f none usr/share/locale/zh_HK/LC_MESSAGES/empathy.mo 0644 root root 26452 47496 1226030882
1 d none usr/share/locale/zh_TW 0755 root root
1 d none usr/share/locale/zh_TW/LC_MESSAGES 0755 root root
1 f none usr/share/locale/zh_TW/LC_MESSAGES/empathy.mo 0644 root root 26448 44778 1226030882
1 d none usr/share/man 0755 root root
1 d none usr/share/man/man1 0755 root root
1 f none usr/share/man/man1/empathy.1 0644 root root 891 12261 1226030887
1 d none usr/share/mission-control 0755 root root
1 d none usr/share/mission-control/profiles 0755 root root
1 f none usr/share/mission-control/profiles/aim.profile 0644 root root 251 22705 1226030884
1 f none usr/share/mission-control/profiles/ekiga.profile 0644 root root 340 29891 1226030884
1 f none usr/share/mission-control/profiles/fwd.profile 0644 root root 389 34678 1226030884
1 f none usr/share/mission-control/profiles/gadugadu.profile 0644 root root 279 25255 1226030884
1 f none usr/share/mission-control/profiles/groupwise.profile 0644 root root 258 23796 1226030884
1 f none usr/share/mission-control/profiles/gtalk.profile 0644 root root 539 48552 1226030884
1 f none usr/share/mission-control/profiles/icq.profile 0644 root root 252 22745 1226030884
1 f none usr/share/mission-control/profiles/irc.profile 0644 root root 194 16861 1226030884
1 f none usr/share/mission-control/profiles/jabber.profile 0644 root root 465 42466 1226030884
1 f none usr/share/mission-control/profiles/msn-haze.profile 0644 root root 332 30123 1226030884
1 f none usr/share/mission-control/profiles/msn.profile 0644 root root 344 31522 1226030884
1 f none usr/share/mission-control/profiles/qq.profile 0644 root root 259 23357 1226030884
1 f none usr/share/mission-control/profiles/salut.profile 0644 root root 283 25707 1226030884
1 f none usr/share/mission-control/profiles/sipphone.profile 0644 root root 402 35167 1226030884
1 f none usr/share/mission-control/profiles/sofiasip.profile 0644 root root 194 16707 1226030884
1 f none usr/share/mission-control/profiles/yahoo.profile 0644 root root 262 23880 1226030884
1 d none usr/share/omf 0755 root root
1 d none usr/share/omf/empathy 0755 root root
1 f none usr/share/omf/empathy/empathy-C.omf 0755 root root 833 1200 1226030889
1 f none usr/share/omf/empathy/empathy-cs.omf 0755 root root 852 5324 1226030889
1 f none usr/share/omf/empathy/empathy-de.omf 0755 root root 827 1435 1226030889
1 f none usr/share/omf/empathy/empathy-es.omf 0755 root root 847 3545 1226030889
1 f none usr/share/omf/empathy/empathy-fr.omf 0755 root root 837 2400 1226030889
1 f none usr/share/omf/empathy/empathy-it.omf 0755 root root 847 3396 1226030889
1 f none usr/share/omf/empathy/empathy-sv.omf 0755 root root 836 2932 1226030889

--Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)
Content-type: text/plain; name=SUNWlibtelepathy-pkgmap.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=SUNWlibtelepathy-pkgmap.txt

: 1 153
1 i copyright 0 0 1225939176
1 i depend 286 24702 1225939176
1 d none lib 0755 root bin
1 s none lib/libtelepathy.so=libtelepathy.so.2.7.1
1 s none lib/libtelepathy.so.2=libtelepathy.so.2.7.1
1 f none lib/libtelepathy.so.2.7.1 0755 root bin 69096 20697 1225939175
1 i pkginfo 539 42972 1225939176

--Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)
Content-type: text/plain; name=SUNWmission-control-pkgmap.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=SUNWmission-control-pkgmap.txt

: 1 2539
1 d none bin 0755 root bin
1 f none bin/mc-account 0755 root bin 17604 27968 1225942675
1 i copyright 0 0 1225942679
1 i depend 201 16850 1225942679
1 d none lib 0755 root bin
1 s none lib/libmcclient.so=libmcclient.so.5.0.0
1 s none lib/libmcclient.so.5=libmcclient.so.5.0.0
1 f none lib/libmcclient.so.5.0.0 0755 root bin 23216 37766 1225942674
1 s none lib/libmissioncontrol-client.so=libmissioncontrol-client.so.0.4.3
1 s none lib/libmissioncontrol-client.so.0=libmissioncontrol-client.so.0.4.3
1 f none lib/libmissioncontrol-client.so.0.4.3 0755 root bin 176768 18894 1225942674
1 s none lib/libmissioncontrol-server.so=libmissioncontrol-server.so.1.3.1
1 s none lib/libmissioncontrol-server.so.1=libmissioncontrol-server.so.1.3.1
1 f none lib/libmissioncontrol-server.so.1.3.1 0755 root bin 210020 10494 1225942676
1 f none lib/mission-control 0755 root bin 11908 35629 1225942677
1 i pkginfo 478 37392 1225942679
1 d none share 0755 root bin
1 d none share/dbus-1 0755 root bin
1 d none share/dbus-1/services 0755 root bin
1 f none share/dbus-1/services/org.freedesktop.Telepathy.MissionControl.service 0644 root bin 92 8657 1225942677
1 d none share/gtk-doc 0755 root bin
1 d none share/gtk-doc/html 0755 root bin
1 d none share/gtk-doc/html/libmissioncontrol 0755 root bin
1 d none share/gtk-doc/html/libmissioncontrol-server 0755 root bin
1 f none share/gtk-doc/html/libmissioncontrol-server/McdChannel.html 0644 root bin 27172 48295 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/McdController.html 0644 root bin 6386 8852 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdDispatcher.html 0644 root bin 18509 44913 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdManager.html 0644 root bin 23804 12623 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdMaster.html 0644 root bin 28178 22119 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdMission.html 0644 root bin 27384 56883 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdOperation.html 0644 root bin 12303 15966 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdPresenceFrame.html 0644 root bin 35151 2211 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdProxy.html 0644 root bin 6367 7981 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/McdService.html 0644 root bin 19465 12799 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/ch01.html 0644 root bin 4390 63452 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/home.png 0644 root bin 654 8089 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/index.html 0644 root bin 3729 6824 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/index.sgml 0644 root bin 40647 65102 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/left.png 0644 root bin 459 49669 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-chan-handler.html 0644 root bin 3743 59131 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-connection.html 0644 root bin 23059 51419 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-debug.html 0644 root bin 7418 2517 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-dispatcher-context.html 0644 root bin 25586 20881 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-enum-types.html 0644 root bin 5598 8889 1225942677
1 f none share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server.devhelp 0644 root bin 25505 3283 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server.devhelp2 0644 root bin 28069 32954 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/right.png 0644 root bin 472 50613 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/style.css 0644 root bin 2331 54410 1225942676
1 f none share/gtk-doc/html/libmissioncontrol-server/up.png 0644 root bin 406 41501 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/McAccount.html 0644 root bin 52552 44094 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/McAccountMonitor.html 0644 root bin 14848 36166 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/McManager.html 0644 root bin 10927 58352 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/McProfile.html 0644 root bin 25346 28925 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/McProtocol.html 0644 root bin 14505 39900 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/ch01.html 0644 root bin 2656 32612 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/home.png 0644 root bin 654 8089 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/index.html 0644 root bin 2164 57065 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/index.sgml 0644 root bin 16591 45453 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/left.png 0644 root bin 459 49669 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html 0644 root bin 54913 23952 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/libmissioncontrol.devhelp 0644 root bin 12808 45277 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/libmissioncontrol.devhelp2 0644 root bin 14456 64469 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/right.png 0644 root bin 472 50613 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/style.css 0644 root bin 2331 54410 1225942676
1 f none share/gtk-doc/html/libmissioncontrol/up.png 0644 root bin 406 41501 1225942676

--Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)
Content-type: text/plain; name=SUNWtelepathy-glib-pkgmap.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=SUNWtelepathy-glib-pkgmap.txt

: 1 13729
1 i copyright 0 0 1225866195
1 i depend 201 16850 1225866195
1 d none lib 0755 root bin
1 s none lib/libtelepathy-glib.so=libtelepathy-glib.so.0.18.0
1 s none lib/libtelepathy-glib.so.0=libtelepathy-glib.so.0.18.0
1 f none lib/libtelepathy-glib.so.0.18.0 0755 root bin 749156 39222 1225866191
1 i pkginfo 555 44568 1225866196
1 d none share 0755 root bin
1 d none share/gtk-doc 0755 root bin
1 d none share/gtk-doc/html 0755 root bin
1 d none share/gtk-doc/html/telepathy-glib 0755 root bin
1 f none share/gtk-doc/html/telepathy-glib/TpBaseConnection.html 0644 root bin 63257 6292 1225866192
1 f none share/gtk-doc/html/telepathy-glib/TpBaseConnectionManager.html 0644 root bin 37160 57067 1225866192
1 f none share/gtk-doc/html/telepathy-glib/TpChannelFactoryIface.html 0644 root bin 46632 16015 1225866192
1 f none share/gtk-doc/html/telepathy-glib/TpChannelIface.html 0644 root bin 10976 3263 1225866192
1 f none share/gtk-doc/html/telepathy-glib/TpChannelManager.html 0644 root bin 68124 57104 1225866192
1 f none share/gtk-doc/html/telepathy-glib/TpDynamicHandleRepo.html 0644 root bin 16588 35883 1225866192
1 f none share/gtk-doc/html/telepathy-glib/TpExportableChannel.html 0644 root bin 10506 47590 1225866192
1 f none share/gtk-doc/html/telepathy-glib/TpStaticHandleRepo.html 0644 root bin 9594 36253 1225866192
1 f none share/gtk-doc/html/telepathy-glib/ch-client.html 0644 root bin 5582 43172 1225866192
1 f none share/gtk-doc/html/telepathy-glib/ch-dbus.html 0644 root bin 3722 65152 1225866192
1 f none share/gtk-doc/html/telepathy-glib/ch-protocol.html 0644 root bin 3628 58290 1225866192
1 f none share/gtk-doc/html/telepathy-glib/ch-service-base.html 0644 root bin 4894 44523 1225866192
1 f none share/gtk-doc/html/telepathy-glib/ch-service-dbus.html 0644 root bin 4886 41695 1225866192
1 f none share/gtk-doc/html/telepathy-glib/ch-service-handles.html 0644 root bin 2863 53136 1225866192
1 f none share/gtk-doc/html/telepathy-glib/ch-utilities.html 0644 root bin 3029 1773 1225866192
1 f none share/gtk-doc/html/telepathy-glib/home.png 0644 root bin 654 8089 1225866192
1 f none share/gtk-doc/html/telepathy-glib/index.html 0644 root bin 15468 35920 1225866192
1 f none share/gtk-doc/html/telepathy-glib/index.sgml 0644 root bin 307182 56340 1225866192
1 f none share/gtk-doc/html/telepathy-glib/left.png 0644 root bin 459 49669 1225866192
1 f none share/gtk-doc/html/telepathy-glib/right.png 0644 root bin 472 50613 1225866192
1 f none share/gtk-doc/html/telepathy-glib/style.css 0644 root bin 2331 54410 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-TpContactsMixin.html 0644 root bin 22227 26855 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-TpGroupMixin.html 0644 root bin 94996 49669 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-TpHeap.html 0644 root bin 13096 29623 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-TpIntSet.html 0644 root bin 36687 40786 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-TpPresenceMixin.html 0644 root bin 46911 22623 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-TpPropertiesMixin.html 0644 root bin 63718 41080 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-TpTextMixin.html 0644 root bin 30987 23888 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-asv.html 0644 root bin 41329 734 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-group.html 0644 root bin 212360 50113 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-media.html 0644 root bin 236898 13909 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-roomlist.html 0644 root bin 62502 7650 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-text.html 0644 root bin 163163 2355 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-tubes.html 0644 root bin 230832 6978 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-channel.html 0644 root bin 125745 20054 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-aliasing.html 0644 root bin 73581 46010 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-avatars.html 0644 root bin 138151 35345 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-caps.html 0644 root bin 51183 5742 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-contacts.html 0644 root bin 27053 52895 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-manager.html 0644 root bin 105219 25528 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-presence.html 0644 root bin 133338 44796 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-requests.html 0644 root bin 66913 33955 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-simple-presence.html 0644 root bin 49704 23087 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-connection.html 0644 root bin 281697 31674 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-dbus-properties-mixin.html 0644 root bin 53874 21171 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-dbus.html 0644 root bin 284073 31955 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-debug-ansi.html 0644 root bin 9868 64040 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-debug.html 0644 root bin 17738 15431 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-defs.html 0644 root bin 5447 62281 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-enums.html 0644 root bin 85531 10859 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-errors.html 0644 root bin 12224 32861 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-gtypes.html 0644 root bin 98192 38629 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-handle-repo.html 0644 root bin 70945 59544 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-handle.html 0644 root bin 8217 37333 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-interfaces.html 0644 root bin 35625 6449 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-media-interfaces.html 0644 root bin 309486 33976 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy-dbus-core.html 0644 root bin 88653 30543 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy-subclass.html 0644 root bin 58275 15852 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy-tp-properties.html 0644 root bin 67429 7608 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy.html 0644 root bin 37009 48000 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-run.html 0644 root bin 6544 18160 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-contactlist.html 0644 root bin 5096 50678 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-group.html 0644 root bin 95882 22886 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-media.html 0644 root bin 108708 15791 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-roomlist.html 0644 root bin 28370 31112 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-text.html 0644 root bin 78405 23336 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-tubes.html 0644 root bin 101013 18561 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel.html 0644 root bin 28312 63375 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-connection-manager.html 0644 root bin 30631 53784 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-connection.html 0644 root bin 299927 31442 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-generic.html 0644 root bin 56757 15858 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-media-interfaces.html 0644 root bin 125422 31547 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-svc.html 0644 root bin 10073 6113 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib-util.html 0644 root bin 20073 33735 1225866193
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp 0644 root bin 250131 35586 1225866192
1 f none share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp2 0644 root bin 274965 14198 1225866192
1 f none share/gtk-doc/html/telepathy-glib/up.png 0644 root bin 406 41501 1225866192

--Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)
Content-type: text/plain; name=empathy-help.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=empathy-help.txt

Usage:
  empathy [OPTION...] - Empathy Instant Messenger

Help Options:
  -?, --help                  Show help options
  --help-all                  Show all help options
  --help-gtk                  Show GTK+ Options

Application Options:
  -n, --no-connect            Don't connect on startup
  -h, --hide-contact-list     Don't show the contact list on startup
  -a, --accounts              Show the accounts dialog
  --display=DISPLAY           X display to use


--Boundary_(ID_GlPlUI6XybXv2ECLTotD0w)--

From Irene.Huang@sun.com Sun Nov 23 20:36:32 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAO4aVtY010443
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 23 Nov 2008 20:36:31 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAO4aU6W010583
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Sun, 23 Nov 2008 21:36:31 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAT00B05M4UYD00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Sun, 23 Nov 2008 21:36:30 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAT00ASJM4SVHC0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Sun,
 23 Nov 2008 21:36:29 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAO4aScb003449	for
 <LSARC-ext@Sun.Com>; Mon, 24 Nov 2008 04:36:28 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAT00101LZNXH00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Mon,
 24 Nov 2008 12:36:27 +0800 (SGT)
Received: from [129.158.217.225] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAT00MRFM4QVZZX@mail-apac.sun.com>; Mon,
 24 Nov 2008 12:36:27 +0800 (SGT)
Date: Mon, 24 Nov 2008 12:36:22 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: Empathy for OpenSolaris [LSARC/2008/720 FastTrack timeout
 11/25/2008]
In-reply-to: <4923B151.6020207@sun.com>
Sender: Irene.Huang@sun.com
To: Irene Huang <Irene.Huang@sun.com>
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@sun.com,
        Rick.Ju@sun.com
Message-id: <492A2F46.1000501@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811190623.mAJ6N6n0028036@sac.sfbay.sun.com>
 <4923B151.6020207@sun.com>
User-Agent: Thunderbird 2.0.0.18 (Windows/20081105)
Status: RO
Content-Length: 12740

This case is due time out on 11/25, any comments please send an email 
before then.

Thanks
--Irene

Irene Huang wrote:
> Hi, All
>
> Pkgmaps and the help document for the project is attached.
>
> --Irene
> Shi-Ying Irene Huang wrote:
>> Template Version: @(#)sac_nextcase %I% %G% SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>>      Empathy for OpenSolaris
>>     1.2. Name of Document Author/Supplier:
>>      Author:  Rick Ju
>>     1.3  Date of This Document:
>>     18 November, 2008
>> 4. Technical Description
>> 1. Introduction
>>    1.1. Project/Component Working Name:
>>
>>         telepathy-glib, Version 0.x
>>           A GLib-based helper library for clients and connection 
>> managers
>>
>>         libtelepathy,  Version 0.x
>>           A library to ease writing Telepathy clients in glib
>>
>>         telepathy-mission-control , Version 4.x
>>           A telepathy mission control component
>>
>>         empathy, Version 2.x           A Gnome IM/voice/video client
>>
>>    1.2. Name of Document Author/Supplier:
>>                 Author:         Rick Ju
>>         Sponser:        Irene Huang
>>
>>    1.3. Date of This Document:
>>
>>         11/06/2008
>>
>> 2. Technical Description:
>>     2.1. Details:
>>
>>     The Telepathy project is a unified framework for real-time 
>> communications.
>>     It uses the D-Bus messaging system to provide a simple interface
>>     for client applications, allowing them to quickly take advantage
>>     of Telepathy's benefits.
>>
>>     * Real-time: Telepathy supports instant messaging (both 
>> one-to-one and in
>>       groups), voice calls and video calls; it's less suited for
>>       store-and-forward applications like email.
>>
>>     * Unified: Different programs like Empathy and Pidgin can work 
>> together
>>       under telepathy framework.
>>
>>     * Framework: Telepathy allows the different aspects of communication
>>       handling to be divided between different parts of the system,
>>       making each part simpler.
>>
>>      At the core of Telepathy is the D-Bus interface specification which
>>      describes how Telepathy components communicate with each other.
>>
>>      For more infomation, please refer to
>>        Telepathy System Document:
>>         http://telepathy.freedesktop.org/wiki/System%20Overview
>>
>>        The Ubuntu spec for SIP/IM integration
>>         https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM
>>
>>        And Telepathy spec:
>>
>>         http://telepathy.freedesktop.org/spec.html
>>
>>      telepathy-glib
>>        The telepathy-glib library is a GObject-based C binding for the
>>        Telepathy D-Bus API.
>>
>>        List of major telepathy classes which are implemented:
>>         * TpBaseConnectionManager
>>           A connection manager base class. (Connection managers are 
>> responsible
>>           for establishing connections to particular IM or VOIP servers.
>>           One connection manager may provide support for one or more 
>> protocols,
>>           and may support one or more connections, depending upon
>>           implementation.)
>>
>>         * TpBaseConnection
>>           A connection base class (implements Telepathy.Connection,
>>           subclass it to describe how to connect to the given protocol
>>           and which factories to make)
>>
>>         * TpChannelFactoryIface
>>           A channel factory interface (used by the connection
>>           to see if any factories can service an incoming channel 
>> request).
>>
>>      libtelepathy
>>        Just like telepathy-glib, this is also a glib binding for the
>>        Telepathy D-Bus API.  This provides bindings for telepathy 
>> connection
>>        manager, channels and connection. For detailed infomation on 
>> telepathy        components, please refer to the Telepathy spec.
>>
>>      telepathy-mission-control
>>        Mission Control is a telepathy component providing a way for
>>        "end-user" applications to abstract some of the details of 
>> connection
>>        managers, to provide a simple way to manipulate a bunch of 
>> connection
>>        managers at once, and to remove the need for each program to 
>> keep track of
>>        the account definitions and credentials.
>>
>>        There will exist more than one MC component. It is probable 
>> that each
>>        desktop of importance will implement its own MC since its job 
>> is very
>>        tied to the workings of the underlying desktop environment and
>>        look-and-feel.
>>
>>        Each MC should however implement some well-defined API's much 
>> like
>>        each connection manager should respond to a set of 
>> well-defined telepathy
>>        API's. 
>>        For more infomation on Misson Control:
>>          http://telepathy.freedesktop.org/wiki/Mission%20Control
>>
>>      empathy:
>>        Empathy consists of a rich set of reusable instant messaging 
>> widgets,
>>        and a GNOME client using those widgets. It uses Telepathy, 
>>        Mission Control, and reuses Gossip's UI (Gossip is another 
>> telepathy
>>        client application). The main goal is to permit
>>        desktop integration by providing libempathy and libempathy-gtk
>>        libraries. libempathy-gtk is a set of powerful widgets that 
>> can be
>>        embeded into any GNOME application.
>>
>>        Features:
>>
>>        * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
>>          protocols supported by pidgin.
>>        * Account editor (specialized UI for most protocols)
>>        * Auto away and extended away using gnome-screensaver
>>        * Auto re-connect using Network Manager
>>        * Private and group chat (with smileys, spellcheck)
>>        * Powerful theme engine for chats
>>        * Log conversations, view/search in logs and prepend logs in 
>> new chats
>>        * Adding new contacts and viewing/editing contact information
>>        * Voice and Video call using VoIP Standards including SIP and 
>> Jingle.
>>        * Python bindings for libempathy and libempathy-gtk
>>
>>     2.2. Interfaces:
>>
>>              Exported Interfaces
>>                 Interface        Classification    Comments
>>                 --------------- ---------------    
>> -----------------------
>>
>>            telepathy-glib
>>
>>                 /usr/lib/libtelepathy-glib.so.0
>>                                      Volatile     Supporting libraries 
>>                 /usr/include/telepathy-1.0/telepathy-glib
>>                                      Volatile     directory of header 
>> files
>>                                                   for telepathy-glib
>>
>>                 /usr/lib/pkgconfig/telepathy-glib.pc
>>                                      Uncommitted  pkgconfig file
>>
>>                 SUNWtelepathy-glib   Uncommitted  packaging
>>                                                   contains binaries,
>>                                                   libraries.
>>                 SUNWtelepathy-glib-devel
>>                                      Uncommitted  development package
>>                                                   
>>            libtelepathy  
>>                 /usr/lib/libtelepathy.so.2
>>                                      Volatile    Supporting libraries 
>>                 /usr/include/telepathy-1.0/libtelepathy/
>>                                      Volatile     directory of header 
>> files
>>                                                   for libtelepathy
>>
>>                 /usr/local/lib/pkgconfig/libtelepathy.pc
>>                                      Uncommitted  pkgconfig file
>>
>>                 SUNWlibtelepathy     Uncommitted  packaging
>>                                                     contains binaries,
>>                                                     libraries.
>>                 SUNWlibtelepathy-devel
>>                                      Uncommitted  development package
>>
>>           telepathy-mission-control
>>
>>                 /usr/bin/mc-account
>>                                      Volatile    CLI
>>
>>                 /usr/lib/libmissioncontrol-client.so.0
>>                 /usr/lib/libmcclient.so.5
>>                                      Volatile    Supporting libraries 
>>                 /usr/include/libmcclient/
>>                 /usr/include/libmissioncontrol
>>                                      Volatile      directory of header
>>                                                    files
>>
>>                 /usr/share/dbus-1/services/
>>                 org.freedesktop.Telepathy.MissionControl.service
>>                                      Volatile       D-Bus service file
>>
>>                 SUNWmission-control
>>                                     Uncommitted    end-user packaging
>>                                                      contains binary,
>>                                                      libraries.
>>                 SUNWmission-control-devel
>>                                     Uncommitted    development package
>>
>>
>>           empathy
>>
>>                 empathy CLI         Volatile       See empathy-help.txt
>>
>>                 /usr/lib/libempathy.so.14
>>                 /usr/lib/libempathy-gtk.so.15
>>                 /usr/lib/megaphone-applet
>>                 /usr/lib/nothere-applet
>>                 /usr/lib/python2.4/site-packages/empathy.so
>>                 /usr/lib/python2.4/site-packages/empathygtk.so
>>                                      Volatile      Supporting libraries 
>>                 /usr/include/libempathy/
>>                 /usr/include/libempathy-gtk/
>>                                      Volatile    directory of header 
>> files
>>
>>                 SUNWempathy       Uncommitted    end-user packaging
>>                                                    contains binary,
>>                                                    libraries.
>>                 SUNWempathy-devel Uncommitted    development package
>>
>>           Imported Interfaces
>>                 Interface        Classification        Comments
>>                 --------------- --------------- -----------------------
>>                 GTK+             Committed        LSARC/2006/202
>>                 Pidgin           Volatile         LSARC/2007/309
>>
>>     2.3. Doc Impact:
>>              empathy: Man page is needed.
>>          2.4. Packaging & Delivery:
>>
>>          SUNWtelepathy-glib (base package)      - application i.e 
>> binary, libraries
>>          SUNWtelepathy-glib-devel               - Package of 
>> developer files
>>
>>          SUNWlibtelepathy (base package)        - application i.e 
>> binary, libraries
>>          SUNWlibtelepathy-devel                 - Package of 
>> developer files
>>
>>          SUNWmission-control (base package)     - application i.e 
>> binary, libraries
>>          SUNWmission-control-devel              - Package of 
>> developer files
>>
>>          SUNWempathy (base package)             - application i.e 
>> binary, libraries
>>          SUNWempathy-devel                      - Package of 
>> developer files
>>          SUNWempathy-l10n (localization)        - Localization.
>>
>>        2.5. Dependencies:
>>          GTK+
>>             2.6. L10N Impact:
>>                  telepathy-glib, libtelepathy, 
>> telepathy-mission-control:
>>            None
>>
>>          Empathy:
>>            The Desktop team and the G11N are working together to
>>            evaluate and provide I18N/L10N support.
>>
>>     2.7 Security Impact:
>>
>>         None.                 These modules are only used to provide 
>> the user interface, and do not
>>         contain any network protocol implementations.
>>
>>         Empathy depends on Pidgin for network protocol implementations.
>>     2.8 Reference:
>>
>>        Empathy project:          http://live.gnome.org/Empathy
>>
>>        Telepathy wiki:
>>          http://telepathy.freedesktop.org/wiki/
>>
>>        Telepathy System Document
>>          http://telepathy.freedesktop.org/wiki/System%20Overview
>>
>>        Telepathy spec
>>         http://telepathy.freedesktop.org/spec.html
>>
>>        The Ubuntu spec for SIP/IM integration          
>> https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM
>>
>>        Mission Control website:
>>          http://telepathy.freedesktop.org/wiki/Mission%20Control
>>
>>
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>        6.4.1. Consolidation C-team Name:
>>         Desktop
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>   
>


From Irene.Huang@Sun.COM Mon Nov 24 19:53:57 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAP3rudi005076
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 24 Nov 2008 19:53:57 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAP3rtl2013539
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 25 Nov 2008 03:53:55 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAV00M01ETUA800@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 24 Nov 2008 20:53:54 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAV00HIUETTF230@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 24 Nov 2008 20:53:54 -0700 (MST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAP3rq2W029907	for
 <LSARC-ext@Sun.COM>; Tue, 25 Nov 2008 03:53:52 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAV00C01ETMCS00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Tue,
 25 Nov 2008 11:53:52 +0800 (SGT)
Received: from [129.158.217.225] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAV001L3ETRGN97@mail-apac.sun.com>; Tue,
 25 Nov 2008 11:53:52 +0800 (SGT)
Date: Tue, 25 Nov 2008 11:53:46 +0800
From: Irene Huang <Irene.Huang@Sun.COM>
Subject: Re: Empathy for OpenSolaris [LSARC/2008/720 FastTrack timeout
 11/25/2008]
In-reply-to: <492A2F46.1000501@sun.com>
Sender: Irene.Huang@Sun.COM
To: Irene Huang <Irene.Huang@Sun.COM>
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@Sun.COM,
        Rick.Ju@Sun.COM
Message-id: <492B76CA.6060506@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811190623.mAJ6N6n0028036@sac.sfbay.sun.com>
 <4923B151.6020207@sun.com> <492A2F46.1000501@sun.com>
User-Agent: Thunderbird 2.0.0.18 (Windows/20081105)
Status: RO
Content-Length: 13133

Closed as approved.

--Irene
Irene Huang wrote:
> This case is due time out on 11/25, any comments please send an email 
> before then.
>
> Thanks
> --Irene
>
> Irene Huang wrote:
>> Hi, All
>>
>> Pkgmaps and the help document for the project is attached.
>>
>> --Irene
>> Shi-Ying Irene Huang wrote:
>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>> This information is Copyright 2008 Sun Microsystems
>>> 1. Introduction
>>>     1.1. Project/Component Working Name:
>>>      Empathy for OpenSolaris
>>>     1.2. Name of Document Author/Supplier:
>>>      Author:  Rick Ju
>>>     1.3  Date of This Document:
>>>     18 November, 2008
>>> 4. Technical Description
>>> 1. Introduction
>>>    1.1. Project/Component Working Name:
>>>
>>>         telepathy-glib, Version 0.x
>>>           A GLib-based helper library for clients and connection 
>>> managers
>>>
>>>         libtelepathy,  Version 0.x
>>>           A library to ease writing Telepathy clients in glib
>>>
>>>         telepathy-mission-control , Version 4.x
>>>           A telepathy mission control component
>>>
>>>         empathy, Version 2.x           A Gnome IM/voice/video client
>>>
>>>    1.2. Name of Document Author/Supplier:
>>>                 Author:         Rick Ju
>>>         Sponser:        Irene Huang
>>>
>>>    1.3. Date of This Document:
>>>
>>>         11/06/2008
>>>
>>> 2. Technical Description:
>>>     2.1. Details:
>>>
>>>     The Telepathy project is a unified framework for real-time 
>>> communications.
>>>     It uses the D-Bus messaging system to provide a simple interface
>>>     for client applications, allowing them to quickly take advantage
>>>     of Telepathy's benefits.
>>>
>>>     * Real-time: Telepathy supports instant messaging (both 
>>> one-to-one and in
>>>       groups), voice calls and video calls; it's less suited for
>>>       store-and-forward applications like email.
>>>
>>>     * Unified: Different programs like Empathy and Pidgin can work 
>>> together
>>>       under telepathy framework.
>>>
>>>     * Framework: Telepathy allows the different aspects of 
>>> communication
>>>       handling to be divided between different parts of the system,
>>>       making each part simpler.
>>>
>>>      At the core of Telepathy is the D-Bus interface specification 
>>> which
>>>      describes how Telepathy components communicate with each other.
>>>
>>>      For more infomation, please refer to
>>>        Telepathy System Document:
>>>         http://telepathy.freedesktop.org/wiki/System%20Overview
>>>
>>>        The Ubuntu spec for SIP/IM integration
>>>         https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM
>>>
>>>        And Telepathy spec:
>>>
>>>         http://telepathy.freedesktop.org/spec.html
>>>
>>>      telepathy-glib
>>>        The telepathy-glib library is a GObject-based C binding for the
>>>        Telepathy D-Bus API.
>>>
>>>        List of major telepathy classes which are implemented:
>>>         * TpBaseConnectionManager
>>>           A connection manager base class. (Connection managers are 
>>> responsible
>>>           for establishing connections to particular IM or VOIP 
>>> servers.
>>>           One connection manager may provide support for one or more 
>>> protocols,
>>>           and may support one or more connections, depending upon
>>>           implementation.)
>>>
>>>         * TpBaseConnection
>>>           A connection base class (implements Telepathy.Connection,
>>>           subclass it to describe how to connect to the given protocol
>>>           and which factories to make)
>>>
>>>         * TpChannelFactoryIface
>>>           A channel factory interface (used by the connection
>>>           to see if any factories can service an incoming channel 
>>> request).
>>>
>>>      libtelepathy
>>>        Just like telepathy-glib, this is also a glib binding for the
>>>        Telepathy D-Bus API.  This provides bindings for telepathy 
>>> connection
>>>        manager, channels and connection. For detailed infomation on 
>>> telepathy        components, please refer to the Telepathy spec.
>>>
>>>      telepathy-mission-control
>>>        Mission Control is a telepathy component providing a way for
>>>        "end-user" applications to abstract some of the details of 
>>> connection
>>>        managers, to provide a simple way to manipulate a bunch of 
>>> connection
>>>        managers at once, and to remove the need for each program to 
>>> keep track of
>>>        the account definitions and credentials.
>>>
>>>        There will exist more than one MC component. It is probable 
>>> that each
>>>        desktop of importance will implement its own MC since its job 
>>> is very
>>>        tied to the workings of the underlying desktop environment and
>>>        look-and-feel.
>>>
>>>        Each MC should however implement some well-defined API's much 
>>> like
>>>        each connection manager should respond to a set of 
>>> well-defined telepathy
>>>        API's.        For more infomation on Misson Control:
>>>          http://telepathy.freedesktop.org/wiki/Mission%20Control
>>>
>>>      empathy:
>>>        Empathy consists of a rich set of reusable instant messaging 
>>> widgets,
>>>        and a GNOME client using those widgets. It uses Telepathy, 
>>>        Mission Control, and reuses Gossip's UI (Gossip is another 
>>> telepathy
>>>        client application). The main goal is to permit
>>>        desktop integration by providing libempathy and libempathy-gtk
>>>        libraries. libempathy-gtk is a set of powerful widgets that 
>>> can be
>>>        embeded into any GNOME application.
>>>
>>>        Features:
>>>
>>>        * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
>>>          protocols supported by pidgin.
>>>        * Account editor (specialized UI for most protocols)
>>>        * Auto away and extended away using gnome-screensaver
>>>        * Auto re-connect using Network Manager
>>>        * Private and group chat (with smileys, spellcheck)
>>>        * Powerful theme engine for chats
>>>        * Log conversations, view/search in logs and prepend logs in 
>>> new chats
>>>        * Adding new contacts and viewing/editing contact information
>>>        * Voice and Video call using VoIP Standards including SIP and 
>>> Jingle.
>>>        * Python bindings for libempathy and libempathy-gtk
>>>
>>>     2.2. Interfaces:
>>>
>>>              Exported Interfaces
>>>                 Interface        Classification    Comments
>>>                 --------------- ---------------    
>>> -----------------------
>>>
>>>            telepathy-glib
>>>
>>>                 /usr/lib/libtelepathy-glib.so.0
>>>                                      Volatile     Supporting 
>>> libraries                 /usr/include/telepathy-1.0/telepathy-glib
>>>                                      Volatile     directory of 
>>> header files
>>>                                                   for telepathy-glib
>>>
>>>                 /usr/lib/pkgconfig/telepathy-glib.pc
>>>                                      Uncommitted  pkgconfig file
>>>
>>>                 SUNWtelepathy-glib   Uncommitted  packaging
>>>                                                   contains binaries,
>>>                                                   libraries.
>>>                 SUNWtelepathy-glib-devel
>>>                                      Uncommitted  development package
>>>                                                              
>>> libtelepathy                  /usr/lib/libtelepathy.so.2
>>>                                      Volatile    Supporting 
>>> libraries                 /usr/include/telepathy-1.0/libtelepathy/
>>>                                      Volatile     directory of 
>>> header files
>>>                                                   for libtelepathy
>>>
>>>                 /usr/local/lib/pkgconfig/libtelepathy.pc
>>>                                      Uncommitted  pkgconfig file
>>>
>>>                 SUNWlibtelepathy     Uncommitted  packaging
>>>                                                     contains binaries,
>>>                                                     libraries.
>>>                 SUNWlibtelepathy-devel
>>>                                      Uncommitted  development package
>>>
>>>           telepathy-mission-control
>>>
>>>                 /usr/bin/mc-account
>>>                                      Volatile    CLI
>>>
>>>                 /usr/lib/libmissioncontrol-client.so.0
>>>                 /usr/lib/libmcclient.so.5
>>>                                      Volatile    Supporting 
>>> libraries                 /usr/include/libmcclient/
>>>                 /usr/include/libmissioncontrol
>>>                                      Volatile      directory of header
>>>                                                    files
>>>
>>>                 /usr/share/dbus-1/services/
>>>                 org.freedesktop.Telepathy.MissionControl.service
>>>                                      Volatile       D-Bus service file
>>>
>>>                 SUNWmission-control
>>>                                     Uncommitted    end-user packaging
>>>                                                      contains binary,
>>>                                                      libraries.
>>>                 SUNWmission-control-devel
>>>                                     Uncommitted    development package
>>>
>>>
>>>           empathy
>>>
>>>                 empathy CLI         Volatile       See empathy-help.txt
>>>
>>>                 /usr/lib/libempathy.so.14
>>>                 /usr/lib/libempathy-gtk.so.15
>>>                 /usr/lib/megaphone-applet
>>>                 /usr/lib/nothere-applet
>>>                 /usr/lib/python2.4/site-packages/empathy.so
>>>                 /usr/lib/python2.4/site-packages/empathygtk.so
>>>                                      Volatile      Supporting 
>>> libraries                 /usr/include/libempathy/
>>>                 /usr/include/libempathy-gtk/
>>>                                      Volatile    directory of header 
>>> files
>>>
>>>                 SUNWempathy       Uncommitted    end-user packaging
>>>                                                    contains binary,
>>>                                                    libraries.
>>>                 SUNWempathy-devel Uncommitted    development package
>>>
>>>           Imported Interfaces
>>>                 Interface        Classification        Comments
>>>                 --------------- --------------- -----------------------
>>>                 GTK+             Committed        LSARC/2006/202
>>>                 Pidgin           Volatile         LSARC/2007/309
>>>
>>>     2.3. Doc Impact:
>>>              empathy: Man page is needed.
>>>          2.4. Packaging & Delivery:
>>>
>>>          SUNWtelepathy-glib (base package)      - application i.e 
>>> binary, libraries
>>>          SUNWtelepathy-glib-devel               - Package of 
>>> developer files
>>>
>>>          SUNWlibtelepathy (base package)        - application i.e 
>>> binary, libraries
>>>          SUNWlibtelepathy-devel                 - Package of 
>>> developer files
>>>
>>>          SUNWmission-control (base package)     - application i.e 
>>> binary, libraries
>>>          SUNWmission-control-devel              - Package of 
>>> developer files
>>>
>>>          SUNWempathy (base package)             - application i.e 
>>> binary, libraries
>>>          SUNWempathy-devel                      - Package of 
>>> developer files
>>>          SUNWempathy-l10n (localization)        - Localization.
>>>
>>>        2.5. Dependencies:
>>>          GTK+
>>>             2.6. L10N Impact:
>>>                  telepathy-glib, libtelepathy, 
>>> telepathy-mission-control:
>>>            None
>>>
>>>          Empathy:
>>>            The Desktop team and the G11N are working together to
>>>            evaluate and provide I18N/L10N support.
>>>
>>>     2.7 Security Impact:
>>>
>>>         None.                 These modules are only used to provide 
>>> the user interface, and do not
>>>         contain any network protocol implementations.
>>>
>>>         Empathy depends on Pidgin for network protocol implementations.
>>>     2.8 Reference:
>>>
>>>        Empathy project:          http://live.gnome.org/Empathy
>>>
>>>        Telepathy wiki:
>>>          http://telepathy.freedesktop.org/wiki/
>>>
>>>        Telepathy System Document
>>>          http://telepathy.freedesktop.org/wiki/System%20Overview
>>>
>>>        Telepathy spec
>>>         http://telepathy.freedesktop.org/spec.html
>>>
>>>        The Ubuntu spec for SIP/IM integration          
>>> https://wiki.ubuntu.com/MOTUIM/DesktopIntegrationSIPIM
>>>
>>>        Mission Control website:
>>>          http://telepathy.freedesktop.org/wiki/Mission%20Control
>>>
>>>
>>>
>>> 6. Resources and Schedule
>>>     6.4. Steering Committee requested information
>>>        6.4.1. Consolidation C-team Name:
>>>         Desktop
>>>     6.5. ARC review type: FastTrack
>>>     6.6. ARC Exposure: open
>>>
>>>   
>>
>


