From e0241df67f8058db3a42fccf5a2067596bf0660a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 21 Dec 2002 12:21:21 +0000 Subject: [PATCH] - Applied modified version of Tran's documentation patch for the jabber module. --- modules/jabber.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/jabber.module b/modules/jabber.module index c69aa4463f6..ce8bf228635 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -156,8 +156,8 @@ function jabber_auth_help() { $site = variable_get("site_name", "this web site"); $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.

-

Jabber is an open source instant messaging system designed to give the power of choice and freedom back to the users of instant messaging. By creating an extensible and powerful server and protocol, Jabber has succeeded in this goal. 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.

"; +

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.

"; return t($output, array("%s" => "$site")); }