summaryrefslogtreecommitdiff
path: root/modules/jabber.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jabber.module')
-rw-r--r--modules/jabber.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/jabber.module b/modules/jabber.module
index 98ddd7480..abe1a4448 100644
--- a/modules/jabber.module
+++ b/modules/jabber.module
@@ -1,4 +1,10 @@
<?php
+// $Id$
+
+function jabber_system($field){
+ $system["description"] = t("Enables login with Jabber ID and Password");
+ return $system[$field];
+}
function jabber_info($field = 0) {
$info["name"] = "Jabber";