Package: sendxmpp
Version: 1.14-1
Severity: important
Tags: patch

Message type is set incorrectly. By default type will be set to 'message', 
which should be 'normal'.
Scheme: http://xmpp.org/protocols/jabber:client/

libpurple and iChat will drop these messages.

Included patch will fix this.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages sendxmpp depends on:
ii  libnet-xmpp-perl              1.02-1     XMPP Perl library
ii  perl                          5.10.0-19  Larry Wall's Practical Extraction 

sendxmpp recommends no packages.

sendxmpp suggests no packages.

-- no debconf information
--- sendxmpp    2009-03-17 14:20:33.000000000 +0100
+++ sendxmpp.bak        2009-03-17 14:19:29.000000000 +0100
@@ -375,7 +375,7 @@
     
     my ($cnx,$rcpt,$comp,$subject,$headline,$msg) = @_;
 
-       my $type = 'normal';
+       my $type = 'message';
        if ($headline) {
                $type='headline';
        }

Reply via email to