PATCH: Proper support for XML Namespaces

2010-05-28 Thread Daniel Ruoso
Hi, This patch has been sent to the list before, but got lost. This patch implements proper support for XML namespace handling, which includes preserving the original prefixes used by each client when the message is received and re-sent (note that according to XML Canonical serialization, prefix

Re: PATCH: Proper support for XML Namespaces

2010-05-28 Thread Daniel Ruoso
Em Sex, 2010-05-28 às 12:00 -0300, Daniel Ruoso escreveu: This patch has been sent to the list before, but got lost. This patch implements proper support for XML namespace handling, which includes preserving the original prefixes used by each client when the message is received and re-sent

Re: djabberd code repository

2010-05-24 Thread Daniel Ruoso
Em Seg, 2010-05-24 às 09:29 -0700, Yann Kerherve escreveu: My bad, we're indeed migrating most or all our opensource repositories to github. I was in the process of moving DJabberd to github/djabberd when I struggled with some hairy filter-branch syntax (The story behind this is that a long

Re: PATCH: Proper namespaces handling in DJabberd

2009-11-05 Thread Daniel Ruoso
Em Qui, 2009-10-29 às 14:11 -0300, Daniel Ruoso escreveu: Em Sex, 2009-07-03 às 10:53 -0700, Brad Fitzpatrick escreveu: Your patch doesn't include new tests demonstrating the problem or the fix. We never really accept any patch that's a bunch of changed code with no test changes. Ok

Re: PATCH: Proper namespaces handling in DJabberd

2009-06-10 Thread Daniel Ruoso
Em Qua, 2009-06-10 às 13:00 -0700, Martin Atkins escreveu: And you are sending this element as a direct child of a message stanza? Yes, it is a direct child of the stanza element. Can you share some code that illustrates the problem? Unfortunally, I only have code that is integrated with the

Summer Of Code 2009

2009-04-01 Thread Daniel Ruoso
Hi, The deadline for proposal submissions is really close (april 3rd, 19:00 UTC), and as there are few Perl proposals yet, I'm taking the risk of diong some spamming in the lists of projects I use. I'm a mentor for this year's gsoc for the perl foundation, so I'm willing to mentor DJabberd

Re: Summer Of Code 2009

2009-04-01 Thread Daniel Ruoso
Em Qua, 2009-04-01 às 16:14 -0700, Martin Atkins escreveu: What needs to happen in order to get DJabberd considered for Summer of Code? Do we need to propose some projects or something? I've never done this before. Well, a student needs to post a project proposal, by signing in to

Re: DJabberd and Perl 5.10

2008-06-22 Thread Daniel Ruoso
Dom, 2008-06-22 às 00:13 +0200, Michael Scherer escreveu: Do you have a patch ? Well, I thought it wouldn't be worth posting because I'm simply commenting out the 'use fields' directive in both files and replacing the calls to fields::new($class) for bless {}, $class. As I said before, I

DJabberd and Perl 5.10

2008-06-21 Thread Daniel Ruoso
Hello, Today I had an unfortunate discovery. DJabberd seems to fail on Perl 5.10. At first, I couldn't really figure out what the problem is, so, before I dig into the code, did anyone solved that problem already? is there an unreleased version that works with Perl 5.10? daniel

Re: DJabberd and Perl 5.10

2008-06-21 Thread Daniel Ruoso
Sáb, 2008-06-21 às 16:46 -0400, Jacob Burkhart escreveu: I seem to remember some comments in the code saying something like This will break with perl 5.10... might want to search the code base for things like that. Ok, the problem is in a hackish break of OO encapsulation in XMLElement and