Re: [JDEV] IM

2002-04-01 Thread r-a-v-i
Hi Satish, no response from u ... Tx n Rgds r-a-v-i - Original Message - From: Satish Reddy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 01, 2002 1:37 PM Subject: Re: [JDEV] IM very simple http://jabberd.jabberstudio.org/howto.html . check this .. Best

Re: Re: [JDEV] IM

2002-04-01 Thread lolly
hey satish! went throught the howto! but cant run the gzip,tar commands from the dos promp...and other alternative i've unzipped the zip file through windows...and cant run either the tar or the ./configure commands... plz help lalita On Mon, 01 Apr 2002 r-a-v-i wrote : Hi

Re: [JDEV] IM

2002-04-01 Thread raditha dissanayake
jabber server is primarily available for linux. If you want to install it under windows you have to use cygwin. There are also two versions of jabber server for windows out there but AFAIK these are commercial. lolly wrote: hey satish! went throught the howto! but cant run the

Re: [JDEV] IM

2002-04-01 Thread Satish Reddy
yeah installing cygwin will also do !! :) raditha dissanayake wrote: jabber server is primarily available for linux. If you want to install it under windows you have to use cygwin. There are also two versions of jabber server for windows out there but AFAIK these are commercial. lolly

Re: Re: [JDEV] IM

2002-04-01 Thread lolly
i've installed cygwinand could continue the setup process upto the command ./configure now how am i supposed to 'make' it. i've also installed make-3.79.tar.gz from gnu site what next??? On Mon, 01 Apr 2002 Satish Reddy wrote : yeah installing cygwin will also do !! :) raditha

[JDEV] Online users

2002-04-01 Thread prasanta lenka
Hello every body, I'm running jabber 1.4.1 server. I want to know the total no. of online users ant any time.can any one help me please how to get it. Please specify step by step methods involved in this Thanks and regards prasant __ Do

Re: [JDEV] IM

2002-04-01 Thread Satish Reddy
did u r ./configure has been sucessful with out any errors if u r done with it just type make .. that's it if u dont get any errors ur serer compilation is sucesful . Best Regds Satish Reddy lolly wrote: i've installed cygwinand could continue the setup process upto the command

[JDEV] jabberd cvs changelog

2002-04-01 Thread Vyt
Hello, All! Where I can find Changelog data of jabber opensource server? After checkout CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvs I can't to find it... -- Regards, Vyt mailto: [EMAIL PROTECTED] JID: [EMAIL PROTECTED] ___ jdev mailing list

[JDEV] IM

2002-04-01 Thread lolly
when i try to test my jabber server it gives me this error 'Unable to access home folder /home/temas/src/jabber-1.4.2: No such file or directory' cant locate this path i have installed jabber-1.4.2.tar.gz at d:/program files /jabberd directory and jabberd.exe at d:/program files

Re: [JDEV] IM

2002-04-01 Thread raditha dissanayake
well you need to make several changes to the jabber.xml can i suggest that you read through all the relevent documentation before proceeding. lolly wrote: when i try to test my jabber server it gives me this error 'Unable to access home folder /home/temas/src/jabber-1.4.2: No such file or

Re: [JDEV] Online users

2002-04-01 Thread raditha dissanayake
jsm/users.c contains some code to support this. if you start the server in debug mode you will see the number of users online. If you don't want to be always running in debug mode you can change the log_debug call to log_error call or use fprintf(stderr, ) you will have to recompile the

Re: [JDEV] Online users

2002-04-01 Thread prasanta lenka
Thanks for ur valuable suggestion. Yes I had done that manipulation a few days back.What I had done is that i just write the number in a temporary file and get read back when needed. This time I wanted to get the online users by logging as admin and getting the total online users in XML format

[JDEV] Memory leak, bug -- Help

2002-04-01 Thread Glenn MacGregor
Hi All, I have been testing the jabber 1.4.2 server for some time, I think I may have found a memory leak or a logic bug somewhere in the deliver stuff. The setup is standard 1.4.2 server compiled on a redhat 7.1 box with gcc3.0.4. Jabber TestSuite from sf.net Jabber configuration changes:

Re: [JDEV] AIM away messages. (was: AIM-t crashes)

2002-04-01 Thread Thomas Muldowney
Pres handling is a bit borked in cvs. I'm working on it. --temas On Sat, 2002-03-30 at 18:12, Andrew J. Capule wrote: --- Andrew J. Capule [EMAIL PROTECTED] wrote: I use 3 different aim-t's for testing purposes (charente.de, jabber.earth.li, netlab.cz), mainly to make sure i'm still

[JDEV] 1.4.2 user registration in JIM broken on !linux

2002-04-01 Thread Nathan J. Mehl
Jabber Instant Messenger's user registration feature appears to be broken by the jabber open source server 1.4.2 when the server is running under an OS other than Linux. At a minimum, it is broken under OpenBSD/i386 and Solaris 8/sparc. The symptom is that the server returns a 406 Not

