[JDEV] clarification needed

2002-04-15 Thread kamesh jayachandran
I have a need to extend the jabber protocol for the following need. I want the mail of chat transcript between the two users to be sent to both the users at the end of chat session. What is the best method to implement this? I am trying to understand the jabberd sources.Can I get all the request

[JDEV] Question about UserName and Clients

2002-04-15 Thread Ashvil
Is there a reason why some clients like JabberIM 1.10 and WinJab 1.1 do not allow you to use an email address as a user name like '[EMAIL PROTECTED]'. They don't seem tolike the '@'. IMHO,if the user enters UserName : [EMAIL PROTECTED] Server : im.xyz.com Then it should connect to the

Re: [JDEV] JabberApplet - Dynamic Creation of User ??

2002-04-15 Thread Thomas Parslow (PatRat)
Hi, I have seen that, the Jabber Applet is providing the new user creation (dynamically), in the jabber server. Can anybody tell me where can i get the source of the same ?? regds r-a-v-i Hi, This is a feature of the Jabber protocol, most (probably all) Jabber clients do it.

[JDEV] clarification needed

2002-04-15 Thread kamesh jayachandran
I have a need to extend the jabber protocol for the following need. I want the mail of chat transcript between the two users to be sent to both the users at the end of chat session. What is the best method to implement this? I am trying to understand the jabberd sources.Can I get all the request

Re: [JDEV] Question about UserName and Clients

2002-04-15 Thread Michael Schlueter
Hi Ashvil, Am Mon, 2002-04-15 um 13.24 schrieb Ashvil: Is there a reason why some clients like JabberIM 1.10 and WinJab 1.1 do not allow you to use an email address as a user name like '[EMAIL PROTECTED]'. They don't seem to like the '@'. IMHO, if the user enters UserName : [EMAIL

Re: Re[2]: [JDEV] Slashdot Article

2002-04-15 Thread Peter Saint-Andre
On Sat, 13 Apr 2002, //Chill wrote: I feel most Flash programmers have no idea how useful something like Jabber could be to their productivity and programming set. As something of a Jabber advocate, I feel obliged to show flashers the possibilities available, and to hopefully push the

Re: [JDEV] clarification needed

2002-04-15 Thread James Widman
Hi Kamesh, kamesh jayachandran wrote: I have a need to extend the jabber protocol for the following need. I want the mail of chat transcript between the two users to be sent to both the users at the end of chat session. What is the best method to implement this? Do you really need to

[JDEV] integration with Snort?

2002-04-15 Thread Peter Saint-Andre
Has anyone worked on integrating Jabber alerts into Snort (the open-source intrusion detection system)? Peter -- Peter Saint-Andre email+jabber: [EMAIL PROTECTED] weblog: http://www.saint-andre.com/blog/ ___ jdev mailing list [EMAIL PROTECTED]

Re: [JDEV] regarding pool_clean

2002-04-15 Thread Thomas Muldowney
What version are you looking at? --temas On Fri, 2002-04-12 at 12:42, kamesh jayachandran wrote: Hi all, I am trying to understand the source of jabberd server.Please bear with my silly questions. In the ghash_create_pool function definition,what pool_clean does? with regards kamesh

Re: [JDEV] Modification to running jabberd on Mac OS X

2002-04-15 Thread Thomas Muldowney
I just put this in CVS, and it will be integrated into 1.4.3 with some other small, but important, fixes. --temas On Sat, 2002-04-13 at 06:48, Max Horn wrote: At 17:35 Uhr -0700 12.04.2002, Sean Voisen wrote: After quite a bit of pain, I successfully got jabberd 1.4.2 running on Mac OS X.

Re: [JDEV] integration with Snort?

2002-04-15 Thread Thomas Muldowney
I started to once, but I didn't have enough time to devote to it (Hah me run out of time?!). It shouldn't be that hard. --temas On Mon, 2002-04-15 at 10:41, Peter Saint-Andre wrote: Has anyone worked on integrating Jabber alerts into Snort (the open-source intrusion detection system)?

Re: [JDEV] Server Stutter - user coming online

2002-04-15 Thread Thomas Muldowney
Yeah I'm investigating this. Noticed it while testing my new aim-t --temas On Sat, 2002-04-13 at 09:36, Michael Brown wrote: jdev, Does anyone know what is causing this problem? I have seen it quite a lot, and it is a little annoying, because it causes two online events to be triggered

