[JDEV] Hurrah, I found the secret to get PTh compiling under cygwin

2002-06-13 Thread Andy Beetz

Took a few days :( but the secret was in this:

http://www.xraylith.wisc.edu/~khan/software/gnu-win32/gcc.html#gcc2952-fixes

!! WARNING: DO NOT USE WINZIP OR SOME SUCH WINDOWS TOOL TO UNPACK.
  That will certainly screw up hard links and you'll end up with
  a non-working system. And, please do resist the impulse to
send
  me email telling me that I am wrong about this.  !!

After I followed the *nix instructions for building (manually decompressing)
it worked first time.
This should be put into the howto at
http://jabberd.jabberstudio.org/howto.html really

Hope this helps some people anyway


---
Clearswift monitors, controls and protects all its messaging traffic in 
compliance with its corporate email policy using Clearswift products. 
Find out more about Clearswift, its solutions and services at 
www.clearswift.com.
***
This communication is confidential and may contain privileged 
information intended solely for the named addressee(s). It may not 
be used or disclosed except for the purpose for which it has been 
sent. If you are not the intended recipient, you must not copy, 
distribute or take any action in reliance on it. Unless expressly stated, 
opinions in this message are those of the individual sender and not of 
Clearswift. If you have received this communication in error, please 
notify Clearswift by emailing [EMAIL PROTECTED] quoting the 
sender and delete the message and any attached documents. Clearswift 
accepts no liability or responsibility for any onward transmission or use of
emails and attachments having left the Clearswift domain.

This footnote confirms that this email message has been swept by 
MIMEsweeper for Content Security threats, including computer viruses.

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



[JDEV] Regarding jabber client

2002-06-13 Thread lalatendu Satpathy
Hello Sir
I want to know about the jabber Web client.
I have installed both server and client and its working fine. But I want to install jabber client. How i can do that.
thanks and regards
LalatenduDo You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup

Re: [JDEV] Problems installing JabberD 1.4.2 on Win2000

2002-06-13 Thread Phil Harris

JJ wrote:
 Hi,
 I have problems starting Jabber server on my Windows 2000 server.
 I downloaded the .exe file and changed the .xml file to reflect my domain
 name (ns1.inttelco.us).
 Also I created a folder in the same directory where I installed jabberd
 (under spool), called ns1.inttelco.us (/spool/ns1.inttelco.us/).
 When I tried to start jabber server I'm getting the following message:

 Unable to access home folder /home/temas/src/jabber-1.4.2: No such file or
 directory
 20020612T00:43:06: [notice] (-internal): initializing server

 Any ideas?


Yep,

You need to tell jabberd what the home directory is

jabberd -H . -D for instance

-H takes a parameter which would be your jabberd directory:

jabber-d -H d:/jabberd -D

on my machine for instance.

hth


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



[JDEV] Command Line Interface

2002-06-13 Thread Bob Bingham
Title: Command Line Interface






Is it possible to send a message to a online user via command line? For example

#echo This is the message | sendito jabber.mylocalserver.com

This would be sent from another (unix) system on the LAN. It could also be a script on this other system rather than command line. It would also be a one-way conversation with no reply expected, jsut a pop up message.

TIA


Bob Bingham





[JDEV] Error compiling pth-1.4.0 under Cygwin- 2.218.2.9 on Win 2000

2002-06-13 Thread Brijesh Singh
Hi,

I tried building the jabberd(pth-1.4.0 under Cygwin- 2.218.2.9 on Win 2000)  getting the compile error.

1. ./configure

Running Jabber Configure
Getting pth settings...Configuring GNU Pth (Portable Threads), Version 1.4.0 (24-Mar-2001)Copyright (c) 1999-2001 Ralf S. Engelschall [EMAIL PROTECTED]loading cache ./config.cachePlatform: i686-pc-cygwin
Build Tools:checking for gcc... (cached) gccchecking whether the C compiler (gcc ) works... yeschecking whether the C compiler (gcc ) is a cross-compiler... nochecking whether we are using GNU C... (cached) yeschecking whether gcc accepts -g... (cached) yeschecking how to run the C preprocessor... (cached) gcc -Echecking whether make sets ${MAKE}... (cached) yeschecking for compiler option -pipe... (cached) yeschecking for compilation debug mode... disabledchecking for compilation profile mode... disabledchecking for compilation optimization mode... disabledchecking for ranlib... ranlibchecking for object suffix... ochecking for executable suffix... .exechecking for gcc option to produce PIC... nonechecking if gcc supports -c -o file.o... yeschecking if gcc supports -c -o file.lo... yeschecking if gcc supports -fno-rtti -fno-exceptions ... yeschecking if gcc static flag -static works... -staticchecking whether ln -s works... yeschecking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exechecking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yeschecking whether the linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yeschecking for BSD-compatible nm... /usr/bin/nm -Bchecking command to parse /usr/bin/nm -B output... okchecking how to hardcode library paths into programs... immediatechecking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -rchecking dynamic linker characteristics... Win32 ld.exechecking if libtool supports shared libraries... yeschecking if package supports dlls... nochecking whether to build shared libraries... nochecking whether to build static libraries... yeschecking for objdir... .libscreating libtool
Mandatory Platform Environment:checking for ANSI C header files... (cached) yeschecking for stdio.h... (cached) yeschecking for stdlib.h... (cached) yeschecking for stdarg.h... (cached) yeschecking for string.h... (cached) yeschecking for signal.h... (cached) yeschecking for unistd.h... (cached) yeschecking for setjmp.h... (cached) yeschecking for fcntl.h... (cached) yeschecking for errno.h... (cached) yeschecking for sys/types.h... (cached) yeschecking for sys/time.h... (cached) yeschecking for sys/wait.h... (cached) yeschecking for sys/stat.h... (cached) yeschecking for sys/socket.h... (cached) yeschecking for function gettimeofday... (cached) yeschecking for function select... (cached) yeschecking for function sigaction... (cached) yeschecking for function sigprocmask... (cached) yeschecking for function sigpending... (cached) yeschecking for function sigsuspend... (cached) yesdecision on mandatory system headers and functions... all fine
Optional Platform Environment:checking for number of signals... 32checking for function poll... (cached) yeschecking for define POLLIN in poll.h... (cached) yeschecking whether poll(2) facility has to be faked... nochecking for sys/uio.h... (cached) yeschecking for function readv... (cached) yeschecking for function writev... (cached) yeschecking whether readv(2)/writev(2) facility has to be faked... nochecking for function usleep... (cached) yeschecking for function strerror... (cached) yeschecking for sys/resource.h... (cached) yeschecking for net/errno.h... (cached) nochecking for paths.h... (cached) yeschecking for gethostname in -lnsl... (cached) nochecking for gethostbyname in -lnsl... (cached) nochecking for accept in -lsocket... (cached) nochecking for sys/select.h... (cached) yeschecking for typedef sig_atomic_t... (cached) yeschecking for typedef pid_t... (cached) yeschecking for typedef size_t... (cached) yeschecking for typedef ssize_t... (cached) yeschecking for typedef off_t... (cached) yeschecking for typedef stack_t... (cached) nochecking for attribute ss_base in struct sigaltstack from sys/signal.h... (cached) nochecking for attribute ss_sp in struct sigaltstack from sys/signal.h... (cached) nochecking for a single-argument based gettimeofday... nochecking for struct timespec... yeschecking for typedef socklen_t... (cached) nochecking for type of argument 3 for accept()... (cached) int *checking for fallback socklen_t... (cached) intchecking for typedef nfds_t... (cached) nochecking for type of argument 2 for poll()... (cached) unsigned intchecking for fallback nfds_t... (cached) unsigned intchecking for built-in type long long... (cached) yeschecking for built-in type long double... (cached) yes
Machine Context Implementation:checking for ucontext.h... (cached) nochecking for function makecontext... (cached) nochecking for function swapcontext... 

[JDEV] Security and debug

2002-06-13 Thread Ed Giesen

I have been getting a jabberd working with ssl.  During my playing around, I
noticed that when jabberd is invoked with -D, and clients are using ssl, the
debug output still prints out messages, decrypted.

I was wondering if this situation has been discussed at all.  I know that
some information is needed when debugging, even in a secure site, but, is
chat content ever needed?

I'm trying to plot out my answers when someone may ask me about this.  If I
could get some info from you, I'd be grateful.  Thanks.

Ed Giesen


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



Re: [JDEV] Command Line Interface

2002-06-13 Thread DJ Adams

On Wed, Jun 12, 2002 at 10:39:59AM -0400, Bob  Bingham wrote:
 Is it possible to send a message to a online user via command line?  For
 example
 #echo This is the message | sendito jabber.mylocalserver.com
 This would be sent from another (unix) system on the LAN.  It could also be
 a script on this other system rather than command line.  It would also be a
 one-way conversation with no reply expected, jsut a pop up message.

Sure. Just write a simple script to do this - shouldn't be much work.
FWIW, I wrote a 'wall' style script[1] a while ago; a bit out of date but
you might get a picture from it.

Cheers
dj

[1] http://www.pipetree.com/jabber/jann.html
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Command Line Interface

2002-06-13 Thread Dave

Try doing:
echo This is a message | mail [EMAIL PROTECTED]
That'll work if he's got an SMTP-t installed.
If you want to make sure it always works, install your own SMTP-t and do:
echo This is a message | mail [EMAIL PROTECTED]

Hope that helped,
Dave Cohen [EMAIL PROTECTED]


Bob  Bingham wrote:
 
 This is a multi-part message in MIME format.
 
 --=_NextPart_000_0004_01C2119D.4C1CF8E0
 Content-Type: text/plain;
   charset=iso-8859-1
 Content-Transfer-Encoding: 7bit
 
 Is it possible to send a message to a online user via command line?  For
 example
 #echo This is the message | sendito jabber.mylocalserver.com
 This would be sent from another (unix) system on the LAN.  It could also be
 a script on this other system rather than command line.  It would also be a
 one-way conversation with no reply expected, jsut a pop up message.
 
 TIA
 
 Bob Bingham
 
 --=_NextPart_000_0004_01C2119D.4C1CF8E0
 Content-Type: text/html;
   charset=iso-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2//EN
 HTML
 HEAD
 META HTTP-EQUIV=3DContent-Type CONTENT=3Dtext/html; =
 charset=3DWindows-1252
 META NAME=3DGenerator CONTENT=3DMS Exchange Server version =
 6.0.4417.0
 TITLECommand Line Interface/TITLE
 /HEAD
 BODY
 !-- Converted from text/rtf format --
 
 PFONT SIZE=3D2 FACE=3DArialIs it possible to send a message to a =
 online user via command line?nbsp; For example/FONT
 
 BRFONT SIZE=3D2 FACE=3DArial#echo quot;This is the messagequot; =
 | sendito jabber.mylocalserver.com/FONT
 
 BRFONT SIZE=3D2 FACE=3DArialThis would be sent from another (unix) =
 system on the LAN.nbsp; It could also be a script on this other system =
 rather than command line.nbsp; It would also be a one-way conversation =
 with no reply expected, jsut a pop up message./FONT/P
 
 PFONT SIZE=3D2 FACE=3DArialTIA/FONT
 /P
 
 PFONT SIZE=3D2 FACE=3DArialBob Bingham/FONT
 /P
 
 /BODY
 /HTML
 --=_NextPart_000_0004_01C2119D.4C1CF8E0--
 
 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev
 

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



Re: [JDEV] Security and debug

2002-06-13 Thread DJ Adams

On Thu, Jun 13, 2002 at 11:10:38AM -0500, Ed Giesen wrote:
 I have been getting a jabberd working with ssl.  During my playing around, I
 noticed that when jabberd is invoked with -D, and clients are using ssl, the
 debug output still prints out messages, decrypted.
 
 I was wondering if this situation has been discussed at all.  I know that
 some information is needed when debugging, even in a secure site, but, is
 chat content ever needed?

I'm sure there will be lots of different opinions about this; here's
mine (keeping in mind that these are answers to your / my (imaginary)
colleagues):

- SSL is to protect the data in transit, not on the server itself
- it's not just chat messages that go through and need to be debugged
  it's other traffic too (Jabber isn't just IM ;-)
