From 8d2b1238b4d8ebd57848fde665b7f93c3a03cd90 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 May 2003 09:15:00 +0000 Subject: - Michael Frankowski's excellent help text improvements! --- modules/jabber.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/jabber.module') diff --git a/modules/jabber.module b/modules/jabber.module index d80435a2c..7e2117def 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -155,9 +155,8 @@ function jabber_page() { function jabber_auth_help() { $site = variable_get("site_name", "this web site"); - $output = " -

Jabber is an open source instant messaging system designed to give the power of choice and freedom back to the users of instant messaging. Not only does Jabber allow its users to use (and create) clients for numerous platforms, but it allows people to communicate to whomever they want in the way which is most convenient for them.

-

You may login to %s using a Jabber ID. The format of a Jabber ID is the same as an email address: name@server An example of valid Jabber ID is mwlily@jabber.com. Note that you must be able to access port 111 on the Jabber server from your web server. For example, sourceforge.net does not allow that such that Jabber authentication does not work.

"; + $output = "

Jabber is an open source instant messaging system designed to give the power of choice and freedom back to the users of instant messaging. Not only does Jabber allow its users to use (and create) clients for numerous platforms, but it allows people to communicate to whomever they want in the way which is most convenient for them.

"; + $output .= "

You may login to %s using a Jabber ID. The format of a Jabber ID is the same as an email address: name@server An example of valid Jabber ID is mwlily@jabber.com. Note that you must be able to access port 111 on the Jabber server from your web server. For example, sourceforge.net blocks port 111 so Jabber authentication does not work.

"; return t($output, array("%s" => "$site")); } -- cgit v1.2.3