summaryrefslogtreecommitdiff
path: root/jabber.el
diff options
context:
space:
mode:
Diffstat (limited to 'jabber.el')
-rw-r--r--jabber.el49
1 files changed, 11 insertions, 38 deletions
diff --git a/jabber.el b/jabber.el
index 7781709..4e0545a 100644
--- a/jabber.el
+++ b/jabber.el
@@ -143,44 +143,17 @@ configure a Google Talk account like this:
(require 'jabber-ft-server)
(require 'jabber-socks5)
-;; XXX: automate this some time
-(autoload 'jabber-export-roster "jabber-export"
- "Create buffer from which roster can be exported to a file."
- t)
-(autoload 'jabber-import-roster "jabber-export"
- "Create buffer for roster import from FILE."
- t)
-(autoload 'jabber-compose "jabber-compose"
- "Create a buffer for composing a Jabber message."
- t)
-(autoload 'jabber-private-get "jabber-private"
- "Retrieve an item from private XML storage.
-The item to retrieve is identified by NODE-NAME (a symbol) and
-NAMESPACE (a string).
-On success, SUCCESS-CALLBACK is called with the retrieved XML fragment.
-On error, ERROR-CALLBACK is called with the entire IQ result."
- nil)
-(autoload 'jabber-private-set "jabber-private"
- "Store FRAGMENT in private XML storage.
-SUCCESS-CALLBACK, SUCCESS-CLOSURE-DATA, ERROR-CALLBACK and
-ERROR-CLOSURE-DATA are used as in `jabber-send-iq'."
- nil)
-(autoload 'jabber-get-bookmarks "jabber-bookmarks"
- "Retrieve bookmarks (if needed) and call CONT.
-Arguments to CONT are JC and the bookmark list. CONT will be
-called as the result of a filter function or a timer.
-If REFRESH is non-nil, always fetch bookmarks."
- nil)
-(autoload 'jabber-edit-bookmarks "jabber-bookmarks"
- "Create a buffer for editing bookmarks interactively."
- t)
-(autoload 'jabber-get-conference-data "jabber-bookmarks"
- "Get bookmark data for CONFERENCE-JID.
-KEY may be nil or one of :name, :autojoin, :nick and :password.
-If KEY is nil, a plist containing the above keys is returned.
-CONT is called when the result is available, with JC and the
-result as arguments."
- nil)
+;; External notifiers
+(require 'jabber-screen)
+(require 'jabber-ratpoison)
+(require 'jabber-sawfish)
+(require 'jabber-festival)
+(require 'jabber-xmessage)
+(require 'jabber-wmii)
+(require 'jabber-osd)
+
+(require 'jabber-autoload)
+
(defvar *jabber-current-status* nil
"the users current presence staus")