Update this to use prpl-aim

Thu, 15 Apr 2010 00:48:36 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 15 Apr 2010 00:48:36 +0000
changeset 30015
2b3f4b5bbdd2
parent 29935
d28b5dcc7554
child 30016
cbef367869fa

Update this to use prpl-aim

doc/PERL-HOWTO.dox file | annotate | diff | comparison | revisions
--- a/doc/PERL-HOWTO.dox	Mon Mar 29 23:35:35 2010 +0000
+++ b/doc/PERL-HOWTO.dox	Thu Apr 15 00:48:36 2010 +0000
@@ -72,8 +72,8 @@
 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 {
 	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 @@
 @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);

mercurial