[JDEV] Questions on groupchat and yahoo transport..

Robin Elliott Stevenson robinste at fc.hp.com
Fri Sep 22 11:57:04 CDT 2000


Doh!  My CVSROOT didn't seem to be exported.  But I am still getting
"Unknown host jabber.org".

Thanks,
Robin

> -----Original Message-----
> From: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org]On Behalf Of
> David Waite
> Sent: Friday, September 22, 2000 10:44 AM
> To: jdev at jabber.org
> Subject: Re: [JDEV] Questions on groupchat and yahoo transport..
>
>
> do you have cvs installed?
>
> -David Waite
>
> Robin Elliott Stevenson wrote:
> >
> > I haven't checked any code out of CVS before, so I am
> refering to the "Quick
> > Start with CVS" documentation.  I'm a little confused by
> the first command.
> > >From a BASH prompt while connected to the Internet, I am
> typing "cvs -d
> > :pserver:robinste/*****@jabber.org.  The response is
> simply:  "cvs: command
> > not found".  Any help would be appreciated!
> >
> > Thanks,
> > Robin
> >
> > > -----Original Message-----
> > > From: jdev-admin at jabber.org
> [mailto:jdev-admin at jabber.org]On Behalf Of
> > > Keith Minkler
> > > Sent: Thursday, September 21, 2000 12:20 PM
> > > To: jdev at jabber.org
> > > Subject: Re: [JDEV] Questions on groupchat and yahoo transport..
> > >
> > >
> > > sure.. in the Makefile.am in the src folder (providing you
> > > checked the code out of CVS), the first line is a CFLAGS=
> > > line.. just add that flag  -DHAVE_SOCKS4 to that line..
> > >
> > > then run ./autogen.sh in the yahoo-transport folder, and run make
> > >
> > > I'm not sure about the environment variables though.
> > >
> > >
> > > On Thu, Sep 21, 2000 at 01:35:06PM -0600, Robin Elliott
> > > Stevenson wrote:
> > > > I would be very interested in trying to compile both the
> > > yahoo-transport and
> > > > the irc-transport with socks.  I have access to both a
> > > socks4 and socks5
> > > > server, and would be willing to test some stuff for you.
> > > However, I don't
> > > > use C, so I could use a little guidance.  Could you tell me
> > > what I need to
> > > > do to compile the  yahoo-transport with the -DHAVE_SOCKS4 flag?
> > > >
> > > > > -----Original Message-----
> > > > > From: jdev-admin at jabber.org
> > > [mailto:jdev-admin at jabber.org]On Behalf Of
> > > > > Keith Minkler
> > > > > Sent: Thursday, September 21, 2000 4:35 AM
> > > > > To: jdev at jabber.org
> > > > > Subject: Re: [JDEV] Questions on groupchat and yahoo
> transport..
> > > > >
> > > > >
> > > > > please see below for my responces...
> > > > >
> > > > > On Mon, Sep 18, 2000 at 01:00:31AM +0000, V.V.Srikanth wrote:
> > > > > > Hello,
> > > > > <snip/>
> > > > > > Groupchat question:
> > > > > >
> > > > > > I've downloaded the latest groupchat-transport sources from
> > > > > the CVS and
> > > > >
> > > > > the latest release is the groupchat 1.1 protocol.. some
> > > > > clients do not support this yet, and you may do better
> > > > > downloading the groupchat-t v1.0.2 available in CVS in the
> > > > > "OnePointOh" branch, or available on
> > > > >
> "http://download.jabber.org/dists/transports/groupchat-transport".
> > > > >
> > > > > > installed them on a Redhat 6.1 machine. Jabber server is
> > > > > running on the
> > > > > > machine and I am able to do one-on-one chat. I am not clear
> > > > > about how to
> > > > > > create different groups on the server. I have already
> > > > > created an 'agent' entry
> > > > > > in the jserver.xml file as follows:
> > > > > >
> > > > > > <agent jid="groups">
> > > > >
> > > > > this should be groups.yourserver.name .. like
> > > "groups.jabber.org" etc.
> > > > >
> > > > > >                 <name>Conference Server</name>
> > > > > >                 <description>You can create and participate
> > > > > in private group
> > > > > > conferences.</description>
> > > > > >                 <service>conference</service>
> > > > > >                 <groupchat/>
> > > > > >                 <register/>
> > > > > >         </agent>
> > > > >
> > > > > other than that, that looks good.
> > > > >
> > > > > >
> > > > > > I connect to the jabber server through Winjab and I get the
> > > > > following in the
> > > > > > agents listing:
> > > > > >
> > > > > > Conference server
> > > > > > JID: Groups
> > > > > > Transport?: NO
> > > > > >
> > > > > > But when I specify the agent name (as in jserver.xml) and
> > > > > try to join the
> > > > > > group or register, I get an 'Invalid Groupchat Protocol'
> > > > > error. Please let me
> > > > > > know if I am missing something here. Secondly, how do I
> > > > > create multiple chat
> > > > > > groups on the server?
> > > > >
> > > > > This is as i said above.. some clients do not support the new
> > > > > groupchat protocol.. (the Latest winjab has a checkbox for
> > > > > old 1.0 protocol, or new)
> > > > >
> > > > > chat rooms are created/destroyed as people enter/leave them.
> > > > >
> > > > > > Yahoo-transport question:
> > > > > >
> > > > > > Yahoo-transport has also been installed on the system but I
> > > > > connect to the
> > > > > > internet through a proxy. The connection fails as the
> > > > > request is unable to
> > > > > > reach the yahoo host. Is there a way of telling yahoo
> > > > > transport to connect
> > > > > > through a proxy (say through yahoo_trans.xml)?
> > > > >
> > > > > hrmm.. you can try compiling yahoo-transport with a
> > > > > -DHAVE_SOCKS4 flag.. this will tell yahoolib to use SOCKS4 to
> > > > > connect to the yahoo servers.. all the SOCKS4 stuff are setup
> > > > > in environment variables.. check www.socks.nec.com for
> > > > > details.. I am not sure if this works.. if it does, or if you
> > > > > get it to work, please let me know.. I know there are other
> > > > > people who would like this functionality as well, and I don't
> > > > > have a socks server to play with.
> > > > >
> > > > > Thanks!
> > > > >
> > > > > <snip/>
> > > > >
> > > > > Keith Minkler
> > > > >
> > > > > _______________________________________________
> > > > > jdev mailing list
> > > > > jdev at jabber.org
> > > > > http://mailman.jabber.org/listinfo/jdev
> > > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > jdev mailing list
> > > > jdev at jabber.org
> > > > http://mailman.jabber.org/listinfo/jdev
> > >
> > > _______________________________________________
> > > jdev mailing list
> > > jdev at jabber.org
> > > http://mailman.jabber.org/listinfo/jdev
> > >
> >
> >
> > _______________________________________________
> > jdev mailing list
> > jdev at jabber.org
> > http://mailman.jabber.org/listinfo/jdev
> >
> >
> >
>
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>





More information about the JDev mailing list