pidgin: 0a2b3d19: Update this to use prpl-aim

markdoliner at pidgin.im markdoliner at pidgin.im
Wed Apr 14 20:50:42 EDT 2010


-----------------------------------------------------------------
Revision: 0a2b3d194869ba6d7da504c295d74e41e6a38633
Ancestor: 27110c4e60a08009c4f2f261ff5b6c7fe4caacec
Author: markdoliner at pidgin.im
Date: 2010-04-15T00:48:36
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/0a2b3d194869ba6d7da504c295d74e41e6a38633

Modified files:
        doc/PERL-HOWTO.dox

ChangeLog: 

Update this to use prpl-aim

-------------- next part --------------
============================================================
--- doc/PERL-HOWTO.dox	4aae6da00d2c443aeaa554fcf19442815a75d44c
+++ doc/PERL-HOWTO.dox	82b48b5fe6f1ef33a45cde6d20ceddb466b7dbb2
@@ -72,8 +72,8 @@ sub plugin_load {
 sub plugin_load {
 	$plugin = shift;
 
-	# Testing was done using Oscar, but this should work regardless of the protocol chosen
-	my $protocol = "prpl-oscar";
+	# Testing was done using AIM, but this should work regardless of the protocol chosen
+	my $protocol = "prpl-aim";
 	my $account_name = "test";
 
 	# Create a new Account
@@ -149,7 +149,7 @@ sub plugin_load {
 sub plugin_load {
 	my $plugin = shift;
 
-	my $protocol = "prpl-oscar";
+	my $protocol = "prpl-aim";
 	my $account_name = "test";
 
 	# This is how we get an account to use in the following tests.  You should replace the username
@@ -232,7 +232,7 @@ sub plugin_load {
 @code
 sub plugin_load {
 	my $plugin = shift;
-	my $protocol = "prpl-oscar";
+	my $protocol = "prpl-aim";
 	my $account_name = "test";
 
 	$account = Purple::Accounts::find($account_name, $protocol);


More information about the Commits mailing list