Re: [JDEV] A Jabber 'client deamon'

2002-04-01 Thread Joe Hildebrand
You could have a daemon that creates a long-lived jabber connection, then listens on [local IPC mechanism of your choice]. As Craig and I proved to ourselves one day, there are at *least* 20 ways to do that. Here are a couple: - TCP socket - Named pipe - Shared mem - SysV ipc queue I'd

Re: [JDEV] A Jabber 'client deamon'

2002-04-01 Thread Dave
If it's any use, I'd like to note that I've been working on just that for the past few months, as part of a proxy Jabber server. The original purpose of my proxy server wasn't to allow easy access to Jabber from external programs, but rather to provide the capability for Jabber users to

[JDEV] Leak, bug -- fixed -- maybe

2002-04-01 Thread Glenn MacGregor
Ok, So the problem was not a leak, it was a design flaw in the system. What was happening was memory was getting allocated by the session pool for every message, which only gets freed when the user logs out, session closes. jsm/session.c at _js_session_from you will see at line 252 or so that

Re: [JDEV] AIM away messages. (was: AIM-t crashes)

2002-04-01 Thread dman
(temas, I can't find an A or MX record for your email domain, thus sending on-list) On Mon, Apr 01, 2002 at 11:06:15AM -0600, Thomas Muldowney wrote: | Pres handling is a bit borked in cvs. I'm working on it. I've been doing some testing of it (-latest, actually). Yesterday I finally got a

[JDEV] hi ho, my first official beta :)

2002-04-01 Thread aliban
hi friends. now after some time i managed a quite stable jabber client. Skabber 1.0.1 beta is my first official release of my client. It took me a long time to get that far. Indeed I started with it one year ago! Of course some breaks in between. Anyway, here it is:

Re: Re: [JDEV] IM

2002-04-01 Thread lolly
ok tell me what changes are to be made to the jabber.xml file ...cant follow the 'howto' neither do i understand the xml On Tue, 02 Apr 2002 r-a-v-i wrote : Lolly, I think it would be better, if you start from the beginning again ...I mean, unzipping the tar file..!! Also, before

Re: Re: [JDEV] IM

2002-04-01 Thread lolly
www.cygwin.com On Tue, 02 Apr 2002 r-a-v-i wrote : Wot's this cygwin , where from can I get it ?? Tx n Rgds r-a-v-i - Original Message - From: Satish Reddy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 01, 2002 4:45 PM Subject: Re: [JDEV] IM yeah installing cygwin

Re: Re: [JDEV] IM

2002-04-01 Thread lolly
i get this error when i open my xml file The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. Reference to

[JDEV] Scripting Tool Component/ Multiplayer Jabber Gaming

2002-04-01 Thread //Chill
Hello all, long time listener, first time caller. I'm using Jabber on a server and working on a client in Flash, for the purpose of multi-player game and chat environments. So far Jabber has everythingwe need, except a way to easily store data about rooms and determine game states. Say

Re: [JDEV] IM

2002-04-01 Thread Satish Reddy
replace localhost with the hostname of ur machine for ex:- u r running server on my.xyz.com replace it with the same . dosent work even if u replace it with IP address of that machine. CHeers Satish Reddy lolly wrote: [EMAIL PROTECTED]"> i get this error when i open my xml file The XML

Re: [JDEV] Leak, bug -- fixed -- maybe

2002-04-01 Thread Jeremie
Hey Glenn, few questions to clarify here, and following up to the [EMAIL PROTECTED] list as well. jsm/session.c at _js_session_from you will see at line 252 or so that we create a new jid struct using jid_full with the session-id meaning that the new jid is allocated from the session pool,

Re: Re: [JDEV] IM

2002-04-01 Thread r-a-v-i
Lolly, Seems the xml file is not properly validated. Try this : Try to open the xml file in IE. If it opens, then the XML file is well-formed and validated. If not, send it to me,I ll check out and let u know .Also, you should open the xml file in edit mode.

Re: Re: [JDEV] IM

2002-04-01 Thread r-a-v-i
Itz very simple ! U need not know XML also. Just follow the README that comes with JABBER tar. As far as I remember, you have to change ur host name. In the jabber.xml. Tx n Rgds r-a-v-i - Original Message - From: lolly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 02,

[JDEV] IM

2002-04-01 Thread bajaj_vandana
i am student of final year enginnering .i am developing a messenger for mobiles using j2me. i am cofiguring jabber server and am facing problems with the steps mentioned in the howto.html page. could i get any assistance on what all changes are to be made to jabber.xml file or else where

Re: Re: Re: [JDEV] IM

2002-04-01 Thread lolly
hi ravi, sending u this jabber.xml file . check it out On Tue, 02 Apr 2002 r-a-v-i wrote : Lolly, Seems the xml file is not properly validated. Try this : Try to open the xml file in IE. If it opens, then the XML file is well-formed and validated. If