[JDEV] error 406 when i try to auth a user with a component

2002-05-11 Thread Schweizer Laurent

Hello,

I want to auth a user with a component, but i receive a error 406 Not 
Acceptable

I have make the registration of the user (lschweiz) with a jabber client 
(Exodus)

Laurent Schweizer

component --> jabber server


jabber server --> component



component --> jabber server
c27a76bc0817418caf7260d5016ef8b6c29d02b6

jabber server --> component



component --> jabber
[EMAIL PROTECTED]


jabber --> component
[EMAIL PROTECTED]Not Acceptable


_
Discutez en ligne avec vos amis, essayez MSN Messenger : 
http://messenger.msn.com

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] problems setting up jabber-1.4.2 server

2002-05-11 Thread shashidhar sriramkumar

hello,

I am using Linux RedHat 7.1 version , and want to
setup jabber-1.4.2 with pth-1.4.0 version.

i am running jabber-1.4.1 server with mysql database.
i want to upgrade to jabber-1.4.2, for which i have
downloaded the latest server files. Then i copied my
old .xml files and all my transport files. i have not
changed any configurations in xml files after updating
from old jabber-1.4.1 server. Now when i run my
server, i am facing some problems:

My transports(yahoo, msn etc) are not functioning
properly.

Any request takes long time in processing , it gets
inside a while loop in
/home/jabber/jabber-1.4.2/jabberd/jabberd.c file ,
where there is a sleep time of 60 seconds given. i
have tried reducing the sleep time , but there is not
much improvement. the login, registration , requests
are taking 20-25 minutes to come out of the loop.

Also when no request comes from client, then also the
load check loop goes on executing , as we can see from
the log file.

can anyone help me to fix up the problem with
jabber-1.4.2.

thanks.

shashidhar

([EMAIL PROTECTED],  [EMAIL PROTECTED])

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] sending messages to jabber clients from a Java program

2002-05-11 Thread Pär-Ola Zander

> Hi ppl...I am new to the Jabber family and very excited about using this
> great tool...
> After my first round of scanning the existing documents on the web site
> I could not find how to send messages to jabber users from within a Java
> program.

I recommend that you try the Muse Jabber API at: http://www.echomine.org/projects/muse/

If you download the API and compile, you can then look in the Test-directory, the is 
code that you should be able to modify to suit your purposes. The downside is that the 
Muse API holds almost all functionality that is specified for a Jabber client using 
the Jabber protocol, so your client gets fatter than necessary. Since the whole API is 
free, maybe you can strip it to contain only your needed functionality (for instance 
send-only functionality). 

/Poz 
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] LOGS

2002-05-11 Thread DJ Adams

On Thu, May 02, 2002 at 12:43:47PM -, tom  drake wrote:
> Hi All,
> 
> Is there any way i can keep a log of the message that I'm sending 
> through my client. Jabber maintains only the record.log (login and 
> logout) and the error.log. I would like to keep track of the 
> number of message that I'm sending to jabber from my client, so is 
> there anyway of doing this. I wanted to know what this "Jabber 
> chatbot " is all about.

You may be interested in the "Server Module Updates" section of
http://jabberd.jabberstudio.org/1.4/142changelog.html

cheers
dj

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] type='error' in presence

2002-05-11 Thread Jim Seymour

Justin <[EMAIL PROTECTED]> wrote:
> 
> On Friday 10 May 2002 13:43, Jim Seymour wrote:
> > Julian Missig <[EMAIL PROTECTED]> wrote:
> > > Well, you treat type='error' however you want, we don't dictate that :)
> >
> > Well, yes, I realize *that* :).  What I'm wondering is if that would
> > be the logical thing to do?  Seems like it to me.
> 
> I don't think you need to treat it as 'unavailable', the server should take 
> care of that.  

One would think.  But apparently it does not.  Again, the presence
message received:


Online
Server Connect Failed


>You might consider logging the fact that there was an error, 
> so that the user can check on it later.  

I'm considering what else to do other than show the "buddy" off-line.

I considered doing an error pop-up, as is done with other errors.  But
if the user had a half-dozen buddies on the affected server that would
mean a half-dozen pop-ups.  No good ;).

>  Most clients probably don't do 
> anything with such presence errors though.

Seems they should...


Regards,
Jim
-- 
Jim Seymour  | PGP Public Key available at:
[EMAIL PROTECTED] | http://www.uk.pgp.net/pgpnet/pks-commands.html
http://jimsun.LinxNet.com|
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] type='error' in presence

2002-05-11 Thread Julian Missig

On Sat, 2002-05-11 at 22:43, Jim Seymour wrote:
> Justin <[EMAIL PROTECTED]> wrote:
> > 
> > On Friday 10 May 2002 13:43, Jim Seymour wrote:
> > > Julian Missig <[EMAIL PROTECTED]> wrote:
> > > > Well, you treat type='error' however you want, we don't dictate that :)
> > >
> > > Well, yes, I realize *that* :).  What I'm wondering is if that would
> > > be the logical thing to do?  Seems like it to me.
> > 
> > I don't think you need to treat it as 'unavailable', the server should take 
> > care of that.  
> 
> One would think.  But apparently it does not.  Again, the presence
> message received:
> 
>to='[EMAIL PROTECTED]/GAIM' type='error'>
>   Online
>   Server Connect Failed
> 
> 

Would you rather have the server tell you nothing? If type= is anything
other than 'available' then your client shouldn't be blindly assuming
it's available.

> >You might consider logging the fact that there was an error, 
> > so that the user can check on it later.  
> 
> I'm considering what else to do other than show the "buddy" off-line.
> 
> I considered doing an error pop-up, as is done with other errors.  But
> if the user had a half-dozen buddies on the affected server that would
> mean a half-dozen pop-ups.  No good ;).

At any given time, I probably get about 30 presence error messages each
time I connect.

> 
> >  Most clients probably don't do 
> > anything with such presence errors though.
> 
> Seems they should...

What would you recommend? Having them appear offline, or better yet, if
your client has an 'unknown' (for subscription type of 'from' or 'none')
show type seems adequate -- and if the user asks for more information
(or maybe activates the mechanism to see the 'status' message) you can
let them know there was an error in obtaining information about this
user's presence.

Julian
-- 
email: [EMAIL PROTECTED]
jabber:[EMAIL PROTECTED]

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] type='error' in presence

2002-05-11 Thread Tom Parker

Jim Seymour <[EMAIL PROTECTED]> wrote:

>>You might consider logging the fact that there was an error,
>> so that the user can check on it later.

>I'm considering what else to do other than show the "buddy" off-line.

>I considered doing an error pop-up, as is done with other errors.  But
>if the user had a half-dozen buddies on the affected server that would
>mean a half-dozen pop-ups.  No good ;).

I'm going to put a broken lightbulb next to the contact in the roster. Haven't
quite done it yet though.

BTW, I've taken over from Gurer Ozen developing Jabberwocky, an AmigaOS Jabber
client.

--
Tom Parker - [EMAIL PROTECTED]
   - http://www.carrott.org

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev