Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for sendxmpp/sendxmpp between version 1.5 and 1.6

version 1.5, 2006/10/04 23:08:17 version 1.6, 2006/10/04 23:53:26
Line 1 
Line 1 
 #!/usr/bin/perl -w  #!/usr/bin/perl -w
   
 eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'  eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
     if 0; # not running under some shell  if 0; # not running under some shell
 #-*-mode:perl-*-  
 #Time-stamp: <2005-05-07 19:24:09 (djcb)>  
   
   #
 # script to send message using xmpp (aka jabber),  # script to send message using xmpp (aka jabber),
 #   somewhat resembling mail(1)  # somewhat resembling mail(1)
   #
 # Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>  # Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
 # Copyright (c) 2004,2005 Dirk-Jan C. Binnema  # Copyright (c) 2004, 2005 Dirk-Jan C. Binnema
   #
   # Maintainer: Lubomir Host 'rajo' <rajo AT platon.sk>
   # Homepage: http://sendxmpp.platon.sk
   #
 # Released under the terms of the GNU General Public License v2  # Released under the terms of the GNU General Public License v2
   #
   
 use Net::XMPP;  use Net::XMPP;
 use Getopt::Long;  use Getopt::Long;
Line 535  Documentation for the L<Net::XMPP> modul
Line 538  Documentation for the L<Net::XMPP> modul
   
 The jabber homepage: http://www.jabber.org/  The jabber homepage: http://www.jabber.org/
   
 The sendxmpp homepage: http://www.djcbsoftware.nl/code/sendxmpp  The sendxmpp homepage: http://sendxmpp.platon.sk
   
 =head1 AUTHOR  =head1 AUTHOR
   
 sendxmpp has been written by Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>, and uses  sendxmpp has been written by Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>, and uses
 the L<Net::XMPP> modules written by Ryan Eatmon.  the L<Net::XMPP> modules written by Ryan Eatmon. Current maintainer is
   Lubomir Host 'rajo' <rajo AT platon.sk>, http://rajo.platon.sk
   
 =cut  =cut

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top