Re: [jdev] Group chat with Pandion developers

2005-04-05 Thread Jacek Konieczny
On Mon, Apr 04, 2005 at 04:35:43PM -0500, Matt Tucker wrote: I wanted to invite everyone to jivesoftware.org's weekly group chat. This week, the developers of the Pandion client will be joining the chat to answer questions. As always, topics about Jive Messenger, Smack, and XIFF are also fair

RE: [jdev] Group chat with Pandion developers

2005-04-05 Thread Matt Tucker
Jacek, I heartily agree. However, Jive Messenger won't support s2s until the next release. Rest assured that the chats will accept s2s connections as soon as it's possible. Regards, Matt It seems the chat is not available through s2s from other servers than jivesoftware.org -- that is not

[jdev] Server independant transport packages (for package maintainers!)

2005-04-05 Thread Sander Devrieze
Hi, Last week I made three tutorials describing how to install the old Jabber transports in a way that they are compatible with *every* server implementation supporting gateways. Although it is focussed on ejabberd, it will be applicable to other server implementations too. The biggest

[jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Steve Smith
Hi, Has there been any suggestion or work toward p2p/serverless jabber sessions? If anyone can point me towards any proposals or discussion on the subject that would be appreciated. Thanks, Steve ___ jdev mailing list jdev@jabber.org

[jdev] Serialization in JSO--Using JAVA

2005-04-05 Thread Merwin Pinto
  Hi All, Is it possible to serialize objects and send them accross using Presence or Message packets? the methods like setShow(),setStatus() etc take only Strings as Arguments Is there a method to send Objects? Can i subclass the presence packet and write a method to

Re: [jdev] Cipher suite availability

2005-04-05 Thread Jens Mikkelsen
On Tue, 2005-04-05 at 14:37, Vinod Panicker wrote: Hi, Dunno if this is the right question to ask on this list, but seemed to be the closest match. Basically i'm trying to create an xmpp implementation. The TLS cipher suite required is specified in the RFC as

RE: [jdev] Why are we doing math on socket handles?

2005-04-05 Thread Bresler, Jonathan
quote There just seems something fundementally flawed about using the handle values the OS gives you as anything meaningful - except possibly for a dictionary lookup. I also have a problem with using signals as process control, but I can easily state that particular bias is due to my windows

Re: [jdev] Why are we doing math on socket handles?

2005-04-05 Thread Greg Hewgill
On Tue, Apr 05, 2005 at 10:08:09AM -0400, Bresler, Jonathan wrote: If Windows ignores the max_fd parameter then it must act pessimally and check the entire array for all conditions. It?s a choice of the writers of the OS. In the Win32 select() function, the fd_set parameters are implemented

RE: [jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Phil Wilson
Has there been any suggestion or work toward p2p/serverless jabber sessions? If anyone can point me towards any proposals or discussion on the subject that would be appreciated. I know of all the talk, but I didn't see any concrete work. Is there any? Cheers, Phil

[jdev] Real-world data forms?

2005-04-05 Thread Phil Wilson
Hi all, Can someone point me to a working use of Data Forms for something other than service registration? I'm sure there must be something out there. Cheers :) Phil ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

RE: [jdev] Serialization in JSO--Using JAVA

2005-04-05 Thread Matt Tucker
Merwin, This is a built-in feature of Smack, but you could definitely do it with JSO too. What you'd do: 1) Serialize the object to a byte stream and then encode is as base 64. 2) Add it as a packet extension to a message or presence. 3) Look for the packet extension on the other side and

Re: [jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Peter Saint-Andre
On Tue, Apr 05, 2005 at 03:31:25PM +0100, Phil Wilson wrote: Has there been any suggestion or work toward p2p/serverless jabber sessions? If anyone can point me towards any proposals or discussion on the subject that would be appreciated. I know of all the talk, but I didn't see any

RE: [jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Phil Wilson
1. Gain access to a Mac 2. Start up iChat in Rendezvous mode 3. Have fun! OK, sorry, I meant in non-iChat clients :) The main use case for this kind of thing is chatting with people at events and conferences (I've used it at IETF meetings). It'd be nice on a LAN, too, but you can just as

Re: [jdev] Real-world data forms?

2005-04-05 Thread Peter Millard
All implementations of MU-C use Data Forms for room configuration. Works great. All implementations that I've seen have different configurable values, so it's a perfect example of how Data Forms allows stuff to be abstracted away. pgm. On Apr 5, 2005 8:35 AM, Phil Wilson [EMAIL PROTECTED] wrote:

RE: [jdev] Real-world data forms?

2005-04-05 Thread Phil Wilson
On Apr 5, 2005 8:35 AM, Phil Wilson [EMAIL PROTECTED] wrote: Can someone point me to a working use of Data Forms for something other than service registration? I'm sure there must be something out there. Cheers :) All implementations of MU-C use Data Forms for room configuration. Works

Re: [jdev] Real-world data forms?

2005-04-05 Thread Sander Devrieze
Op dinsdag 5 april 2005 18:37, schreef Phil Wilson: snip Ideally though, I'm after a service or bot which uses Data Forms, for me to do some testing against. ILE (I Love Email) uses Data Forms. -- Mvg, Sander Devrieze. xmpp:[EMAIL PROTECTED] ( http://jabber.tk/ ) pgpI6lyArhtcg.pgp

RE: [jdev] Cipher suite availability

2005-04-05 Thread Matt Tucker
Hey guys, Basically i'm trying to create an xmpp implementation. The TLS cipher suite required is specified in the RFC as TLS_RSA_WITH_3DES_EDE_CBC_SHA. The Sun JSSE/Sun JCE security providers (JDK 1.5) sadly dont provide this cipher suite. Are there alternatives that can be

Re: [jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Eric
This may be somewhat off-topic, but I thought I'd mention it in case anyone finds it interesting. I'm one of the co-authors of a system called Kenosis which is a fully distributed peer-to-peer RPC system. It is 100% pure python and therefore quite cross-platform. I mention it because we

Re: [jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Ralph Giles
On Tue, Apr 05, 2005 at 04:41:30PM +0100, Phil Wilson wrote: but wouldn't it be nice if people on Windows and Linux could join in at events and conferences too? ;) If someone wants additional motivation, one thing that struck me looking at the ~50 people on Rendezvous iChat at sxsw is that

Re: [jdev] Real-world data forms?

2005-04-05 Thread Luis Peralta
Hi Sander! On Tue, 05 Apr 2005, Sander Devrieze wrote: Op dinsdag 5 april 2005 18:37, schreef Phil Wilson: snip Ideally though, I'm after a service or bot which uses Data Forms, for me to do some testing against. ILE (I Love Email) uses Data Forms. Well, yes, but for registering, even

Re: [jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Julian Missig
On Apr 5, 2005, at 14:00, Ralph Giles wrote: On Tue, Apr 05, 2005 at 04:41:30PM +0100, Phil Wilson wrote: but wouldn't it be nice if people on Windows and Linux could join in at events and conferences too? ;) If someone wants additional motivation, one thing that struck me looking at the ~50

ILE (was: Re: [jdev] Real-world data forms?)

2005-04-05 Thread Sander Devrieze
Op dinsdag 5 april 2005 20:16, schreef Luis Peralta: Hi Sander! On Tue, 05 Apr 2005, Sander Devrieze wrote: Op dinsdag 5 april 2005 18:37, schreef Phil Wilson: snip Ideally though, I'm after a service or bot which uses Data Forms, for me to do some testing against. ILE (I Love

Re: [jdev] Serverless (peer2peer) jabber sessions

2005-04-05 Thread Ralph Giles
On Tue, Apr 05, 2005 at 02:39:16PM -0400, Julian Missig wrote: You can drag multiple people into a chat. Instant group chat. I had no idea. :) Any idea what kind of messages it sends to initiate that? -r ___ jdev mailing list jdev@jabber.org

Re: [jdev] Is there something wrong with http://jabberstudio.org/project/?

2005-04-05 Thread Peter Saint-Andre
On Mon, Apr 04, 2005 at 05:23:03PM -0700, Tim Anderson wrote: I can't seem to get to the generic browse project page but if I happen to know the individual pages it seems to work OK. http://jabberstudio.org/project/ loads fine for me in both Firefox and Safari on OS X, both before and after

RE: [jdev] Is there something wrong with http://jabberstudio.org/ project/?

2005-04-05 Thread Tim Anderson
quote [OK on] Firefox and Safari on OS X /quote With IE6 and XP it's just one big white page. I need to install firefox but after installing an entire compiler setup (mingw), an entire shell setup including all 'standard' unix commands (msys), WinCVS, CVSNT, Java, TCL, Python, and Perl along

Re: [jdev] Is there something wrong with http://jabberstudio.org/ project/?

2005-04-05 Thread Peter Saint-Andre
On Tue, Apr 05, 2005 at 02:39:14PM -0700, Tim Anderson wrote: quote [OK on] Firefox and Safari on OS X /quote With IE6 and XP it's just one big white page. Hrm. Well, the syntax checker at xml.com says that it's valid XML. It's also fine in IE 5.2 for Mac. Any cross-browser HTML compliance

Re: [jdev] Is there something wrong with http://jabberstudio.org/project/?

2005-04-05 Thread Rodrigo G.S.Elias, Voxline
Hi, Windows XP and IE 6.0 and everthing goes fine... -- []s Rodrigo G.S.Elias Analista de Sistemas Pleno Tel.: 55.11.5525. Fax.: 55.11.5525. Voxline Contact Center http://www.voxline.com.br - Original Message - From: Peter Saint-Andre [EMAIL PROTECTED] To: Jabber software

Re: [jdev] Is there something wrong with http://jabberstudio.org/ project/?

2005-04-05 Thread Webber
I did a quick check, the problem does not appear to be in the HTML but in the javascript that's generated by the file JavaScript.php. The problem occurs at the main page of JS.org. That file gets called with a blank pid value as a parameter, resulting in: *Fatal error*: Call to a member

Re: [jdev] Is there something wrong with http://jabberstudio.org/ project/?

2005-04-05 Thread Peter Saint-Andre
Thanks, that's helpful. I'll pass it along to the JabberStudio developers (I just help with some admin functions and don't really touch the code if I can help it). Peter On Tue, Apr 05, 2005 at 11:51:37PM +0200, Webber wrote: I did a quick check, the problem does not appear to be in the HTML

Re: [jdev] Cipher suite availability

2005-04-05 Thread Vinod Panicker
Hi, On Apr 5, 2005 10:47 PM, Matt Tucker [EMAIL PROTECTED] wrote: Hey guys, Basically i'm trying to create an xmpp implementation. The TLS cipher suite required is specified in the RFC as TLS_RSA_WITH_3DES_EDE_CBC_SHA. The Sun JSSE/Sun JCE security providers (JDK 1.5) sadly dont