- production servers shouldn't be run with -D
- correspondents have the option of encrypting their messages, independent
  of whether the conduit itself is encrypted - see jabber:x:encrypted
- it's not just the -D log that shows chat messages in 'plain' view; what
  about messages that are stored in the event of the recipients' absence?
  (this one's a double-edged sword :-)

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



Re: [JDEV] Recognizing cached messages

2002-06-13 Thread DJ Adams

On Mon, Jun 10, 2002 at 12:24:22PM +0200, Andreas Ames wrote:
 Are all cached messages tagged with a x/ in the 'jabber:x:delay'
 namespace?  If so, I could use this as a trigger to ignore those
 messages, meaning that my producer couldn't use this namespace in its
 events.  Are there any useful applications of this namespace within in

Yes. In jabberd, the JSM module mod_offline attaches such a tag.

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



Re: [JDEV] Security and debug

2002-06-13 Thread Thomas Muldowney

DJ is right, and this is why I tell people to only use SSL when they are
in a closed controlled environment.  The SSL is there to protect he data
while it is on the wire, no where else.  It only really makes sense in
an environment where all clients are connected with SSL and there is no
s2s traffic.

--temas


On Thu, 2002-06-13 at 13:15, DJ Adams wrote:
 On Thu, Jun 13, 2002 at 11:10:38AM -0500, Ed Giesen wrote:
  I have been getting a jabberd working with ssl.  During my playing around, I
  noticed that when jabberd is invoked with -D, and clients are using ssl, the
  debug output still prints out messages, decrypted.
  
  I was wondering if this situation has been discussed at all.  I know that
  some information is needed when debugging, even in a secure site, but, is
  chat content ever needed?
 
 I'm sure there will be lots of different opinions about this; here's
 mine (keeping in mind that these are answers to your / my (imaginary)
 colleagues):
 
 - SSL is to protect the data in transit, not on the server itself
 - it's not just chat messages that go through and need to be debugged
   it's other traffic too (Jabber isn't just IM ;-)
 - production servers shouldn't be run with -D
 - correspondents have the option of encrypting their messages, independent
   of whether the conduit itself is encrypted - see jabber:x:encrypted
 - it's not just the -D log that shows chat messages in 'plain' view; what
   about messages that are stored in the event of the recipients' absence?
   (this one's a double-edged sword :-)
 
 cheers
 dj
 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev


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



[JDEV] Emoticons Genicons

2002-06-13 Thread Adam Theo

I am finishing my proposal for emoticons and genicons in Jabber. I at 
first had it as a set list of text strings that would be parsed into 
icons, but recently took a suggestion of creating themes and 
incorporated it in. Now all icons are defined by the recipient user in 
their client, and groups of icon definitions can be shared and traded 
like skins.

Check it out at 
http://www.theoretic.com/index.cgi?Emoticons_And_Genicons/Simple_Plaintext

Feel free to add comments and improvements to the page using the Edit 
this Page link at the bottom and following the formatting rules at 
http://www.usemod.com/cgi-bin/wiki.pl?TextFormattingRules

I hope to have this to the Council as soon as StPeter gets back. Thanks, 
all.

-- 
 /\  Adam Theo, Age 22, Tallahassee FL USA
//\\   Email  Jabber: [EMAIL PROTECTED]
   //  \\  (Boycotting AOL, therefore no AIM or ICQ)
=//\\=  Theoretic Solutions: http://www.theoretic.com
//  ||  \\ Bringing Ideas Together
 ||  Jabber Protocol: http://www.jabber.org
 || The Coolest IM on the Planet
 ||  A Free-Market Socialist Patriotic American
 ||  Buddhist Political Philosopher.

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



[JDEV] Problems with Win32 JabberD (v1.4.2 v1.4.2CVS)

2002-06-13 Thread Lloyd Weehuizen

Hey Guys

I've successfully compiled JabberD under Linux and run it without any
problems. However the production server the boss wants it on runs Win32.
I've tried both the prebuilt 1.4.2 from your site and the latest version of
the 1.4.x tree from CVS but I run into the exact same problem. I've tested
this on multiple machines. I'm using WinJab as my test client.

I log onto the server for the first time and it asks me to create a new
username which I do. I can then login and out without any problems. I then
shutdown the server and reload it. Fire up WinJab and it says I need to
create a login again? The Jabber Server is sending through a 401
Unauthorised, even though it says it's loading the correct .xml file from
the spool directory.

Has anybody else run into this?

Thanks
Lloyd

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



Re: [JDEV] Problems with Win32 JabberD (v1.4.2 v1.4.2CVS)

2002-06-13 Thread Lloyd Weehuizen

Hey Nick

Thanks for that, the boss is looking into a Linux production server :)

