Re: [JDEV] Capturing user logoff

2002-03-18 Thread raditha dissanayake
there is a table called last which holds this information. Glen Starchman wrote: > I am using the xdb_sql module for user authentication, so being able to > tell when a user logs in is trivial. However, is there a mechanism > whereby I can tell when a user logs off? > > Regards. > >

Re: [JDEV] Capturing user logoff

2002-03-18 Thread raditha dissanayake
hi, the table named last holds this information. Glen Starchman wrote: > I am using the xdb_sql module for user authentication, so being able to > tell when a user logs in is trivial. However, is there a mechanism > whereby I can tell when a user logs off? > > Regards. > > __

Re: [JDEV] Users cannot reconnect after the jabberd is restarted

2002-03-18 Thread raditha dissanayake
Hi this is probably similar to the situation that derek ran into. My guess is that you don't have the permissions set correctly in your spool directory and the user's xml is not been saved there. Tom Kohl wrote: > I am having a problem with users not able to reconnect after the jabberd is >

Re: [JDEV] JECL library for Win32

2002-03-18 Thread David Waite
I'm almost finished with my own port. The socket stuff was definately the hardest part - windows async sockets are rather messed up IMO. Condition variables are also tough ; Events are just a bit ugly compared to pthread condition variables. There are still some issues in the way sockets work,

[JDEV] RE: JECL library for Win32

2002-03-18 Thread Dong Yan
Max, Thank you very much! Could you please send your stuff to me? I would really appreciate it. You may send it to me to either of the following email address: [EMAIL PROTECTED] [EMAIL PROTECTED] Many Thanks! Don --__--__-- Message: 1 From: Max Metral <[EMAIL PROTECTED]> To: "'[EMAIL PRO

Re: [JDEV] Re: Protocol Change

2002-03-18 Thread Peter Saint-Andre
However, note that the use of the element is probably deprecated at this point -- it was used in the 1.0 server as a way to help prevent spoofing, but that problem was solved more elegantly and generally with server dialback. Peter -- Peter Saint-Andre email+jabber: [EMAIL PROTECTED] weblog: ht

Re: [JDEV] JabberApplet - anyone got latest code working?

2002-03-18 Thread jsiegle
I am running this client fine. I am running version 1.1.0.29 with jabber-1.4.2. That looks like mio talking. What does your auth module say? On Sun, 17 Mar 2002, Bradley Kieser wrote: > Hi, > > I have spent a week trying to get the JabberApplet to run. I get as far > as Please Wait Logon .

[JDEV] jpolld where r u ??

2002-03-18 Thread Robert Kelly
I have just started working on jpolld myself and this is what I did to get the jpolld application ... (hope this helps) 1) load cvs on the system if it's not already there. 2) Use cvs to download the jpolld, libjabber and libxode kits mkdir /jabberstudio

[JDEV] Re: Protocol Change

2002-03-18 Thread Stephen Pendleton
That may be exactly what is happening (the key tag is malformed), because a key was not sent from the server - so the client is sending a malformed one back. I should of figured that one out! :-) Apparently on earlier versions of jabberd the key was always sent and the client expected it. Now appa

Re: [JDEV] Protocol Changes

2002-03-18 Thread DJ Adams
On Mon, Mar 18, 2002 at 12:02:07PM -0500, Stephen Pendleton wrote: > It seems that there has been a slight protocol change on the jabber.org > development server. In particular, when registering on a gateway it used to > be required that a "key" was exchanged between the client and the server. > N

[JDEV] Protocol Changes

2002-03-18 Thread Stephen Pendleton
It seems that there has been a slight protocol change on the jabber.org development server. In particular, when registering on a gateway it used to be required that a "key" was exchanged between the client and the server. Now it seems that the requirement has been dropped and clients that send the

[JDEV] JabberApplet - anyone got latest code working?

2002-03-18 Thread Bradley Kieser
Hi, I have spent a week trying to get the JabberApplet to run. I get as far as Please Wait Logon Done Gateways Contacts Then nothing. It looks like it hangs. I get brad3JabberAppletInternal Server Error in the log file. Other Jabber clients work and log in correctly with

[JDEV] Users cannot reconnect after the jabberd is restarted

2002-03-18 Thread Tom Kohl
I am having a problem with users not able to reconnect after the jabberd is restarted. Server complains that the username or password is incorrect but I know the values are correct. Strange I have two users that work fine but all other uses don't. Any help would be greatly appreciated. Thanks. -

[JDEV] Help on developing jabber client needed!

2002-03-18 Thread Tom Dukefoss
Hello! We are a small team of university students, developing a client with the ability to chat around an artifact (video or picture). This will be used in remote teaching, where the teacher control which artifact is displayed on all clients connected to a teaching "room". It seems Jabber contain

[JDEV] jpolld where r u ??

2002-03-18 Thread Riyaad Miller
Hello All i'm trying to build jpolld on a redhat 7.2 server question is a - where do i find the latest jpolld the current one i have give me Bareword found where operator expected at Makefile line 2, near "$(MAKE" (Missing operator before MAKE?) Bareword found where operator expected at

[JDEV] On Privacy/Invisibility (aka: Buddy Permit/Deny)

2002-03-18 Thread Jean Louis Seguineau
Jim, Well, my idea was that this kind of xml would be interpreted as 1- I, as the query originating user, don't want to have anything to do with [EMAIL PROTECTED] , hence the "deny" without any kind of sub elements in the tag, 2- [EMAIL PROTECTED] will be denied to receive/send any and (as sp