1 ;;; jabber-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
5 (add-to-list 'load-path (directory-file-name
6 (or (file-name-directory #$) (car load-path))))
9 ;;;### (autoloads nil "jabber" "jabber.el" (0 0 0 0))
10 ;;; Generated autoloads from jabber.el
12 (defvar jabber-account-list nil "\
13 List of Jabber accounts.
14 Each element of the list is a cons cell describing a Jabber account,
15 where the car is a JID and the CDR is an alist.
17 JID is a full Jabber ID string (e.g. foo@bar.tld). You can also
18 specify the resource (e.g. foo@bar.tld/emacs).
19 The following keys can be present in the alist:
21 :password is a string to authenticate ourself against the server.
22 It can be empty. If you don't want to store your password in your
23 Emacs configuration, try auth-source (info node `(auth)Top').
25 :network-server is a string identifying the address to connect to,
26 if it's different from the server part of the JID.
28 :port is the port to use (default depends on connection type).
30 :connection-type is a symbol. Valid symbols are `starttls',
33 Only JID is mandatory. The rest can be guessed at run-time.
37 Two accounts without any special configuration:
38 \((\"foo@example.com\") (\"bar@example.net\"))
40 One disabled account with a non-standard port:
41 \((\"romeo@montague.net\" (:port . 5242) (:disabled . t)))
43 If you don't have SRV and STARTTLS capabilities in your Emacs,
44 configure a Google Talk account like this:
45 \((\"username@gmail.com\"
46 (:network-server . \"talk.google.com\")
47 (:connection-type . ssl)))")
49 (custom-autoload 'jabber-account-list "jabber" t)
51 (defvar *jabber-current-status* nil "\
52 The user's current presence status.")
54 (defvar *jabber-current-show* nil "\
55 The user's current presence show.")
57 (defvar *jabber-current-priority* nil "\
58 The user's current priority.")
60 (defconst jabber-presence-faces '(("" . jabber-roster-user-online) ("away" . jabber-roster-user-away) ("xa" . jabber-roster-user-xa) ("dnd" . jabber-roster-user-dnd) ("chat" . jabber-roster-user-chatty) ("error" . jabber-roster-user-error) (nil . jabber-roster-user-offline)) "\
61 Mapping from presence types to faces.")
63 (autoload 'jabber-customize "jabber" "\
64 Customize Jabber options." t nil)
66 (autoload 'jabber-info "jabber" "\
67 Open jabber.el manual." t nil)
69 (register-definition-prefixes "jabber" '("*jabber-status-history*" "jabber-"))
73 ;;;### (autoloads nil "jabber-activity" "jabber-activity.el" (0 0
75 ;;; Generated autoloads from jabber-activity.el
77 (defvar jabber-activity-mode t "\
78 Non-nil if Jabber-Activity mode is enabled.
79 See the `jabber-activity-mode' command
80 for a description of this minor mode.
81 Setting this variable directly does not take effect;
82 either customize it (see the info node `Easy Customization')
83 or call the function `jabber-activity-mode'.")
85 (custom-autoload 'jabber-activity-mode "jabber-activity" nil)
87 (autoload 'jabber-activity-mode "jabber-activity" "\
88 Toggle display of activity in hidden jabber buffers in the mode line.
90 With a numeric arg, enable this display if arg is positive.
92 \(fn &optional ARG)" t nil)
94 (register-definition-prefixes "jabber-activity" '("jabber-activity-"))
98 ;;;### (autoloads nil "jabber-ahc" "jabber-ahc.el" (0 0 0 0))
99 ;;; Generated autoloads from jabber-ahc.el
101 (register-definition-prefixes "jabber-ahc" '("jabber-ahc-"))
105 ;;;### (autoloads nil "jabber-ahc-presence" "jabber-ahc-presence.el"
107 ;;; Generated autoloads from jabber-ahc-presence.el
109 (register-definition-prefixes "jabber-ahc-presence" '("jabber-ahc-presence"))
113 ;;;### (autoloads nil "jabber-alert" "jabber-alert.el" (0 0 0 0))
114 ;;; Generated autoloads from jabber-alert.el
116 (register-definition-prefixes "jabber-alert" '("beep" "define-" "echo" "jabber-"))
120 ;;;### (autoloads nil "jabber-autoaway" "jabber-autoaway.el" (0 0
122 ;;; Generated autoloads from jabber-autoaway.el
124 (autoload 'jabber-autoaway-start "jabber-autoaway" "\
125 Start autoaway timer.
126 The IGNORED argument is there so you can put this function in
127 `jabber-post-connect-hooks'.
129 \(fn &optional IGNORED)" t nil)
131 (register-definition-prefixes "jabber-autoaway" '("jabber-"))
135 ;;;### (autoloads nil "jabber-avatar" "jabber-avatar.el" (0 0 0 0))
136 ;;; Generated autoloads from jabber-avatar.el
138 (register-definition-prefixes "jabber-avatar" '("jabber-"))
142 ;;;### (autoloads nil "jabber-awesome" "jabber-awesome.el" (0 0 0
144 ;;; Generated autoloads from jabber-awesome.el
146 (register-definition-prefixes "jabber-awesome" '("awesome" "jabber-awesome-"))
150 ;;;### (autoloads nil "jabber-bookmarks" "jabber-bookmarks.el" (0
152 ;;; Generated autoloads from jabber-bookmarks.el
154 (autoload 'jabber-get-conference-data "jabber-bookmarks" "\
155 Get bookmark data for CONFERENCE-JID.
156 KEY may be nil or one of :name, :autojoin, :nick and :password.
157 If KEY is nil, a plist containing the above keys is returned.
158 CONT is called when the result is available, with JC and the
159 result as arguments. If CONT is nil, return the requested data
160 immediately, and return nil if it is not in the cache.
162 \(fn JC CONFERENCE-JID CONT &optional KEY)" nil nil)
164 (autoload 'jabber-parse-conference-bookmark "jabber-bookmarks" "\
165 Convert a <conference/> tag into a plist.
166 The plist may contain the keys :jid, :name, :autojoin,
171 (autoload 'jabber-get-bookmarks "jabber-bookmarks" "\
172 Retrieve bookmarks (if needed) and call CONT.
173 Arguments to CONT are JC and the bookmark list. CONT will be
174 called as the result of a filter function or a timer.
175 If REFRESH is non-nil, always fetch bookmarks.
177 \(fn JC CONT &optional REFRESH)" nil nil)
179 (autoload 'jabber-get-bookmarks-from-cache "jabber-bookmarks" "\
180 Return cached bookmarks for JC.
181 If bookmarks have not yet been fetched by `jabber-get-bookmarks',
186 (autoload 'jabber-edit-bookmarks "jabber-bookmarks" "\
187 Create a buffer for editing bookmarks interactively.
189 JC is the Jabber connection.
193 (register-definition-prefixes "jabber-bookmarks" '("jabber-"))
197 ;;;### (autoloads nil "jabber-browse" "jabber-browse.el" (0 0 0 0))
198 ;;; Generated autoloads from jabber-browse.el
200 (register-definition-prefixes "jabber-browse" '("jabber-"))
204 ;;;### (autoloads nil "jabber-carbons" "jabber-carbons.el" (0 0 0
206 ;;; Generated autoloads from jabber-carbons.el
208 (autoload 'jabber-enable-carbons "jabber-carbons" "\
209 Send request to enable XEP-0280 Message Carbons.
211 JC is the Jabber connection.
215 (register-definition-prefixes "jabber-carbons" '("jabber-carbon-"))
219 ;;;### (autoloads nil "jabber-chat" "jabber-chat.el" (0 0 0 0))
220 ;;; Generated autoloads from jabber-chat.el
222 (defvar jabber-chatting-with nil "\
223 JID of the person you are chatting with.")
225 (autoload 'jabber-chat-get-buffer "jabber-chat" "\
226 Return the chat buffer for chatting with CHAT-WITH (bare or full JID).
227 Either a string or a buffer is returned, so use `get-buffer' or
230 \(fn CHAT-WITH)" nil nil)
232 (register-definition-prefixes "jabber-chat" '("jabber-"))
236 ;;;### (autoloads nil "jabber-chatbuffer" "jabber-chatbuffer.el"
238 ;;; Generated autoloads from jabber-chatbuffer.el
240 (defvar jabber-buffer-connection nil "\
241 The connection used by this buffer.")
243 (make-variable-buffer-local 'jabber-buffer-connection)
245 (register-definition-prefixes "jabber-chatbuffer" '("jabber-"))
249 ;;;### (autoloads nil "jabber-chatstates" "jabber-chatstates.el"
251 ;;; Generated autoloads from jabber-chatstates.el
253 (register-definition-prefixes "jabber-chatstates" '("jabber-"))
257 ;;;### (autoloads nil "jabber-compose" "jabber-compose.el" (0 0 0
259 ;;; Generated autoloads from jabber-compose.el
261 (autoload 'jabber-compose "jabber-compose" "\
262 Create a buffer for composing a Jabber message.
264 JC is the Jabber connection.
266 \(fn JC &optional RECIPIENT)" t nil)
268 (register-definition-prefixes "jabber-compose" '("jabber-compose-send"))
272 ;;;### (autoloads nil "jabber-conn" "jabber-conn.el" (0 0 0 0))
273 ;;; Generated autoloads from jabber-conn.el
275 (register-definition-prefixes "jabber-conn" '("*jabber-virtual-server-function*" "jabber-"))
279 ;;;### (autoloads nil "jabber-console" "jabber-console.el" (0 0 0
281 ;;; Generated autoloads from jabber-console.el
283 (autoload 'jabber-process-console "jabber-console" "\
284 Log XML-DATA i/o as XML in \"*-jabber-console-JID-*\" buffer.
286 \(fn JC DIRECTION XML-DATA)" nil nil)
288 (register-definition-prefixes "jabber-console" '("jabber-"))
292 ;;;### (autoloads nil "jabber-core" "jabber-core.el" (0 0 0 0))
293 ;;; Generated autoloads from jabber-core.el
294 (autoload 'jabber-connect-all "jabber" "Connect to all configured Jabber accounts.\nSee `jabber-account-list'.\nIf no accounts are configured (or ARG supplied), call `jabber-connect' interactively." t)
295 (autoload 'jabber-connect "jabber" "Connect to the Jabber server and start a Jabber XML stream.\nWith prefix argument, register a new account.\nWith double prefix argument, specify more connection details." t)
297 (register-definition-prefixes "jabber-core" '("*jabber-" "jabber-"))
301 ;;;### (autoloads nil "jabber-disco" "jabber-disco.el" (0 0 0 0))
302 ;;; Generated autoloads from jabber-disco.el
304 (eval-after-load "jabber-core" '(add-to-list 'jabber-presence-chain #'jabber-process-caps))
306 (autoload 'jabber-process-caps "jabber-disco" "\
307 Look for entity capabilities in presence stanzas.
309 JC is the Jabber connection.
310 XML-DATA is the parsed tree data from the stream (stanzas)
311 obtained from `xml-parse-region'.
313 \(fn JC XML-DATA)" nil nil)
315 (autoload 'jabber-disco-advertise-feature "jabber-disco" "\
318 \(fn FEATURE)" nil nil)
320 (autoload 'jabber-caps-presence-element "jabber-disco" "\
325 (eval-after-load "jabber-presence" '(add-to-list 'jabber-presence-element-functions #'jabber-caps-presence-element))
327 (register-definition-prefixes "jabber-disco" '("jabber-"))
331 ;;;### (autoloads nil "jabber-events" "jabber-events.el" (0 0 0 0))
332 ;;; Generated autoloads from jabber-events.el
334 (register-definition-prefixes "jabber-events" '("jabber-"))
338 ;;;### (autoloads nil "jabber-export" "jabber-export.el" (0 0 0 0))
339 ;;; Generated autoloads from jabber-export.el
341 (autoload 'jabber-export-roster "jabber-export" "\
342 Export roster for connection JC.
346 (autoload 'jabber-import-roster "jabber-export" "\
347 Create buffer for roster import for connection JC from FILE.
349 \(fn JC FILE)" t nil)
351 (register-definition-prefixes "jabber-export" '("jabber-"))
355 ;;;### (autoloads nil "jabber-feature-neg" "jabber-feature-neg.el"
357 ;;; Generated autoloads from jabber-feature-neg.el
359 (register-definition-prefixes "jabber-feature-neg" '("jabber-fn-"))
363 ;;;### (autoloads nil "jabber-gmail" "jabber-gmail.el" (0 0 0 0))
364 ;;; Generated autoloads from jabber-gmail.el
366 (autoload 'jabber-gmail-subscribe "jabber-gmail" "\
367 Subscribe to gmail notifications.
368 See http://code.google.com/apis/talk/jep_extensions/usersettings.html#4
372 (autoload 'jabber-gmail-query "jabber-gmail" "\
373 Request mail information from the Google Talk server (a.k.a. one shot query).
374 See http://code.google.com/apis/talk/jep_extensions/gmail.html#requestmail
378 (register-definition-prefixes "jabber-gmail" '("jabber-gmail-"))
382 ;;;### (autoloads nil "jabber-history" "jabber-history.el" (0 0 0
384 ;;; Generated autoloads from jabber-history.el
386 (register-definition-prefixes "jabber-history" '("jabber-"))
390 ;;;### (autoloads nil "jabber-httpupload" "jabber-httpupload.el"
392 ;;; Generated autoloads from jabber-httpupload.el
394 (register-definition-prefixes "jabber-httpupload" '("jabber-httpupload-"))
398 ;;;### (autoloads nil "jabber-iq" "jabber-iq.el" (0 0 0 0))
399 ;;; Generated autoloads from jabber-iq.el
401 (register-definition-prefixes "jabber-iq" '("*jabber-open-info-queries*" "jabber-"))
405 ;;;### (autoloads nil "jabber-keepalive" "jabber-keepalive.el" (0
407 ;;; Generated autoloads from jabber-keepalive.el
409 (let ((loads (get 'jabber-keepalive 'custom-loads))) (if (member '"jabber-keepalive" loads) nil (put 'jabber-keepalive 'custom-loads (cons '"jabber-keepalive" loads))))
411 (autoload 'jabber-keepalive-start "jabber-keepalive" "\
413 That is, regularly send a ping request to the server, and
414 disconnect it if it doesn't answer. See variable `jabber-keepalive-interval'
415 and variable `jabber-keepalive-timeout'.
417 The JC argument makes it possible to add this function to
418 `jabber-post-connect-hooks'; it is ignored. Keepalive is activated
419 for all accounts regardless of the argument.
421 \(fn &optional JC)" t nil)
423 (autoload 'jabber-whitespace-ping-start "jabber-keepalive" "\
424 Start sending whitespace pings at regular intervals.
425 See `jabber-whitespace-ping-interval'.
427 The JC argument is ignored; whitespace pings are enabled for all
430 \(fn &optional JC)" t nil)
432 (register-definition-prefixes "jabber-keepalive" '("jabber-"))
436 ;;;### (autoloads nil "jabber-keymap" "jabber-keymap.el" (0 0 0 0))
437 ;;; Generated autoloads from jabber-keymap.el
439 (defvar jabber-global-keymap (let ((map (make-sparse-keymap))) (define-key map "\3" 'jabber-connect-all) (define-key map "\4" 'jabber-disconnect) (define-key map "\22" 'jabber-switch-to-roster-buffer) (define-key map "\n" 'jabber-chat-with) (define-key map "\f" 'jabber-activity-switch-to) (define-key map "\1" 'jabber-send-away-presence) (define-key map "\17" 'jabber-send-default-presence) (define-key map "\30" 'jabber-send-xa-presence) (define-key map "\20" 'jabber-send-presence) map) "\
440 Global Jabber keymap (usually under C-x C-j).")
442 (define-key ctl-x-map "\n" jabber-global-keymap)
444 (register-definition-prefixes "jabber-keymap" '("jabber-common-keymap"))
448 ;;;### (autoloads nil "jabber-libnotify" "jabber-libnotify.el" (0
450 ;;; Generated autoloads from jabber-libnotify.el
452 (register-definition-prefixes "jabber-libnotify" '("jabber-libnotify-" "libnotify"))
456 ;;;### (autoloads nil "jabber-logon" "jabber-logon.el" (0 0 0 0))
457 ;;; Generated autoloads from jabber-logon.el
459 (register-definition-prefixes "jabber-logon" '("jabber-"))
463 ;;;### (autoloads nil "jabber-menu" "jabber-menu.el" (0 0 0 0))
464 ;;; Generated autoloads from jabber-menu.el
466 (defvar jabber-menu (let ((map (make-sparse-keymap "jabber-menu"))) (define-key-after map [jabber-menu-connect] '("Connect" . jabber-connect-all)) (define-key-after map [jabber-menu-disconnect] '(menu-item "Disconnect" jabber-disconnect :enable (bound-and-true-p jabber-connections))) (define-key-after map [jabber-menu-status] `(menu-item "Set Status" ,(make-sparse-keymap "set-status") :enable (bound-and-true-p jabber-connections))) (define-key map [jabber-menu-status jabber-menu-status-chat] '(menu-item "Chatty" (lambda nil (interactive) (jabber-send-presence "chat" (jabber-read-with-input-method "status message: " *jabber-current-status* '*jabber-status-history*) *jabber-current-priority*)) :button (:radio and (boundp '*jabber-current-show*) (equal *jabber-current-show* "chat")))) (define-key map [jabber-menu-status jabber-menu-status-dnd] '(menu-item "Do not Disturb" (lambda nil (interactive) (jabber-send-presence "dnd" (jabber-read-with-input-method "status message: " *jabber-current-status* '*jabber-status-history*) *jabber-current-priority*)) :button (:radio and (boundp '*jabber-current-show*) (equal *jabber-current-show* "dnd")))) (define-key map [jabber-menu-status jabber-menu-status-xa] '(menu-item "Extended Away" jabber-send-xa-presence :button (:radio and (boundp '*jabber-current-show*) (equal *jabber-current-show* "xa")))) (define-key map [jabber-menu-status jabber-menu-status-away] '(menu-item "Away" jabber-send-away-presence :button (:radio and (boundp '*jabber-current-show*) (equal *jabber-current-show* "away")))) (define-key map [jabber-menu-status jabber-menu-status-online] '(menu-item "Online" jabber-send-default-presence :button (:radio and (boundp '*jabber-current-show*) (equal *jabber-current-show* "")))) (define-key-after map [separator] '(menu-item "--")) (define-key-after map [jabber-menu-chat-with] '(menu-item "Chat with..." jabber-chat-with :enable (bound-and-true-p jabber-connections))) (define-key-after map [jabber-menu-nextmsg] '(menu-item "Next unread message" jabber-activity-switch-to :enable (bound-and-true-p jabber-activity-jids))) (define-key-after map [jabber-menu-send-subscription-request] '(menu-item "Send subscription request" jabber-send-subscription-request :enable (bound-and-true-p jabber-connections))) (define-key-after map [jabber-menu-roster] '("Switch to roster" . jabber-switch-to-roster-buffer)) (define-key-after map [separator2] '(menu-item "--")) (define-key-after map [jabber-menu-customize] '("Customize" . jabber-customize)) (define-key-after map [jabber-menu-info] '("Help" . jabber-info)) map))
468 (defvar jabber-display-menu 'maybe "\
469 Decide whether the \"Jabber\" menu is displayed in the menu bar.
470 If t, always display.
471 If nil, never display.
472 If maybe, display if jabber.el is installed under `package-user-dir', or
473 if any of `jabber-account-list' or `jabber-connections' is non-nil.")
475 (custom-autoload 'jabber-display-menu "jabber-menu" t)
477 (define-key-after (lookup-key global-map [menu-bar]) [jabber-menu] (list 'menu-item "Jabber" jabber-menu :visible '(or (eq jabber-display-menu t) (and (eq jabber-display-menu 'maybe) (or (bound-and-true-p jabber-account-list) (bound-and-true-p jabber-connections))))))
479 (register-definition-prefixes "jabber-menu" '("jabber-"))
483 ;;;### (autoloads nil "jabber-modeline" "jabber-modeline.el" (0 0
485 ;;; Generated autoloads from jabber-modeline.el
487 (register-definition-prefixes "jabber-modeline" '("jabber-mode-line-"))
491 ;;;### (autoloads nil "jabber-muc" "jabber-muc.el" (0 0 0 0))
492 ;;; Generated autoloads from jabber-muc.el
494 (defvar *jabber-active-groupchats* nil "\
495 Alist of groupchats and nicknames.
496 Keys are strings, the bare JID of the room.
497 Values are strings.")
499 (defvar jabber-muc-printers 'nil "\
500 List of functions that may be able to print part of a MUC message.
501 This gets prepended to `jabber-chat-printers', which see.")
503 (autoload 'jabber-muc-get-buffer "jabber-muc" "\
504 Return the chat buffer for chatroom GROUP.
505 Either a string or a buffer is returned, so use `get-buffer' or
508 \(fn GROUP)" nil nil)
510 (autoload 'jabber-muc-private-get-buffer "jabber-muc" "\
511 Return the chat buffer for private chat with NICKNAME in GROUP.
512 Either a string or a buffer is returned, so use `get-buffer' or
515 \(fn GROUP NICKNAME)" nil nil)
517 (autoload 'jabber-muc-vcard-get "jabber-muc" "\
518 Request vcard from chat with NICKNAME in GROUP.
520 JC is the Jabber connection.
522 \(fn JC GROUP NICKNAME)" t nil)
524 (autoload 'jabber-muc-message-p "jabber-muc" "\
525 Return non-nil if MESSAGE is a groupchat message.
526 That does not include private messages in a groupchat, but does
527 include groupchat invites.
529 \(fn MESSAGE)" nil nil)
531 (autoload 'jabber-muc-sender-p "jabber-muc" "\
532 Return non-nil if JID is a full JID of an MUC participant.
536 (autoload 'jabber-muc-private-message-p "jabber-muc" "\
537 Return non-nil if MESSAGE is a private message in a groupchat.
539 \(fn MESSAGE)" nil nil)
541 (register-definition-prefixes "jabber-muc" '("jabber-"))
545 ;;;### (autoloads nil "jabber-muc-nick-coloring" "jabber-muc-nick-coloring.el"
547 ;;; Generated autoloads from jabber-muc-nick-coloring.el
549 (register-definition-prefixes "jabber-muc-nick-coloring" '("jabber-muc-"))
553 ;;;### (autoloads nil "jabber-muc-nick-completion" "jabber-muc-nick-completion.el"
555 ;;; Generated autoloads from jabber-muc-nick-completion.el
557 (autoload 'jabber-muc-looks-like-personal-p "jabber-muc-nick-completion" "\
558 Return non-nil if jabber MESSAGE is addresed to me.
559 Optional argument GROUP to look.
561 \(fn MESSAGE &optional GROUP)" nil nil)
563 (register-definition-prefixes "jabber-muc-nick-completion" '("*jabber-muc-participant-last-speaking*" "jabber-" "try-expand-jabber-muc"))
567 ;;;### (autoloads nil "jabber-ourversion" "jabber-ourversion.el"
569 ;;; Generated autoloads from jabber-ourversion.el
571 (register-definition-prefixes "jabber-ourversion" '("jabber-version"))
575 ;;;### (autoloads nil "jabber-ping" "jabber-ping.el" (0 0 0 0))
576 ;;; Generated autoloads from jabber-ping.el
578 (register-definition-prefixes "jabber-ping" '("jabber-p"))
582 ;;;### (autoloads nil "jabber-presence" "jabber-presence.el" (0 0
584 ;;; Generated autoloads from jabber-presence.el
586 (autoload 'jabber-send-presence "jabber-presence" "\
587 Set presence for all accounts.
589 \(fn SHOW STATUS PRIORITY)" t nil)
591 (autoload 'jabber-send-default-presence "jabber-presence" "\
592 Send default presence.
593 Default presence is specified by `jabber-default-show',
594 `jabber-default-status', and `jabber-default-priority'.
596 \(fn &optional IGNORE)" t nil)
598 (register-definition-prefixes "jabber-presence" '("jabber-"))
602 ;;;### (autoloads nil "jabber-private" "jabber-private.el" (0 0 0
604 ;;; Generated autoloads from jabber-private.el
606 (autoload 'jabber-private-get "jabber-private" "\
607 Retrieve an item from private XML storage.
608 The item to retrieve is identified by NODE-NAME (a symbol) and
609 NAMESPACE (a string).
611 On success, SUCCESS-CALLBACK is called with JC and the retrieved
614 On error, ERROR-CALLBACK is called with JC and the entire IQ
617 \(fn JC NODE-NAME NAMESPACE SUCCESS-CALLBACK ERROR-CALLBACK)" nil nil)
619 (autoload 'jabber-private-set "jabber-private" "\
620 Store FRAGMENT in private XML storage.
621 SUCCESS-CALLBACK, SUCCESS-CLOSURE-DATA, ERROR-CALLBACK and
622 ERROR-CLOSURE-DATA are used as in `jabber-send-iq'.
624 JC is the Jabber connection.
626 \(fn JC FRAGMENT &optional SUCCESS-CALLBACK SUCCESS-CLOSURE-DATA ERROR-CALLBACK ERROR-CLOSURE-DATA)" nil nil)
628 (register-definition-prefixes "jabber-private" '("jabber-private-get-1"))
632 ;;;### (autoloads nil "jabber-ratpoison" "jabber-ratpoison.el" (0
634 ;;; Generated autoloads from jabber-ratpoison.el
636 (register-definition-prefixes "jabber-ratpoison" '("jabber-ratpoison-message" "ratpoison"))
640 ;;;### (autoloads nil "jabber-register" "jabber-register.el" (0 0
642 ;;; Generated autoloads from jabber-register.el
644 (register-definition-prefixes "jabber-register" '("jabber-"))
648 ;;;### (autoloads nil "jabber-roster" "jabber-roster.el" (0 0 0 0))
649 ;;; Generated autoloads from jabber-roster.el
651 (autoload 'jabber-switch-to-roster-buffer "jabber-roster" "\
652 Switch to roster buffer.
653 Optional JC argument is ignored; it's there so this function can
654 be used in `jabber-post-connection-hooks'.
656 \(fn &optional JC)" t nil)
658 (autoload 'jabber-roster-update "jabber-roster" "\
659 Update roster, in memory and on display.
660 Add NEW-ITEMS, update CHANGED-ITEMS and remove DELETED-ITEMS, all
661 three being lists of JID symbols.
662 JC is the Jabber connection.
664 \(fn JC NEW-ITEMS CHANGED-ITEMS DELETED-ITEMS)" nil nil)
666 (register-definition-prefixes "jabber-roster" '("jabber-"))
670 ;;;### (autoloads nil "jabber-rtt" "jabber-rtt.el" (0 0 0 0))
671 ;;; Generated autoloads from jabber-rtt.el
673 (eval-after-load "jabber-disco" '(jabber-disco-advertise-feature "urn:xmpp:rtt:0"))
675 (eval-after-load "jabber-core" '(add-to-list 'jabber-message-chain #'jabber-rtt-handle-message t))
677 (autoload 'jabber-rtt-handle-message "jabber-rtt" "\
680 \(fn JC XML-DATA)" nil nil)
682 (autoload 'jabber-rtt-send-mode "jabber-rtt" "\
683 Show text to recipient as it is being typed.
684 This lets the recipient see every change made to the message up
685 until it's sent. The recipient's client needs to implement
686 XEP-0301, In-Band Real Time Text.
688 This is a minor mode. If called interactively, toggle the
689 `Jabber-Rtt-Send mode' mode. If the prefix argument is positive,
690 enable the mode, and if it is zero or negative, disable the mode.
692 If called from Lisp, toggle the mode if ARG is `toggle'. Enable
693 the mode if ARG is nil, omitted, or is a positive number.
694 Disable the mode if ARG is a negative number.
696 To check whether the minor mode is enabled in the current buffer,
697 evaluate `jabber-rtt-send-mode'.
699 The mode's hook is called both when the mode is enabled and when
702 \(fn &optional ARG)" t nil)
704 (register-definition-prefixes "jabber-rtt" '("jabber-rtt-"))
708 ;;;### (autoloads nil "jabber-sasl" "jabber-sasl.el" (0 0 0 0))
709 ;;; Generated autoloads from jabber-sasl.el
711 (register-definition-prefixes "jabber-sasl" '("jabber-sasl-"))
715 ;;;### (autoloads nil "jabber-sawfish" "jabber-sawfish.el" (0 0 0
717 ;;; Generated autoloads from jabber-sawfish.el
719 (register-definition-prefixes "jabber-sawfish" '("jabber-sawfish-display-" "sawfish"))
723 ;;;### (autoloads nil "jabber-screen" "jabber-screen.el" (0 0 0 0))
724 ;;; Generated autoloads from jabber-screen.el
726 (register-definition-prefixes "jabber-screen" '("jabber-screen-message" "screen"))
730 ;;;### (autoloads nil "jabber-search" "jabber-search.el" (0 0 0 0))
731 ;;; Generated autoloads from jabber-search.el
733 (register-definition-prefixes "jabber-search" '("jabber-"))
737 ;;;### (autoloads nil "jabber-time" "jabber-time.el" (0 0 0 0))
738 ;;; Generated autoloads from jabber-time.el
740 (register-definition-prefixes "jabber-time" '("jabber-"))
744 ;;;### (autoloads nil "jabber-tmux" "jabber-tmux.el" (0 0 0 0))
745 ;;; Generated autoloads from jabber-tmux.el
747 (register-definition-prefixes "jabber-tmux" '("jabber-tmux-message" "tmux"))
751 ;;;### (autoloads nil "jabber-truncate" "jabber-truncate.el" (0 0
753 ;;; Generated autoloads from jabber-truncate.el
755 (register-definition-prefixes "jabber-truncate" '("jabber-"))
759 ;;;### (autoloads nil "jabber-util" "jabber-util.el" (0 0 0 0))
760 ;;; Generated autoloads from jabber-util.el
762 (register-definition-prefixes "jabber-util" '("jabber-" "string>-numerical" "url-xmpp"))
766 ;;;### (autoloads nil "jabber-vcard" "jabber-vcard.el" (0 0 0 0))
767 ;;; Generated autoloads from jabber-vcard.el
769 (register-definition-prefixes "jabber-vcard" '("jabber-vcard-"))
773 ;;;### (autoloads nil "jabber-vcard-avatars" "jabber-vcard-avatars.el"
775 ;;; Generated autoloads from jabber-vcard-avatars.el
777 (register-definition-prefixes "jabber-vcard-avatars" '("jabber-vcard-avatars-"))
781 ;;;### (autoloads nil "jabber-version" "jabber-version.el" (0 0 0
783 ;;; Generated autoloads from jabber-version.el
785 (register-definition-prefixes "jabber-version" '("jabber-"))
789 ;;;### (autoloads nil "jabber-watch" "jabber-watch.el" (0 0 0 0))
790 ;;; Generated autoloads from jabber-watch.el
792 (register-definition-prefixes "jabber-watch" '("jabber-"))
796 ;;;### (autoloads nil "jabber-widget" "jabber-widget.el" (0 0 0 0))
797 ;;; Generated autoloads from jabber-widget.el
799 (register-definition-prefixes "jabber-widget" '("jabber-" "jid-complete"))
803 ;;;### (autoloads nil "jabber-wmii" "jabber-wmii.el" (0 0 0 0))
804 ;;; Generated autoloads from jabber-wmii.el
806 (register-definition-prefixes "jabber-wmii" '("jabber-wmii-" "wmii"))
810 ;;;### (autoloads nil "jabber-xmessage" "jabber-xmessage.el" (0 0
812 ;;; Generated autoloads from jabber-xmessage.el
814 (register-definition-prefixes "jabber-xmessage" '("jabber-xmessage-" "xmessage"))
818 ;;;### (autoloads nil "jabber-xml" "jabber-xml.el" (0 0 0 0))
819 ;;; Generated autoloads from jabber-xml.el
821 (register-definition-prefixes "jabber-xml" '("jabber-"))
825 ;;;### (autoloads nil nil ("jabber-festival.el" "jabber-notifications.el"
826 ;;;;;; "jabber-pkg.el") (0 0 0 0))
831 ;; version-control: never
832 ;; no-byte-compile: t
833 ;; no-update-autoloads: t
836 ;;; jabber-autoloads.el ends here