[JDEV] Re: Web based Jabber client...

2002-09-30 Thread Raditha Dissanayake
Ritu Khetan writes: > Hi Kriggs, > >Nice to hear from you.I have built a temporary > solution using Net::Jabber on Perl. Its a cgi script > which logs into Jabber & runs like a daemon when invoked > so that it prints messages for the user as and when they > come in. >I am facing one pr

Re: [JDEV] Web based Jabber client...

2002-09-30 Thread Ritu Khetan
Hi Kriggs, Nice to hear from you.I have built a temporary solution using Net::Jabber on Perl. Its a cgi script which logs into Jabber & runs like a daemon when invoked so that it prints messages for the user as and when they come in. I am facing one problem, that is the Apache timeout, in c

Re: [JDEV] nested group

2002-09-30 Thread Kenta Shiga
Thank you Joe. I'd like to point out two things. 1. I think mod_groups needs to be changed on server side, because 'required' groups can be nested. 2. As Mike also pointed out, some recommendation / standadization is needed to clarify specification, for example, how slashes within names of group

Re: [JDEV] Web based Jabber client...

2002-09-30 Thread Kriggs
I know I'm working on a system in python called RBJab which has website capabilities... the good news is it is comming along nicely, the bad news is if your deadline is near, RBJab probably won't be ready in time for you. I'm sure if you want very basic functionality, then you could probably co

Re: [JDEV] Open source Win32 client

2002-09-30 Thread Klaus H. Wolf
Hi, we have a strange problem with the storage:client:... namespaces. jabberd puts all data reeived from iq-set query-storage:client... namespace into the ./spool/server/username .xml file. We can easily retrieve the data by iq-get with the same namespace. This is exactly the kind of public pr

Re: [JDEV] Web based Jabber client...

2002-09-30 Thread Justin Georgeson
Here's a link to the MARC archive searched for "web client" http://marc.theaimsgroup.com/?l=jabber-jdev&w=2&r=1&s=web+client&q=b Ritu Khetan wrote: > Hello friends, > >I am looking at embedding a jabber client into a Web > based application wherein i can push jabber messages > from the serv

[JDEV] Web based Jabber client...

2002-09-30 Thread Ritu Khetan
Hello friends, I am looking at embedding a jabber client into a Web based application wherein i can push jabber messages from the server to the client. I would later like to extend this to accept full fledged Jabber messages/presence/iqs from the client side too. Has anyone worked on it al