P.S Thats exactly what I wanted to here :)

cya
- Original Message -
From: Nicholas Perez [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 14, 2002 1:32 PM
Subject: Re: [JDEV] Problems with Win32 JabberD (v1.4.2  v1.4.2CVS)



 snip
 Lloyd Weehuizen wrote:
  Hey Guys
 
  I've successfully compiled JabberD under Linux and run it without any
  problems. However the production server the boss wants it on runs Win32.
 /snip

 Get a new boss, or get a real OS on that production server :)

 I say that largely because there really has not been any performance
 testing on Win32 (jdev guys correct me if I am wrong or even post your
 tests). And maybe you should show the stronger points to your boss on
 why you should use linux  (or any other *nix) such as you can modify the
 kernel to properly handle heavier loads and more connections which the
 jabber server is going to need if you are really pushing this into a
 production environment.

 Just my USD$0.02
 --
 Nick

 JabminRPC: Administer your Jabber Server
 JabberSMTP: Email-IM Transport
 Pabber: Perl Jabber Server

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


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



Re: [JDEV] Command Line Interface

2002-06-13 Thread r-a-v-i-v-e-d-a-l-a
Title: Command Line Interface



yes it is possible !
You can write a java class which takes arguments 
from the command line and can send the messages ..based on the 
arguments.
You can find some sample jtest calsses provided by 
jabber in this regard.

Tx n RegdsV-E-D-A-L-AUsing the correct technology is not as 
important as  using the technology correctly. 

  - Original Message - 
  From: 
  Bob Bingham 
  
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, June 12, 2002 8:09 
  PM
  Subject: [JDEV] Command Line 
  Interface
  
  Is it possible to send a message to a online user 
  via command line? For example #echo 
  "This is the message" | sendito jabber.mylocalserver.com This would be sent from another (unix) system on the 
  LAN. It could also be a script on this other system rather than command 
  line. It would also be a one-way conversation with no reply expected, 
  jsut a pop up message.
  TIA 
  Bob Bingham 


[JDEV] yahoo problem

2002-06-13 Thread lalita

hi everyone
 could someone tell me whats wrong with yahoo 
transport registration?
i try to register with the yahoo transport and it does that 
successfully but when i request for the roster it gives me the 
previous list which has only my msn friends and not yahoo!!
  whats wrong?
_
Click below to visit monsterindia.com and review jobs in India or 
Abroad
http://monsterindia.rediff.com/jobs

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