On 11-01-04 10:48 AM, Asai wrote:
I'm using SOGo integrator for Windows 3.104 along with the corresponding Connector and Lightning.
Your configuration seems a bit weird - see below.

Here's extensions.rdf:
<?xml version="1.0"?>
<!DOCTYPE RDF>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
  xmlns:isi="http://inverse.ca/sogo-integrator/";
  xmlns:em="http://www.mozilla.org/2004/em-rdf#";
  xmlns:NC="http://home.netscape.com/NC-rdf#";>
<Seq about="http://inverse.ca/sogo-integrator/extensions";
isi:updateURL="http://globlchangemultimedia.net/sogoscripts/updates.php?plugin=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;platform=%PLATFORM%";>
Don't you have a typo here? globlchangemultimedia -> globalchangemultimedia
<li>
<Description
        em:id="[email protected]"
        em:name="SOGo Integrator"/>
</li>
<li>
<Description
        em:id="[email protected]"
        em:name="SOGo Connector"/>
</li>
</Seq>
</RDF>

Here's updates.php:
<?php


/* This script handles the automatic propagation of extensions pertaining to a
   SOGo site */
$plugins
= array( "[email protected]"
         => array( "application" => "thunderbird",
                   "version" => "0.97",
                   "filename" => "sogo-connector-0.97.xpi" ),
     "[email protected]"
     => array( "application" => "thunderbird",
           "version" => "0.97",
           "filename" => "sogo-integrator-0.97-gcmm.xpi" ),
     "{3550f703-e582-4d05-9a08-453d09bdfdc6}"
     => array( "application" => "thunderbird",
           "version" => "0.9.7",
           "filename" => "lightning-0.9.7.xpi" ));

Why are you using Thunderbird 3.1 but pushing TB2 extensions?

--
Ludovic Marcotte
[email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to