[jdev] Net::XMPP2 0.04 Released

2007-07-27 Thread Robin Redeker
Hi! Again a release of Net::XMPP2 (version 0.04), the main changes (included the one for 0.03 which I didn't announce) are: 0.03: This release adds new events for attaching information to XML stanzas that are in transmission to the server. See also the events send_*_hook in

Re: [jdev] Limiting/ Max users in XMPP multi user chat rooms

2007-07-27 Thread Robin Redeker
On Thu, Jul 26, 2007 at 03:52:33PM -0700, [EMAIL PROTECTED] wrote: I cant seem to readily find this - does the XMPP protocol or a XEP provide for a way to limit the maximum number of people allowed to join a multi user chat room ? http://www.xmpp.org/extensions/xep-0045.html Example 137.

Re: [jdev] FW: connecting to a jabber IM system

2007-07-27 Thread Dhanasekaran
you can send to Googe talk refer code.google.com pls On 7/26/07, Tushar N Padhye [EMAIL PROTECTED] wrote: Hi I would be very glad if someone could help me or point me to examples of how to connect to interact with a Jabber based IM system. To summarize, I need to send messages from

[jdev] XMPP stack ??

2007-07-27 Thread Gautam . Yadav
Hi, I need to download the XMPP stack. Can any one please tell me the link from where I can download the XMPP stack. Thanks, Gautam.

Re: [jdev] (no subject)

2007-07-27 Thread Sander Devrieze
2007/7/27, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi, I want to develop an XMPP server with the following features snip all possible with XMPP I am looking for the XMPP library either in C or C++. Which license should this be? BSD, GPL,...? I have looked into the following link:

Re: [jdev] FW: connecting to a jabber IM system

2007-07-27 Thread William Voorsluys
Hello, The first step would be integrating a XMPP client library into your application. There are client libraries for several languages (http://www.jabber.org/software/libraries.shtml). The library will provide you with a straightforward way of interacting with other clients using XMPP. Then

Re: [jdev] Re: Limiting/ Max users in XMPP multi user chat rooms

2007-07-27 Thread Norman Rasmussen
On 7/27/07, Magnus Henoch [EMAIL PROTECTED] wrote: Robin Redeker [EMAIL PROTECTED] writes: I looked whether there is some protocol specified which could redirect users to other rooms, but I couldn't find it in the XEP. In theory, you could use the redirect/ stanza error condition. In

Re: [jdev] (no subject)

2007-07-27 Thread Norman Rasmussen
On 7/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to develop an XMPP server with the following features Why? Why? Why? Trust me, you don't want to develop an XMPP server from scratch, it's LOTS of hard work. Rather pick up an existing project and help out. -- - Norman

[jdev] (no subject)

2007-07-27 Thread Gautam . Yadav
Hi, I want to develop an XMPP server with the following features 1. On-Line IM, 2. Off-Line IM, 3. Presence, 4. Buddy List, 5. File Transfer, 6. Multi Party IM, 7.Interactive Group Chat I am looking for the XMPP library either in C or C++. I have looked into the following link:

Re: [jdev] Re: XMPP stack ??

2007-07-27 Thread Gautam . Yadav
I need XMPP Library either in C or C++. Which one is the best? Alexander Gnauck [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/27/2007 03:01 PM Please respond to Jabber software development list jdev@jabber.org To jdev@jabber.org cc Subject [jdev] Re: XMPP stack ?? [EMAIL

[jdev] Re: XMPP stack ??

2007-07-27 Thread Alexander Gnauck
[EMAIL PROTECTED] schrieb: I need to download the XMPP stack. Can any one please tell me the link from where I can download the XMPP stack. I assume with the XMPP stack you mean a library. For which programming language? You can find a list of libaries here:

[jdev] Re: Limiting/ Max users in XMPP multi user chat rooms

2007-07-27 Thread Magnus Henoch
Robin Redeker [EMAIL PROTECTED] writes: I looked whether there is some protocol specified which could redirect users to other rooms, but I couldn't find it in the XEP. In theory, you could use the redirect/ stanza error condition. In practice, I think no client would understand that ☺ --

Re: [jdev] Re: Limiting/ Max users in XMPP multi user chat rooms

2007-07-27 Thread Norman Rasmussen
see Example 14: http://www.xmpp.org/extensions/inbox/distributedmuc.html On 7/27/07, Norman Rasmussen [EMAIL PROTECTED] wrote: On 7/27/07, Magnus Henoch [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Robin Redeker [EMAIL PROTECTED] [EMAIL PROTECTED] writes: I looked whether there is some

RE: [jdev] FW: connecting to a jabber IM system

2007-07-27 Thread Tushar N Padhye
Hi, Thanks for your prompt reply. Unfortunately SmallTalk does not seem to be in the list of supported client libraries. The nearest language seems to be Ruby. On a slightly different note can a Jabber server accept email messages and then post them to a specific forum? This will solve my

Re: [jdev] FW: connecting to a jabber IM system

2007-07-27 Thread Artur Hefczyc
On a slightly different note can a Jabber server accept email messages and then post them to a specific forum? This will solve my immediate requirement - which is to simply post messages from my application to the chat server - not receive them. Accepting email messages is not a standard