[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jabber-jadmin
Subject:    RE: [jadmin] ICQ Transport + AIM Transport
From:       Jay Graves <jay () skabber ! com>
Date:       2002-02-28 22:51:51
[Download RAW message or body]

I did not that the folling is how I have the jabber.xml set up

<service type="aim" jid="aim.jabber.kore.com" name="AIM Transport">
          <ns>jabber:iq:gateway</ns>
          <ns>jabber:iq:register</ns>
</service>

  <service id="aim.jabber.kore.com">
    <aimtrans xmlns='jabber:config:aimtrans'>
   
<aimbinarydir>/usr/local/jabber/jabber-1.4.2/aim-transport-0.9.24c/Install_AIM_3.5.1670.exe</aimbinarydir>
  <vCard>
        <FN>AIM Transport</FN>
        <DESC>An AIM Transport!</DESC>
        <URL>http://www.kore.com/</URL>
      </vCard>
    </aimtrans>
    <load>
<aim_transport>/usr/local/jabber/jabber-1.4.2/aim-transport-0.9.24c/src/aimtrans.so</aim_transport>
  </load>
  </service>

and this produces a non working aim transport

On Wed, 2002-02-27 at 23:47, Riyaad Miller wrote:
> like i said ....
> 
> 'do note that the file Install_AIM_3_5_1670.exe actually lives in 
> > the aim-transport-0.9.24c directory.
> > hope this helps'
> 
> > -)
> the file is in the specified directory 
> 
> -----Original Message-----
> From: Jay Graves [mailto:jay@skabber.com]
> Sent: Wednesday, February 27, 2002 6:18 PM
> To: jabber
> Subject: RE: [jadmin] ICQ Transport + AIM Transport
> 
> 
> wait your aim binary dir is
> <aimbinarydir>./aim-transport-0.9.24c/Install_AIM_3_5_1670.exe</aimbinarydir>
> is that a directory or are you pointing to the actual binary .exe file
> 
> I used that .exe file to do an install on windows and then copied that
> directory over to my jabber directory in Linux.
> 
> 
> 
> On Wed, 2002-02-27 at 07:27, Riyaad Miller wrote:
> > I just got the bloody thing working :-)
> > Here's what I did 
> > 
> > jabber.xml 
> > ....
> > <service id='aim.your.server'>
> > <aimtrans xmlns='jabber:config:aimtrans'>
> > <aimbinarydir>./aim-transport-0.9.24c/Install_AIM_3_5_1670.exe</aimbinarydir>
> > <vCard>
> > <FN>AIM Transport</FN>
> > <DESC>An AIM Transport!</DESC>
> > <URL>http://your.server/</URL>
> > </vCard>
> > </aimtrans>
> > <load>
> > <aim_transport>./aim-transport-0.9.24c/src/aimtrans.so</aim_transport>
> > </load>
> > </service>
> > ....
> > 
> > do note that the file Install_AIM_3_5_1670.exe actually lives in 
> > the aim-transport-0.9.24c directory.
> > hope this helps
> > 
> > last thing ...the icq and aim transports are interchangable (read this somewhere)
> > is this so ????
> > -----Original Message-----
> > From: Nathan Sharp [mailto:spamnps+jabber@phoenix-int.com]
> > Sent: Wednesday, February 27, 2002 4:00 PM
> > To: jadmin@jabber.org
> > Subject: Re: [jadmin] ICQ Transport + AIM Transport
> > 
> > 
> > I've stopped using the AIM transport now, but when I was using it before I would
> > get those exact error messages even when it was working.  This leads me to \
> > believe that they might have nothing to do with your problem.  Also, if you \
> > mis-type your password or username, it never reports any errors and just behaves \
> > exactly as you described.  You might double check all that.
> > If that isn't it, I probably can't help.
> > 
> > Nathan
> > 
> > --
> > Nathan P Sharp
> > 
> > 
> > Jay Graves wrote:
> > 
> > > Now I am trying to get the aim transport 0.9.24c to work but am having
> > > trouble.
> > > 
> > > I have compiled the aim transport .so and I have an aim directory with
> > > the contents of Install_AIM_3.5.1670.exe that I had installed on a
> > > windows system.
> > > 
> > > the relavent part of my jabber.xml is this
> > > -------------------------------------------------------
> > > <service type="aim" jid="aim.jabber.test.com" name="AIM Transport">
> > > <ns>jabber:iq:gateway</ns>
> > > <ns>jabber:iq:register</ns>
> > > </service>
> > > 
> > > <service id="aim.jabber.test.com">
> > > <load>
> > > 
> > > <aim_transport>./aim-transport-0.9.24c/src/aimtrans.so</aim_transport>
> > > </load>
> > > <aimtrans xmlns="jabber:config:aimtrans">
> > > <aimbinarydir>/usr/local/jabber/jabber-1.4.2/aim</aimbinarydir>
> > > <vCard>
> > > <FN>AIM Transport</FN>
> > > <DESC>An AIM Transport!</DESC>
> > > <URL>http://www.test.com/</URL>
> > > </vCard>
> > > </aimtrans>
> > > </service>
> > > --------------------------------------------------------------
> > > the name of my server has been changed to protect the innocent
> > > --------------------------------------------------------------
> > > 
> > > When I start my server I get the following messages
> > > --------------------------------------------------------------
> > > 20020226T20:52:52: [notice] (-internal): initializing server
> > > 20020226T20:52:52: [notice] (aim.jabber.test.com): AIM-Transport
> > > starting up for instance aim.jabber.test.com...
> > > New session for jgraves@jabber.test.com/Work
> > > aim_tx_new: ERROR: no connection specified
> > > aim_tx_new: ERROR: no connection specified
> > > New session for jr@jabber.test.com/Work
> > > --------------------------------------------------------------
> > > 
> > > I can then register with the gateway (with JabberIM) and add users, but
> > > it looks like nothing every happens.  I am never actually logged into
> > > the aim service.
> > > 
> > > what could be my problem ?
> > > 
> > > On Tue, 2002-02-26 at 05:52, Rodrigo Roman wrote:
> > > > 0-9-24c
> > > > 
> > > > dedalo
> > > > 
> > > > -----Mensaje original-----
> > > > De: Riyaad Miller [mailto:RMiller@mweb.com]
> > > > Enviado el: Martes, 26 de Febrero de 2002 09:23 a.m.
> > > > Para: jadmin@jabber.org
> > > > Asunto: RE: [jadmin] ICQ Transport
> > > > 
> > > > gr8 stuff
> > > > which ver ?
> > > > -----Original Message-----
> > > > From: Rodrigo Roman [mailto:dedalo@ferengi.com.ar]
> > > > Sent: Tuesday, February 26, 2002 1:26 PM
> > > > To: 'jadmin@jabber.org'
> > > > Subject: RE: [jadmin] ICQ Transport
> > > > You can just use your AIM module :) I'm doing that!
> > > > -----Mensaje original-----
> > > > De: Riyaad Miller [HYPERLINK
> > > > "mailto:RMiller@mweb.com"mailto:RMiller@mweb.com]
> > > > Enviado el: Martes, 26 de Febrero de 2002 07:33 a.m.
> > > > Para: Jabber Administration (E-mail); Jabber Developers (E-mail)
> > > > Asunto: [jadmin] ICQ Transport
> > > > Hi ALL
> > > > Just recapping on old topic
> > > > Is there a working version of this transport available yet for Jabber 1.4.1?
> > > > 
> > > > If so ...please let me know where!
> > > > > -)
> > > > Thanks
> > > > Regards RM
> > > > _______________________________________________
> > > > jadmin mailing list
> > > > jadmin@jabber.org
> > > > HYPERLINK "http://mailman.jabber.org/listinfo/jadmin"
> > > > \nhttp://mailman.jabber.org/listinfo/jadmin
> > > > ---
> > > > Incoming mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (HYPERLINK "http://www.grisoft.com"
> > > > \nhttp://www.grisoft.com).
> > > > Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
> > > > 
> > > > 
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (HYPERLINK "http://www.grisoft.com"
> > > > \nhttp://www.grisoft.com).
> > > > Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
> > > > 
> > > > 
> > > > ---
> > > > Incoming mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
> > > > 
> > > > 
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.325 / Virus Database: 182 - Release Date: 19/02/2002
> > > > 
> > > --
> > > 
> > > Jay Graves
> > > 303-881-2087
> > > jay@skabber.com
> > > jay.skabber.com
> > > 
> > > O__
> > > _/`.\
> > > `=( '
> > > 
> > > _______________________________________________
> > > jadmin mailing list
> > > jadmin@jabber.org
> > > http://mailman.jabber.org/listinfo/jadmin
> > 
> > _______________________________________________
> > jadmin mailing list
> > jadmin@jabber.org
> > http://mailman.jabber.org/listinfo/jadmin
> > _______________________________________________
> > jadmin mailing list
> > jadmin@jabber.org
> > http://mailman.jabber.org/listinfo/jadmin
> > 
> -- 
> 
> Jay Graves 
> 303-881-2087 
> jay@skabber.com
> jay.skabber.com
> 
> O__                        
> _/`.\             
> `=( '
> 
> 
> _______________________________________________
> jadmin mailing list
> jadmin@jabber.org
> http://mailman.jabber.org/listinfo/jadmin
> _______________________________________________
> jadmin mailing list
> jadmin@jabber.org
> http://mailman.jabber.org/listinfo/jadmin
> 
-- 

Jay Graves 
303-881-2087 
jay@skabber.com
jay.skabber.com

       O__                        
      _/`.\             
          `=( '


_______________________________________________
jadmin mailing list
jadmin@jabber.org
http://mailman.jabber.org/listinfo/jadmin


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic