Vinayak Gundu Samant | 4 Nov 2002 06:34
Picon

Trouble creating correct user.xml files.

Hi,
	I am creating the user files myself even before the user logs in.  
I am using the module for authentication using a pop3 server.  Basically I
have a list of all the users and their names. I am adding the users to the
friends list in appropriate groups beforehand so that ppl don't have to
add up all the 600 odd users on the server. I am doing this by creating
the user.xml files in the spool directory. However there seems to be
some problem with the xml file that I create because when I tried to test 
it as a user, nobody appered in the friends list. Below is a sample of 
that file. Is there any limit on the friends list that can be created in a
jabber client ? Or is there some problem with the xml file.
All the parts except the <item>...</item? are common to all user.xml 
files.

<xdb>
<query xmlns='jabber:iq:roster' xdbns='jabber:iq:roster'>
<item jid='pgp18110 <at> 192.168.1.193' name='Subod Kumar' subscription='both'>
<group>PGP-1</group></item>
<item jid='pgp18111 <at> 192.168.1.193' name='Tarun Kumar' subscription='both'>
<group>PGP-1</group></item>
</query>

<query xmlns='jabber:iq:last' last='1036386543' xdbns='jabber:iq:last'/></xdb>

Bye,
-Vinayak

Vinayak Gundu Samant | 4 Nov 2002 10:05
Picon

Re: Login fail error 401


Hi,
	Did you carry out tests using simple old telnet ? Is that port 
blocked by security systems there ?

Bye,
Vinayak

On Mon, 4 Nov 2002, LEBRETON Philippe wrote:

> hello,
> 
> I have installed Jabber on Debian, i create a user with exodus, but i
> can't connect :
> error 401.
> 
> Where is the problem.
> 
> Thanks
> 
> Philippe LEBRETON
> 
> _______________________________________________
> jadmin mailing list
> jadmin <at> jabber.org
> http://mailman.jabber.org/listinfo/jadmin
> 

--

-- 
-Vinayak
(Continue reading)

Vinayak Gundu Samant | 5 Nov 2002 14:50
Picon

Re: Central Authentications.

Hi,
	Yes. This should probably be put into the standard package. Helps 
in a great way when you want to integrate jabber into established 
user-passwd systems..

bye,
Vinayak

 On Tue, 5 Nov 2002, raditha dissanayake wrote:

> Hi Chris,
> I didn't know about this. Honest! but i am looking at it right now :-)
> 
> 
> Chris Pile wrote:
> 
> >I was under the impression that my module was quite well known.... maybe
> >not.
> >
> >http://www.snoogans.co.uk/jabber/index.htm#xdb_auth_cpile
> >
> >There are many ppl using this for various authentication mechanisms,
> >currently it supports:
> > IMAP, LDAP (including AD), MYSQL, PAM, POP3, RADIUS, SMB
> >
> >It uses the official XDB "check" authentication mechanism as described
> >in the jabber-1.4.2 ChangeLog:
> >http://jabberd.jabberstudio.org/1.4/142changelog.html
> >
> >
(Continue reading)

Vinayak Gundu Samant | 12 Nov 2002 12:23
Picon

Proxy and jabberd usage.

Hi all,
	Here in intranet there are around 500 msn and yahoo users. I plan 
to setup a jabberd server with the msn and yahoo transports so that the 
msn and yahoo traffic is diverted to the jabber server. Would this result 
in any improvement of the performance of the proxy server or the internet 
usage ? What other issues would be involved in taking stock of the 
performance of whole system ( ie the older system with just proxy and 
newer with proxy and jabber ) .

--

-- 
-Vinayak

Vinayak Gundu Samant | 12 Nov 2002 14:54
Picon

Re: Proxy and jabberd usage.

Hi,
	The first part of asking users to use jabber for intra-net 
communication is already being setup. But Still if we let users use msn 
and yahoo then I can't force it onto them.

	I was talking of squid proxy only. MSN and yahoo can't be blocked 
off completely as users will crib , they use it heavily ! I was just 
wondering if proxy could be better utilized, ie its performance could be 
improved if jabber was used for them.

Bye,
Vinayak

 On Tue, 12 Nov 2002, raditha dissanayake wrote:

> Hi Vinayak,
> Are you trying to preserver your bandwidth? If so you would be better 
> off asking your users to stick to jabber exclusively for their internal 
> communications. Then everything stays within your lan and saves a lot of 
> bandwidth. Also gives you added security.
> 
> As for proxy i assume you are talking about an http proxy like squid. 
> Yahoo uses an http transport when it sometimes goes through firewalls. 
> This can be directed to your proxy using iptables or something similar. 
> Better still use iptables to block yahoo and msn completly ;-)
> 
> 
> 
> 
> Vinayak Gundu Samant wrote:
(Continue reading)

Vinayak Gundu Samant | 16 Nov 2002 21:32
Picon

Re: Exodus clients can no longer connect (server fine yesterday).

Hi,
	Here too the Exodus client is d/c and reconnecting many users on 
win98 or XP . For 
other OS's it's working fine though... Other clients work fine on same 
machine though.

Bye,
Vinayak

On Sat, 16 Nov 2002, C. Posey wrote:

> Sat Nov 16 12:20:41 EST 2002
> ------------------------------------------------------------------------
> 
> Server was working fine - now none of the Exodus users can login.
> Haven't really changed anything either. They get disconnected
> immediately. Anyone else with these problems.
> 
> 
> _______________________________________________
> jadmin mailing list
> jadmin <at> jabber.org
> http://mailman.jabber.org/listinfo/jadmin
> 

--

-- 
-Vinayak

Vinayak Gundu Samant | 20 Nov 2002 14:20
Picon

Re: jabberd help


On Wed, 20 Nov 2002, Ronald Wiplinger wrote:

> We are out of luck!! Nobody is listening. I am at the same point!!!
> Exactly the same error on the same place, following exactly the manual.

> > <stream:stream
> > to='yourhostname'
> > xmlns='jabber:client'
> > xmlns:stream='http://etherx.jabber.org/streams'>

	Sorry but similar thing had happened to me because the 
'yourhostname' must be changed to 'localhost' or to 'IPNUMBER' if testing 
from a different machine. Actually if you had tested a client then 
probably you would have seen everything working fine.

> >
> > but it seems any other commands from the guide and variants cause a
> > disconnect.
> >
> > ie:
> > <iq id='reg1' type='get'>
> > <query xmlns='jabber:iq:register'/>
> > </iq>
> >
> >
> > <stream:error>Disconnected</stream:error></stream:stream>Connection
> > closed by foreign host.
> >
> > Any help will be appreciated
(Continue reading)

Vinayak Gundu Samant | 25 Nov 2002 13:28
Picon

A client which doesn't write in system folders.

Hi,
	Does anybody have a client for windows which doesn't write the
configuration files in the systems folders. Rival and Exodus write their
config in the Program Files directory. Due to policy being followed here,
users can write only in their allocated space in the Documents and
Settings folders.
	Is their any client available which writes only in the user home 
directory and nowhere else ? I have seen myJabber but it's not as 
good in terms of looks as Exodus and Rival....

Bye,
-Vinayak

Vinayak Gundu Samant | 28 Nov 2002 14:19
Picon

File transfer in clients

Hi,
	Does the file transfer used by various jabber clients require a
special port to be open ? We have a firewall between various groups of
computers. While transferring files, sometimes the transfers get timed out
and sometimes result in only file of zero bytes being sent.

	Could anyone tell me which port needs to be opened so that I can 
talk to the authorities or there are other reasons ? Right now port 5222 
must be already open.

Bye,
-Vinayak

raditha dissanayake | 1 Nov 2002 17:11

Re: Server Switch in regards to users, please advise

Ken if you use sed you can save yourself a lot of painfull search and 
replace work.

Ken Wermann wrote:

>Thank you ALL!!!!!!!
>
>Ken Wermann
>Systems Administrator
> 
>MIS Training Institute
>(508) 879-7999 x367
>kwermann <at> misti.com
>http://www.misti.com
>
>
>-----Original Message-----
>From: jadmin-admin <at> jabber.org [mailto:jadmin-admin <at> jabber.org] On Behalf
>Of Peter Saint-Andre
>Sent: Thursday, October 31, 2002 10:58 AM
>To: jadmin <at> jabber.org
>Subject: RE: [jadmin] Server Switch in regards to users, please advise
>
>Yes, you can change all the user.xml files that way and when users log
>into jabber.misti.com they should be good to go.
>
>Peter
>
>--
>Peter Saint-Andre
(Continue reading)


Gmane