[JDEV] Jabber help required.

2001-11-09 Thread Parul Agarwal
  - Original Message - From: Parul Agarwal To: [EMAIL PROTECTED] Sent: Friday, November 09, 2001 12:15 PM Subject: Jabber help required. Hi there,   I had recently installed jabber server - jabber-1.4.1 on my Linux machine. I have been using winjab and jabber cleints. Till sometim

[JDEV] broken tcp connections

2001-11-09 Thread Jan Niehusmann
Perhaps it's a known problem - today I wondered why one contact didn't go offline, while I knew that the computer the client ran on was disconnected from the network. tcpdump showed that jabberd tried to send packets to the clients, but got no reply. Probably due to the client's firewall setup, i

Re: [JDEV] Foreign protocol transports using Jabber::Connection?

2001-11-09 Thread Ben Schumacher
That being said, there is not reason you'd have to do threading for a transport. You just need to be able to associate each ICQ connection with a Jabber connection. And you need to setup your software to be able to wait for input from either the ICQ connections or the Jabber server. Basically, t

[JDEV] Jabber client for win32

2001-11-09 Thread Kamal Singhania
Hi,   I'm trying to implement a Jabber client for the WinCe environment running on a native hardware. I have successfully built the jabberooce library with the help of jaberooce library provided by movsoftware. Now can somebody please help me how I should go about building the client using t

[JDEV] IMAP Authentication module?

2001-11-09 Thread Barry Flanagan
Has anyone built a Jabber module to authenticate against an IMAP server? Preferably, the xdb_file would still hold all other user information, with just the authentication being done against an IMAP (or POP) server. This would be very useful for any site (like ours) which has a large number of u

[JDEV] ICQ Transport problems, messages don't reach dest, etc...

2001-11-09 Thread Luar Roji
Hi all, first at all, thanks for reading this mail. Second, I'm experiencing problems with ICQ from some time ago, I don't get any error, the problem is this: I open jabber, and I receive a lot of messages sent to me while I was offline, but after I close and open jabber again, I receive the mess

[JDEV] test

2001-11-09 Thread Ben Schumacher
test ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] sub agents?

2001-11-09 Thread Brian Lalor
On Fri, 9 Nov 2001, DJ Adams wrote: > On Thu, Nov 08, 2001 at 11:18:08AM -0700, Brian Lalor wrote: > > Can someone give me a quick overview of subagents? how do you set up the > > jabber.xml (or do you?) to let it know that they exist, and how should the > > master agent behave? > > Hi Brian

[JDEV] trusted component documentation

2001-11-09 Thread Lily Chang
Hi, Can anyone provide pointers to documentation/protocol spec on Jabber trusted components? I need to implement a service/app that will synchronize buddy list of an external system with Jabber roster. My limited understanding of Jabber is pointing me to the direction of using a trusted compone

Re: [JDEV] sub agents?

2001-11-09 Thread DJ Adams
On Thu, Nov 08, 2001 at 11:18:08AM -0700, Brian Lalor wrote: > Can someone give me a quick overview of subagents? how do you set up the > jabber.xml (or do you?) to let it know that they exist, and how should the > master agent behave? Hi Brian by subagents, do you mean components that connec

Re: [JDEV] Foreign protocol transports using Jabber::Connection?

2001-11-09 Thread DJ Adams
On Thu, Nov 08, 2001 at 06:42:51PM +0800, Migs Paraz wrote: > any other Jabber::Connection users out there? Me! Me! ;-) dj ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Foreign protocol transports using Jabber::Connection?

2001-11-09 Thread DJ Adams
On Thu, Nov 08, 2001 at 05:04:33PM -, Ben Schumacher wrote: > That being said, there is not reason you'd have to do threading for a > transport. You just need to be able to associate each ICQ connection with Agreed. No requirement to use threads. dj __

Re: [JDEV] Offline message quotas?

2001-11-09 Thread DJ Adams
On Thu, Nov 08, 2001 at 06:38:42PM +0800, Migs Paraz wrote: > > > > Well, I'm wondering what will break first, disk space or the > > XML library functions ... > > Whichever case, it would be a denial of service for the server operator, so > we need to watch out for it before it happens? Well, p

Re: [JDEV] Foreign protocol transports using Jabber::Connection?

2001-11-09 Thread Piers Harding
I do! Cheers. On Thu, Nov 08, 2001 at 06:42:51PM +0800, Migs Paraz wrote: > On Wed, Nov 07, 2001 at 05:28:08PM +, DJ Adams wrote: > > Well, considering that you can do pretty much what you want with > > Jabber XML using Jabber::NodeFactory (and the fact that the API > > sort of reflects t

[JDEV] juddi, a JUD component using Jabber::Connection

2001-11-09 Thread Migs Paraz
Thanks to DJ Adams, I have a component that can store (but not yet retrieve) JUD info from a MySQL database... I intend this to be a teaching example (for myself as well, since I'm learning), so I hope you enjoy! #!/usr/bin/perl # juddi.pl, a JUD component that uses Database Independent librar