[Pidgin] #8136: Jabber crashes

Pidgin trac at pidgin.im
Fri Feb 20 01:36:30 EST 2009


#8136: Jabber crashes
---------------------+------------------------------------------------------
 Reporter:  ranma42  |           Owner:  deryni
     Type:  defect   |          Status:  new   
Milestone:           |       Component:  XMPP  
  Version:  2.5.4    |      Resolution:        
 Keywords:           |   Launchpad_bug:        
---------------------+------------------------------------------------------

Comment(by ranma42):

 This plugin can be used to reproduce the problem (on my machine, at
 least):

 {{{
 use XML::Atom;
 use Purple;
 %PLUGIN_INFO = (
     perl_api_version => 2,
     name => "Perl Test Plugin",
     version => "0.1",
     summary => "Test plugin for the Perl interpreter.",
     description => "Your description here",
     author => "John H. Kelm <johnhkelm\@gmail.com",
     url => "http://pidgin.im",
     load => "plugin_load",
     unload => "plugin_unload"
 );
 sub plugin_init {
     return %PLUGIN_INFO;
 }
 sub plugin_load {
     my $plugin = shift;
     Purple::Debug::info("testplugin", "plugin_load() - Test Plugin
 Loaded.\n");
 }
 sub plugin_unload {
     my $plugin = shift;
     Purple::Debug::info("testplugin", "plugin_unload() - Test Plugin
 Unloaded.\n");
 }
 }}}

 The only difference from the sample plugin is the first line.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/8136#comment:10>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list