Re: DJabberd and Perl 5.10

2008-06-21 Thread Michael Scherer
downbless all tests fails. I do not understand what the code does. -- Michael Scherer

Re: is not an error an error?

2008-06-14 Thread Michael Scherer
the problem... -- Michael Scherer

[patch] weird error with regard to namespace

2007-10-13 Thread Michael Scherer
? So far, it seems to fix the problem, but as i am not sure of the problem ( it may be related to another thing ), I am not sure this is the correct fix. -- Michael Scherer--- a/lib/DJabberd/Connection/ServerIn.pm +++ b/lib/DJabberd/Connection/ServerIn.pm @@ -46,6 +46,7 @@ sub on_stanza_received

[patch] better error message when adding implicit plugin

2007-10-09 Thread Michael Scherer
--- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + - Michael Scherer [EMAIL PROTECTED]: more explicit messages for +vhost plugin verification (give the name of vhost) + - Michael Scherer [EMAIL PROTECTED]: more helpful error messages in logs after dialback failure (shows hosts in question

[patch] do not answer to adhoc command discovery queries

2007-09-24 Thread Michael Scherer
Schererdiff --git a/CHANGES b/CHANGES index 1b55a65..050247b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + - Michael Scherer [EMAIL PROTECTED]: do not answer inconditionnaly +to all type disco requests, only on those without a node attribute + - Michael Scherer [EMAIL PROTECTED]: more

(patch) spool directory storage for vcard

2007-09-23 Thread Michael Scherer
storage, +similar to the one used by jabberd, or postfix ( for the mail ). The filename is derived from username +and the domain. Directory will be autocreated if it doesn't exist. + +=head1 COPYRIGHT + +This module is Copyright (c) 2007 Michael Scherer +All rights reserved. + +You may distribute

Re: error of dialback with im.apinc.org, standard compliance problem ?

2007-09-22 Thread Michael Scherer
coming on this socket is a dialback result ? -- Michael Scherer

patch to have more meaningful error

2007-09-22 Thread Michael Scherer
Hi, While reading the log of my djabberd installation, I have seen various message like this : WARN - Dialback result invalid for DJabberd::Connection::ServerIn=ARRAY(0x8d7eee0), reason: no resolved IP as this is not really useful, I have patched djabberd to show the two domain name involved :

Re: patch to have more meaningful error

2007-09-22 Thread Michael Scherer
Selon Brad Fitzpatrick [EMAIL PROTECTED]: Don't use warn directly. Go through the log4perl layer. Ok, here is a fixed patch. However there is other occurrences of warn in source code, this should also be replaced ? -- Michael Schererdiff --git a/lib/DJabberd/Connection/ServerIn.pm

[patch] unicode problem with DJabberd::RosterStorage::SQLite

2007-09-21 Thread Michael Scherer
Hi, while changing the name of some people in my roster, I have seen that DBD::SQLite ( version 1.13 ) send back the name without explicitly marking them as unicode. So, after a reconnection, my jabber client do not display correctly the name, clearly showing a conversion problem. After

Re: [patch] changing uid of the server

2007-09-20 Thread Michael Scherer
. And lowering permission of /var/run is not a option, imho. And keeping everything in one file is better than having part of the configuration in the initscript, and the rest in the configfile. -- Michael Scherer

error of dialback with im.apinc.org, standard compliance problem ?

2007-09-20 Thread Michael Scherer
on dns propagation, I couldn't check with other servers except google's one, which seems to be ok. -- Michael Scherer--- lib/DJabberd/Connection/ServerOut.pm +++ lib/DJabberd/Connection/ServerOut.pm @@ -83,19 +83,20 @@ sub on_stream_start { } $self-log-debug(Connection $self-{id

[patch] changing uid of the server

2007-09-19 Thread Michael Scherer
as root is dangerous and should be avoided ). -- Michael Scherer

Re: [patch] changing uid of the server

2007-09-19 Thread Michael Scherer
Selon Michael Scherer [EMAIL PROTECTED]: Hi, I think it would be nice to be able to change uid of djabberd after the various ports have been opened, in order to enhance security. Since no one has done it before, here is a quick patch against trunk. It add a -u/--uid option to specify

Re: Offline Storage and an Authentication Plugin

2007-07-31 Thread Michael Scherer
think most server do not implement xep-0013, neither does clients. -- Michael Scherer

Re: Expose Multiple Resources

2007-07-18 Thread Michael Scherer
Psi 0.11 comes out. I don't believe the same requirements for issuing/receiving ad-hoc commands also carries the exposure of multiple resources too. Adhoc commands on server or on client ? -- Michael Scherer

Re: raw is not cloned in XMLElement::clone()

2007-02-05 Thread Michael Scherer
to do complete copy of the object. -- Michael Scherer

Re: ANN: Upload of DJabberd::Plugin::PrivateStorage and DJabberd::Plugin::JabberIqVersion

2006-12-05 Thread Michael Scherer
was quite convenient, so maybe placing it in it's own module would be a good idea ( for the moment, i have copied the file in each tarball, this is not clean or manageable ). -- Michael Scherer

ANN: Upload of DJabberd::Plugin::PrivateStorage and DJabberd::Plugin::JabberIqVersion

2006-12-03 Thread Michael Scherer
://search.cpan.org/~misc/DJabberd-Plugin-PrivateStorage-0.60/ [4] http://www.xmpp.org/extensions/xep-0049.html [5] http://www.xmpp.org/extensions/xep-0048.html [6] http://www.xmpp.org/extensions/xep-0145.html -- Michael Scherer