Re: [JDEV] Question about UserName and Clients

2002-04-15 Thread Julian Missig
Well, the transports and the clients need to support iq:gateway, which will properly generate the appropriate jabberid for that transport. So temas, does aim-t do iq:gateway yet? :) On Mon, 2002-04-15 at 12:22, Thomas Muldowney wrote: Generally this should be encoded as [EMAIL PROTECTED] Just

Re: [JDEV] priority question

2002-04-15 Thread David Waite
So what is the correct behavior or a transport in regards to resources? -David Waite Julian Fitzell wrote: [EMAIL PROTECTED] wrote: maybe this is already known... when i added connected with a second resource(/resource2) to my jabber account (server amessage.de) both connected had no

Re: [JDEV] priority question

2002-04-15 Thread Julian Fitzell
This has been discussed to some degree before and no agreement was ever really reached as far as I remember. But at the moment, the transports are just plain unaware of resources. I personally believe that correct behaviour is: - transports should send presence notifications to [EMAIL

[JDEV] Assign Conference admin?

2002-04-15 Thread Keith -
I am having trouble trying to find examples on how to assign a conference room admin, I would also like to make multiple admins if possible. My goal is to the ability for multiple people to kick users out of a conference room. Could someone point me in the right direction. Keith

Re: [JDEV] Question about UserName and Clients

2002-04-15 Thread Thomas Muldowney
Yeah it has for quite a while =) I'll make sure again when I get to that point in my reworking of it. --temas On Mon, 2002-04-15 at 11:30, Julian Missig wrote: Well, the transports and the clients need to support iq:gateway, which will properly generate the appropriate jabberid for that

Re: [JDEV] integration with Snort?

2002-04-15 Thread Peter Saint-Andre
Hmm, any volunteers? :) Peter -- Peter Saint-Andre email+jabber: [EMAIL PROTECTED] weblog: http://www.saint-andre.com/blog/ On 15 Apr 2002, Thomas Muldowney wrote: I started to once, but I didn't have enough time to devote to it (Hah me run out of time?!). It shouldn't be that hard.

Re: [JDEV] Assign Conference admin?

2002-04-15 Thread Peter Saint-Andre
This functionality does not exist in the conference component. It's a feature that would need to be added. Peter -- Peter Saint-Andre email+jabber: [EMAIL PROTECTED] weblog: http://www.saint-andre.com/blog/ On Mon, 15 Apr 2002, Keith - wrote: I am having trouble trying to find examples

Re: Re: [JDEV] regarding pool_clean

2002-04-15 Thread kamesh jayachandran
Hi, Jabber-1.4.2 in the genhash.c file under jabberd/lib, Function is ghash_create_pool. I did not understand why pool_cleanup is called after creating the hashtable.May be I may sound naive.Where can i get the information on what are the pools(cfg_pool,jabberd__runtime etc) available?.And How

Re: Re: [JDEV] clarification needed

2002-04-15 Thread kamesh jayachandran
Hi James, My requirement is to send the chat transcript through the mail for the parties involved in the chat.For that I want to keep the log of chat session .As of now I think of doing in the following way. 1)Adding 2 more tables to jabber database(one for keeping track of each message and

Re: [JDEV] Assign Conference admin?

2002-04-15 Thread //Chill
How're things with conferencing? I am interested too in booting, ignore, admin, categorizing and other possible conferencing features. Also, is the difference between a persistent and non-persistent room one that is manually created in jabber.xml? How is the persistence of a room set? Thanks

Re: [JDEV] priority question

2002-04-15 Thread Casey Crabb
Actually, presence notifications should be sent to [EMAIL PROTECTED], and not a particular resource because presence notifications should be broadcast to all resources currently connected. Messages should go to [EMAIL PROTECTED] and then be distributed to the resource with highest priority.

Re: [JDEV] Question about UserName and Clients

2002-04-15 Thread Ashvil
Thanks Temas and Michael. But I am still not clear, why we should not support this. Why not do it like email clients. Pop and SMTP servers run on a different subdomain machines. But Email addresses are always in the form of [EMAIL PROTECTED] not [EMAIL PROTECTED] IMHO, The current client