aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2008-05-28 11:19:54 +0000
committerYana Stamcheva <yana@jitsi.org>2008-05-28 11:19:54 +0000
commit2c111b0a89cacc1940816c6f3fa0d804a339a1f4 (patch)
treee6729e5dde700a15df1877a2ef02fd45eaf32e23 /src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java
parentb7fa06b02e2af0648bc3b6bd7c3b64a1fa630e0a (diff)
downloadjitsi-2c111b0a89cacc1940816c6f3fa0d804a339a1f4.zip
jitsi-2c111b0a89cacc1940816c6f3fa0d804a339a1f4.tar.gz
jitsi-2c111b0a89cacc1940816c6f3fa0d804a339a1f4.tar.bz2
Sign up link added to simple account registration page.
Diffstat (limited to 'src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java')
-rw-r--r--src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java b/src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java
index 5f6e915..3fd82eb 100644
--- a/src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java
+++ b/src/net/java/sip/communicator/plugin/yahooaccregwizz/YahooAccountRegistrationWizard.java
@@ -319,4 +319,21 @@ public class YahooAccountRegistrationWizard
{
return true;
}
+
+ public void webSignup()
+ {
+ YahooAccRegWizzActivator.getBrowserLauncher()
+ .openURL("https://edit.yahoo.com/registration");
+ }
+
+ /**
+ * Returns <code>true</code> if the web sign up is supported by the current
+ * implementation, <code>false</code> - otherwise.
+ * @return <code>true</code> if the web sign up is supported by the current
+ * implementation, <code>false</code> - otherwise
+ */
+ public boolean isWebSignupSupported()
+ {
+ return true;
+ }
}