]>
Commit | Line | Data |
---|---|---|
53e6db90 DC |
1 | ;;; jabber-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- |
2 | ;; | |
3 | ;;; Code: | |
4 | ||
5 | (add-to-list 'load-path (directory-file-name | |
6 | (or (file-name-directory #$) (car load-path)))) | |
7 | ||
8 | \f | |
9 | ;;;### (autoloads nil "jabber" "jabber.el" (0 0 0 0)) | |
10 | ;;; Generated autoloads from jabber.el | |
11 | ||
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. | |
16 | ||
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: | |
20 | ||
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'). | |
24 | ||
25 | :network-server is a string identifying the address to connect to, | |
26 | if it's different from the server part of the JID. | |
27 | ||
28 | :port is the port to use (default depends on connection type). | |
29 | ||
30 | :connection-type is a symbol. Valid symbols are `starttls', | |
31 | `network' and `ssl'. | |
32 | ||
33 | Only JID is mandatory. The rest can be guessed at run-time. | |
34 | ||
35 | Examples: | |
36 | ||
37 | Two accounts without any special configuration: | |
38 | \((\"foo@example.com\") (\"bar@example.net\")) | |
39 | ||
40 | One disabled account with a non-standard port: | |
41 | \((\"romeo@montague.net\" (:port . 5242) (:disabled . t))) | |
42 | ||
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)))") | |
48 | ||
49 | (custom-autoload 'jabber-account-list "jabber" t) | |
50 | ||
51 | (defvar *jabber-current-status* nil "\ | |
52 | The user's current presence status.") | |
53 | ||
54 | (defvar *jabber-current-show* nil "\ | |
55 | The user's current presence show.") | |
56 | ||
57 | (defvar *jabber-current-priority* nil "\ | |
58 | The user's current priority.") | |
59 | ||
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.") | |
62 | ||
63 | (autoload 'jabber-customize "jabber" "\ | |
64 | Customize Jabber options." t nil) | |
65 | ||
66 | (autoload 'jabber-info "jabber" "\ | |
67 | Open jabber.el manual." t nil) | |
68 | ||
69 | (register-definition-prefixes "jabber" '("*jabber-status-history*" "jabber-")) | |
70 | ||
71 | ;;;*** | |
72 | \f | |
73 | ;;;### (autoloads nil "jabber-activity" "jabber-activity.el" (0 0 | |
74 | ;;;;;; 0 0)) | |
75 | ;;; Generated autoloads from jabber-activity.el | |
76 | ||
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'.") | |
84 | ||
85 | (custom-autoload 'jabber-activity-mode "jabber-activity" nil) | |
86 | ||
87 | (autoload 'jabber-activity-mode "jabber-activity" "\ | |
88 | Toggle display of activity in hidden jabber buffers in the mode line. | |
89 | ||
90 | With a numeric arg, enable this display if arg is positive. | |
91 | ||
92 | \(fn &optional ARG)" t nil) | |
93 | ||
94 | (register-definition-prefixes "jabber-activity" '("jabber-activity-")) | |
95 | ||
96 | ;;;*** | |
97 | \f | |
98 | ;;;### (autoloads nil "jabber-ahc" "jabber-ahc.el" (0 0 0 0)) | |
99 | ;;; Generated autoloads from jabber-ahc.el | |
100 | ||
101 | (register-definition-prefixes "jabber-ahc" '("jabber-ahc-")) | |
102 | ||
103 | ;;;*** | |
104 | \f | |
105 | ;;;### (autoloads nil "jabber-ahc-presence" "jabber-ahc-presence.el" | |
106 | ;;;;;; (0 0 0 0)) | |
107 | ;;; Generated autoloads from jabber-ahc-presence.el | |
108 | ||
109 | (register-definition-prefixes "jabber-ahc-presence" '("jabber-ahc-presence")) | |
110 | ||
111 | ;;;*** | |
112 | \f | |
113 | ;;;### (autoloads nil "jabber-alert" "jabber-alert.el" (0 0 0 0)) | |
114 | ;;; Generated autoloads from jabber-alert.el | |
115 | ||
116 | (register-definition-prefixes "jabber-alert" '("beep" "define-" "echo" "jabber-")) | |
117 | ||
118 | ;;;*** | |
119 | \f | |
120 | ;;;### (autoloads nil "jabber-autoaway" "jabber-autoaway.el" (0 0 | |
121 | ;;;;;; 0 0)) | |
122 | ;;; Generated autoloads from jabber-autoaway.el | |
123 | ||
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'. | |
128 | ||
129 | \(fn &optional IGNORED)" t nil) | |
130 | ||
131 | (register-definition-prefixes "jabber-autoaway" '("jabber-")) | |
132 | ||
133 | ;;;*** | |
134 | \f | |
135 | ;;;### (autoloads nil "jabber-avatar" "jabber-avatar.el" (0 0 0 0)) | |
136 | ;;; Generated autoloads from jabber-avatar.el | |
137 | ||
138 | (register-definition-prefixes "jabber-avatar" '("jabber-")) | |
139 | ||
140 | ;;;*** | |
141 | \f | |
142 | ;;;### (autoloads nil "jabber-awesome" "jabber-awesome.el" (0 0 0 | |
143 | ;;;;;; 0)) | |
144 | ;;; Generated autoloads from jabber-awesome.el | |
145 | ||
146 | (register-definition-prefixes "jabber-awesome" '("awesome" "jabber-awesome-")) | |
147 | ||
148 | ;;;*** | |
149 | \f | |
150 | ;;;### (autoloads nil "jabber-bookmarks" "jabber-bookmarks.el" (0 | |
151 | ;;;;;; 0 0 0)) | |
152 | ;;; Generated autoloads from jabber-bookmarks.el | |
153 | ||
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. | |
161 | ||
162 | \(fn JC CONFERENCE-JID CONT &optional KEY)" nil nil) | |
163 | ||
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, | |
167 | :nick and :password. | |
168 | ||
169 | \(fn NODE)" nil nil) | |
170 | ||
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. | |
176 | ||
177 | \(fn JC CONT &optional REFRESH)" nil nil) | |
178 | ||
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', | |
182 | return nil. | |
183 | ||
184 | \(fn JC)" nil nil) | |
185 | ||
186 | (autoload 'jabber-edit-bookmarks "jabber-bookmarks" "\ | |
187 | Create a buffer for editing bookmarks interactively. | |
188 | ||
189 | JC is the Jabber connection. | |
190 | ||
191 | \(fn JC)" t nil) | |
192 | ||
193 | (register-definition-prefixes "jabber-bookmarks" '("jabber-")) | |
194 | ||
195 | ;;;*** | |
196 | \f | |
197 | ;;;### (autoloads nil "jabber-browse" "jabber-browse.el" (0 0 0 0)) | |
198 | ;;; Generated autoloads from jabber-browse.el | |
199 | ||
200 | (register-definition-prefixes "jabber-browse" '("jabber-")) | |
201 | ||
202 | ;;;*** | |
203 | \f | |
204 | ;;;### (autoloads nil "jabber-carbons" "jabber-carbons.el" (0 0 0 | |
205 | ;;;;;; 0)) | |
206 | ;;; Generated autoloads from jabber-carbons.el | |
207 | ||
208 | (autoload 'jabber-enable-carbons "jabber-carbons" "\ | |
209 | Send request to enable XEP-0280 Message Carbons. | |
210 | ||
211 | JC is the Jabber connection. | |
212 | ||
213 | \(fn JC)" t nil) | |
214 | ||
215 | (register-definition-prefixes "jabber-carbons" '("jabber-carbon-")) | |
216 | ||
217 | ;;;*** | |
218 | \f | |
219 | ;;;### (autoloads nil "jabber-chat" "jabber-chat.el" (0 0 0 0)) | |
220 | ;;; Generated autoloads from jabber-chat.el | |
221 | ||
222 | (defvar jabber-chatting-with nil "\ | |
223 | JID of the person you are chatting with.") | |
224 | ||
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 | |
228 | `get-buffer-create'. | |
229 | ||
230 | \(fn CHAT-WITH)" nil nil) | |
231 | ||
232 | (register-definition-prefixes "jabber-chat" '("jabber-")) | |
233 | ||
234 | ;;;*** | |
235 | \f | |
236 | ;;;### (autoloads nil "jabber-chatbuffer" "jabber-chatbuffer.el" | |
237 | ;;;;;; (0 0 0 0)) | |
238 | ;;; Generated autoloads from jabber-chatbuffer.el | |
239 | ||
240 | (defvar jabber-buffer-connection nil "\ | |
241 | The connection used by this buffer.") | |
242 | ||
243 | (make-variable-buffer-local 'jabber-buffer-connection) | |
244 | ||
245 | (register-definition-prefixes "jabber-chatbuffer" '("jabber-")) | |
246 | ||
247 | ;;;*** | |
248 | \f | |
249 | ;;;### (autoloads nil "jabber-chatstates" "jabber-chatstates.el" | |
250 | ;;;;;; (0 0 0 0)) | |
251 | ;;; Generated autoloads from jabber-chatstates.el | |
252 | ||
253 | (register-definition-prefixes "jabber-chatstates" '("jabber-")) | |
254 | ||
255 | ;;;*** | |
256 | \f | |
257 | ;;;### (autoloads nil "jabber-compose" "jabber-compose.el" (0 0 0 | |
258 | ;;;;;; 0)) | |
259 | ;;; Generated autoloads from jabber-compose.el | |
260 | ||
261 | (autoload 'jabber-compose "jabber-compose" "\ | |
262 | Create a buffer for composing a Jabber message. | |
263 | ||
264 | JC is the Jabber connection. | |
265 | ||
266 | \(fn JC &optional RECIPIENT)" t nil) | |
267 | ||
268 | (register-definition-prefixes "jabber-compose" '("jabber-compose-send")) | |
269 | ||
270 | ;;;*** | |
271 | \f | |
272 | ;;;### (autoloads nil "jabber-conn" "jabber-conn.el" (0 0 0 0)) | |
273 | ;;; Generated autoloads from jabber-conn.el | |
274 | ||
275 | (register-definition-prefixes "jabber-conn" '("*jabber-virtual-server-function*" "jabber-")) | |
276 | ||
277 | ;;;*** | |
278 | \f | |
279 | ;;;### (autoloads nil "jabber-console" "jabber-console.el" (0 0 0 | |
280 | ;;;;;; 0)) | |
281 | ;;; Generated autoloads from jabber-console.el | |
282 | ||
283 | (autoload 'jabber-process-console "jabber-console" "\ | |
284 | Log XML-DATA i/o as XML in \"*-jabber-console-JID-*\" buffer. | |
285 | ||
286 | \(fn JC DIRECTION XML-DATA)" nil nil) | |
287 | ||
288 | (register-definition-prefixes "jabber-console" '("jabber-")) | |
289 | ||
290 | ;;;*** | |
291 | \f | |
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) | |
296 | ||
297 | (register-definition-prefixes "jabber-core" '("*jabber-" "jabber-")) | |
298 | ||
299 | ;;;*** | |
300 | \f | |
301 | ;;;### (autoloads nil "jabber-disco" "jabber-disco.el" (0 0 0 0)) | |
302 | ;;; Generated autoloads from jabber-disco.el | |
303 | ||
304 | (eval-after-load "jabber-core" '(add-to-list 'jabber-presence-chain #'jabber-process-caps)) | |
305 | ||
306 | (autoload 'jabber-process-caps "jabber-disco" "\ | |
307 | Look for entity capabilities in presence stanzas. | |
308 | ||
309 | JC is the Jabber connection. | |
310 | XML-DATA is the parsed tree data from the stream (stanzas) | |
311 | obtained from `xml-parse-region'. | |
312 | ||
313 | \(fn JC XML-DATA)" nil nil) | |
314 | ||
315 | (autoload 'jabber-disco-advertise-feature "jabber-disco" "\ | |
316 | ||
317 | ||
318 | \(fn FEATURE)" nil nil) | |
319 | ||
320 | (autoload 'jabber-caps-presence-element "jabber-disco" "\ | |
321 | ||
322 | ||
323 | \(fn JC)" nil nil) | |
324 | ||
325 | (eval-after-load "jabber-presence" '(add-to-list 'jabber-presence-element-functions #'jabber-caps-presence-element)) | |
326 | ||
327 | (register-definition-prefixes "jabber-disco" '("jabber-")) | |
328 | ||
329 | ;;;*** | |
330 | \f | |
331 | ;;;### (autoloads nil "jabber-events" "jabber-events.el" (0 0 0 0)) | |
332 | ;;; Generated autoloads from jabber-events.el | |
333 | ||
334 | (register-definition-prefixes "jabber-events" '("jabber-")) | |
335 | ||
336 | ;;;*** | |
337 | \f | |
338 | ;;;### (autoloads nil "jabber-export" "jabber-export.el" (0 0 0 0)) | |
339 | ;;; Generated autoloads from jabber-export.el | |
340 | ||
341 | (autoload 'jabber-export-roster "jabber-export" "\ | |
342 | Export roster for connection JC. | |
343 | ||
344 | \(fn JC)" t nil) | |
345 | ||
346 | (autoload 'jabber-import-roster "jabber-export" "\ | |
347 | Create buffer for roster import for connection JC from FILE. | |
348 | ||
349 | \(fn JC FILE)" t nil) | |
350 | ||
351 | (register-definition-prefixes "jabber-export" '("jabber-")) | |
352 | ||
353 | ;;;*** | |
354 | \f | |
355 | ;;;### (autoloads nil "jabber-feature-neg" "jabber-feature-neg.el" | |
356 | ;;;;;; (0 0 0 0)) | |
357 | ;;; Generated autoloads from jabber-feature-neg.el | |
358 | ||
359 | (register-definition-prefixes "jabber-feature-neg" '("jabber-fn-")) | |
360 | ||
361 | ;;;*** | |
362 | \f | |
363 | ;;;### (autoloads nil "jabber-gmail" "jabber-gmail.el" (0 0 0 0)) | |
364 | ;;; Generated autoloads from jabber-gmail.el | |
365 | ||
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 | |
369 | ||
370 | \(fn JC)" t nil) | |
371 | ||
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 | |
375 | ||
376 | \(fn JC)" t nil) | |
377 | ||
378 | (register-definition-prefixes "jabber-gmail" '("jabber-gmail-")) | |
379 | ||
380 | ;;;*** | |
381 | \f | |
382 | ;;;### (autoloads nil "jabber-history" "jabber-history.el" (0 0 0 | |
383 | ;;;;;; 0)) | |
384 | ;;; Generated autoloads from jabber-history.el | |
385 | ||
386 | (register-definition-prefixes "jabber-history" '("jabber-")) | |
387 | ||
388 | ;;;*** | |
389 | \f | |
390 | ;;;### (autoloads nil "jabber-httpupload" "jabber-httpupload.el" | |
391 | ;;;;;; (0 0 0 0)) | |
392 | ;;; Generated autoloads from jabber-httpupload.el | |
393 | ||
394 | (register-definition-prefixes "jabber-httpupload" '("jabber-httpupload-")) | |
395 | ||
396 | ;;;*** | |
397 | \f | |
398 | ;;;### (autoloads nil "jabber-iq" "jabber-iq.el" (0 0 0 0)) | |
399 | ;;; Generated autoloads from jabber-iq.el | |
400 | ||
401 | (register-definition-prefixes "jabber-iq" '("*jabber-open-info-queries*" "jabber-")) | |
402 | ||
403 | ;;;*** | |
404 | \f | |
405 | ;;;### (autoloads nil "jabber-keepalive" "jabber-keepalive.el" (0 | |
406 | ;;;;;; 0 0 0)) | |
407 | ;;; Generated autoloads from jabber-keepalive.el | |
408 | ||
409 | (let ((loads (get 'jabber-keepalive 'custom-loads))) (if (member '"jabber-keepalive" loads) nil (put 'jabber-keepalive 'custom-loads (cons '"jabber-keepalive" loads)))) | |
410 | ||
411 | (autoload 'jabber-keepalive-start "jabber-keepalive" "\ | |
412 | Activate 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'. | |
416 | ||
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. | |
420 | ||
421 | \(fn &optional JC)" t nil) | |
422 | ||
423 | (autoload 'jabber-whitespace-ping-start "jabber-keepalive" "\ | |
424 | Start sending whitespace pings at regular intervals. | |
425 | See `jabber-whitespace-ping-interval'. | |
426 | ||
427 | The JC argument is ignored; whitespace pings are enabled for all | |
428 | accounts. | |
429 | ||
430 | \(fn &optional JC)" t nil) | |
431 | ||
432 | (register-definition-prefixes "jabber-keepalive" '("jabber-")) | |
433 | ||
434 | ;;;*** | |
435 | \f | |
436 | ;;;### (autoloads nil "jabber-keymap" "jabber-keymap.el" (0 0 0 0)) | |
437 | ;;; Generated autoloads from jabber-keymap.el | |
438 | ||
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).") | |
441 | ||
442 | (define-key ctl-x-map "\n" jabber-global-keymap) | |
443 | ||
444 | (register-definition-prefixes "jabber-keymap" '("jabber-common-keymap")) | |
445 | ||
446 | ;;;*** | |
447 | \f | |
448 | ;;;### (autoloads nil "jabber-libnotify" "jabber-libnotify.el" (0 | |
449 | ;;;;;; 0 0 0)) | |
450 | ;;; Generated autoloads from jabber-libnotify.el | |
451 | ||
452 | (register-definition-prefixes "jabber-libnotify" '("jabber-libnotify-" "libnotify")) | |
453 | ||
454 | ;;;*** | |
455 | \f | |
456 | ;;;### (autoloads nil "jabber-logon" "jabber-logon.el" (0 0 0 0)) | |
457 | ;;; Generated autoloads from jabber-logon.el | |
458 | ||
459 | (register-definition-prefixes "jabber-logon" '("jabber-")) | |
460 | ||
461 | ;;;*** | |
462 | \f | |
463 | ;;;### (autoloads nil "jabber-menu" "jabber-menu.el" (0 0 0 0)) | |
464 | ;;; Generated autoloads from jabber-menu.el | |
465 | ||
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)) | |
467 | ||
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.") | |
474 | ||
475 | (custom-autoload 'jabber-display-menu "jabber-menu" t) | |
476 | ||
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)))))) | |
478 | ||
479 | (register-definition-prefixes "jabber-menu" '("jabber-")) | |
480 | ||
481 | ;;;*** | |
482 | \f | |
483 | ;;;### (autoloads nil "jabber-modeline" "jabber-modeline.el" (0 0 | |
484 | ;;;;;; 0 0)) | |
485 | ;;; Generated autoloads from jabber-modeline.el | |
486 | ||
487 | (register-definition-prefixes "jabber-modeline" '("jabber-mode-line-")) | |
488 | ||
489 | ;;;*** | |
490 | \f | |
491 | ;;;### (autoloads nil "jabber-muc" "jabber-muc.el" (0 0 0 0)) | |
492 | ;;; Generated autoloads from jabber-muc.el | |
493 | ||
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.") | |
498 | ||
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.") | |
502 | ||
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 | |
506 | `get-buffer-create'. | |
507 | ||
508 | \(fn GROUP)" nil nil) | |
509 | ||
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 | |
513 | `get-buffer-create'. | |
514 | ||
515 | \(fn GROUP NICKNAME)" nil nil) | |
516 | ||
517 | (autoload 'jabber-muc-vcard-get "jabber-muc" "\ | |
518 | Request vcard from chat with NICKNAME in GROUP. | |
519 | ||
520 | JC is the Jabber connection. | |
521 | ||
522 | \(fn JC GROUP NICKNAME)" t nil) | |
523 | ||
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. | |
528 | ||
529 | \(fn MESSAGE)" nil nil) | |
530 | ||
531 | (autoload 'jabber-muc-sender-p "jabber-muc" "\ | |
532 | Return non-nil if JID is a full JID of an MUC participant. | |
533 | ||
534 | \(fn JID)" nil nil) | |
535 | ||
536 | (autoload 'jabber-muc-private-message-p "jabber-muc" "\ | |
537 | Return non-nil if MESSAGE is a private message in a groupchat. | |
538 | ||
539 | \(fn MESSAGE)" nil nil) | |
540 | ||
541 | (register-definition-prefixes "jabber-muc" '("jabber-")) | |
542 | ||
543 | ;;;*** | |
544 | \f | |
545 | ;;;### (autoloads nil "jabber-muc-nick-coloring" "jabber-muc-nick-coloring.el" | |
546 | ;;;;;; (0 0 0 0)) | |
547 | ;;; Generated autoloads from jabber-muc-nick-coloring.el | |
548 | ||
549 | (register-definition-prefixes "jabber-muc-nick-coloring" '("jabber-muc-")) | |
550 | ||
551 | ;;;*** | |
552 | \f | |
553 | ;;;### (autoloads nil "jabber-muc-nick-completion" "jabber-muc-nick-completion.el" | |
554 | ;;;;;; (0 0 0 0)) | |
555 | ;;; Generated autoloads from jabber-muc-nick-completion.el | |
556 | ||
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. | |
560 | ||
561 | \(fn MESSAGE &optional GROUP)" nil nil) | |
562 | ||
563 | (register-definition-prefixes "jabber-muc-nick-completion" '("*jabber-muc-participant-last-speaking*" "jabber-" "try-expand-jabber-muc")) | |
564 | ||
565 | ;;;*** | |
566 | \f | |
567 | ;;;### (autoloads nil "jabber-ourversion" "jabber-ourversion.el" | |
568 | ;;;;;; (0 0 0 0)) | |
569 | ;;; Generated autoloads from jabber-ourversion.el | |
570 | ||
571 | (register-definition-prefixes "jabber-ourversion" '("jabber-version")) | |
572 | ||
573 | ;;;*** | |
574 | \f | |
575 | ;;;### (autoloads nil "jabber-ping" "jabber-ping.el" (0 0 0 0)) | |
576 | ;;; Generated autoloads from jabber-ping.el | |
577 | ||
578 | (register-definition-prefixes "jabber-ping" '("jabber-p")) | |
579 | ||
580 | ;;;*** | |
581 | \f | |
582 | ;;;### (autoloads nil "jabber-presence" "jabber-presence.el" (0 0 | |
583 | ;;;;;; 0 0)) | |
584 | ;;; Generated autoloads from jabber-presence.el | |
585 | ||
586 | (autoload 'jabber-send-presence "jabber-presence" "\ | |
587 | Set presence for all accounts. | |
588 | ||
589 | \(fn SHOW STATUS PRIORITY)" t nil) | |
590 | ||
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'. | |
595 | ||
596 | \(fn &optional IGNORE)" t nil) | |
597 | ||
598 | (register-definition-prefixes "jabber-presence" '("jabber-")) | |
599 | ||
600 | ;;;*** | |
601 | \f | |
602 | ;;;### (autoloads nil "jabber-private" "jabber-private.el" (0 0 0 | |
603 | ;;;;;; 0)) | |
604 | ;;; Generated autoloads from jabber-private.el | |
605 | ||
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). | |
610 | ||
611 | On success, SUCCESS-CALLBACK is called with JC and the retrieved | |
612 | XML fragment. | |
613 | ||
614 | On error, ERROR-CALLBACK is called with JC and the entire IQ | |
615 | result. | |
616 | ||
617 | \(fn JC NODE-NAME NAMESPACE SUCCESS-CALLBACK ERROR-CALLBACK)" nil nil) | |
618 | ||
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'. | |
623 | ||
624 | JC is the Jabber connection. | |
625 | ||
626 | \(fn JC FRAGMENT &optional SUCCESS-CALLBACK SUCCESS-CLOSURE-DATA ERROR-CALLBACK ERROR-CLOSURE-DATA)" nil nil) | |
627 | ||
628 | (register-definition-prefixes "jabber-private" '("jabber-private-get-1")) | |
629 | ||
630 | ;;;*** | |
631 | \f | |
632 | ;;;### (autoloads nil "jabber-ratpoison" "jabber-ratpoison.el" (0 | |
633 | ;;;;;; 0 0 0)) | |
634 | ;;; Generated autoloads from jabber-ratpoison.el | |
635 | ||
636 | (register-definition-prefixes "jabber-ratpoison" '("jabber-ratpoison-message" "ratpoison")) | |
637 | ||
638 | ;;;*** | |
639 | \f | |
640 | ;;;### (autoloads nil "jabber-register" "jabber-register.el" (0 0 | |
641 | ;;;;;; 0 0)) | |
642 | ;;; Generated autoloads from jabber-register.el | |
643 | ||
644 | (register-definition-prefixes "jabber-register" '("jabber-")) | |
645 | ||
646 | ;;;*** | |
647 | \f | |
648 | ;;;### (autoloads nil "jabber-roster" "jabber-roster.el" (0 0 0 0)) | |
649 | ;;; Generated autoloads from jabber-roster.el | |
650 | ||
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'. | |
655 | ||
656 | \(fn &optional JC)" t nil) | |
657 | ||
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. | |
663 | ||
664 | \(fn JC NEW-ITEMS CHANGED-ITEMS DELETED-ITEMS)" nil nil) | |
665 | ||
666 | (register-definition-prefixes "jabber-roster" '("jabber-")) | |
667 | ||
668 | ;;;*** | |
669 | \f | |
670 | ;;;### (autoloads nil "jabber-rtt" "jabber-rtt.el" (0 0 0 0)) | |
671 | ;;; Generated autoloads from jabber-rtt.el | |
672 | ||
673 | (eval-after-load "jabber-disco" '(jabber-disco-advertise-feature "urn:xmpp:rtt:0")) | |
674 | ||
675 | (eval-after-load "jabber-core" '(add-to-list 'jabber-message-chain #'jabber-rtt-handle-message t)) | |
676 | ||
677 | (autoload 'jabber-rtt-handle-message "jabber-rtt" "\ | |
678 | ||
679 | ||
680 | \(fn JC XML-DATA)" nil nil) | |
681 | ||
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. | |
687 | ||
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. | |
691 | ||
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. | |
695 | ||
696 | To check whether the minor mode is enabled in the current buffer, | |
697 | evaluate `jabber-rtt-send-mode'. | |
698 | ||
699 | The mode's hook is called both when the mode is enabled and when | |
700 | it is disabled. | |
701 | ||
702 | \(fn &optional ARG)" t nil) | |
703 | ||
704 | (register-definition-prefixes "jabber-rtt" '("jabber-rtt-")) | |
705 | ||
706 | ;;;*** | |
707 | \f | |
708 | ;;;### (autoloads nil "jabber-sasl" "jabber-sasl.el" (0 0 0 0)) | |
709 | ;;; Generated autoloads from jabber-sasl.el | |
710 | ||
711 | (register-definition-prefixes "jabber-sasl" '("jabber-sasl-")) | |
712 | ||
713 | ;;;*** | |
714 | \f | |
715 | ;;;### (autoloads nil "jabber-sawfish" "jabber-sawfish.el" (0 0 0 | |
716 | ;;;;;; 0)) | |
717 | ;;; Generated autoloads from jabber-sawfish.el | |
718 | ||
719 | (register-definition-prefixes "jabber-sawfish" '("jabber-sawfish-display-" "sawfish")) | |
720 | ||
721 | ;;;*** | |
722 | \f | |
723 | ;;;### (autoloads nil "jabber-screen" "jabber-screen.el" (0 0 0 0)) | |
724 | ;;; Generated autoloads from jabber-screen.el | |
725 | ||
726 | (register-definition-prefixes "jabber-screen" '("jabber-screen-message" "screen")) | |
727 | ||
728 | ;;;*** | |
729 | \f | |
730 | ;;;### (autoloads nil "jabber-search" "jabber-search.el" (0 0 0 0)) | |
731 | ;;; Generated autoloads from jabber-search.el | |
732 | ||
733 | (register-definition-prefixes "jabber-search" '("jabber-")) | |
734 | ||
735 | ;;;*** | |
736 | \f | |
737 | ;;;### (autoloads nil "jabber-time" "jabber-time.el" (0 0 0 0)) | |
738 | ;;; Generated autoloads from jabber-time.el | |
739 | ||
740 | (register-definition-prefixes "jabber-time" '("jabber-")) | |
741 | ||
742 | ;;;*** | |
743 | \f | |
744 | ;;;### (autoloads nil "jabber-tmux" "jabber-tmux.el" (0 0 0 0)) | |
745 | ;;; Generated autoloads from jabber-tmux.el | |
746 | ||
747 | (register-definition-prefixes "jabber-tmux" '("jabber-tmux-message" "tmux")) | |
748 | ||
749 | ;;;*** | |
750 | \f | |
751 | ;;;### (autoloads nil "jabber-truncate" "jabber-truncate.el" (0 0 | |
752 | ;;;;;; 0 0)) | |
753 | ;;; Generated autoloads from jabber-truncate.el | |
754 | ||
755 | (register-definition-prefixes "jabber-truncate" '("jabber-")) | |
756 | ||
757 | ;;;*** | |
758 | \f | |
759 | ;;;### (autoloads nil "jabber-util" "jabber-util.el" (0 0 0 0)) | |
760 | ;;; Generated autoloads from jabber-util.el | |
761 | ||
762 | (register-definition-prefixes "jabber-util" '("jabber-" "string>-numerical" "url-xmpp")) | |
763 | ||
764 | ;;;*** | |
765 | \f | |
766 | ;;;### (autoloads nil "jabber-vcard" "jabber-vcard.el" (0 0 0 0)) | |
767 | ;;; Generated autoloads from jabber-vcard.el | |
768 | ||
769 | (register-definition-prefixes "jabber-vcard" '("jabber-vcard-")) | |
770 | ||
771 | ;;;*** | |
772 | \f | |
773 | ;;;### (autoloads nil "jabber-vcard-avatars" "jabber-vcard-avatars.el" | |
774 | ;;;;;; (0 0 0 0)) | |
775 | ;;; Generated autoloads from jabber-vcard-avatars.el | |
776 | ||
777 | (register-definition-prefixes "jabber-vcard-avatars" '("jabber-vcard-avatars-")) | |
778 | ||
779 | ;;;*** | |
780 | \f | |
781 | ;;;### (autoloads nil "jabber-version" "jabber-version.el" (0 0 0 | |
782 | ;;;;;; 0)) | |
783 | ;;; Generated autoloads from jabber-version.el | |
784 | ||
785 | (register-definition-prefixes "jabber-version" '("jabber-")) | |
786 | ||
787 | ;;;*** | |
788 | \f | |
789 | ;;;### (autoloads nil "jabber-watch" "jabber-watch.el" (0 0 0 0)) | |
790 | ;;; Generated autoloads from jabber-watch.el | |
791 | ||
792 | (register-definition-prefixes "jabber-watch" '("jabber-")) | |
793 | ||
794 | ;;;*** | |
795 | \f | |
796 | ;;;### (autoloads nil "jabber-widget" "jabber-widget.el" (0 0 0 0)) | |
797 | ;;; Generated autoloads from jabber-widget.el | |
798 | ||
799 | (register-definition-prefixes "jabber-widget" '("jabber-" "jid-complete")) | |
800 | ||
801 | ;;;*** | |
802 | \f | |
803 | ;;;### (autoloads nil "jabber-wmii" "jabber-wmii.el" (0 0 0 0)) | |
804 | ;;; Generated autoloads from jabber-wmii.el | |
805 | ||
806 | (register-definition-prefixes "jabber-wmii" '("jabber-wmii-" "wmii")) | |
807 | ||
808 | ;;;*** | |
809 | \f | |
810 | ;;;### (autoloads nil "jabber-xmessage" "jabber-xmessage.el" (0 0 | |
811 | ;;;;;; 0 0)) | |
812 | ;;; Generated autoloads from jabber-xmessage.el | |
813 | ||
814 | (register-definition-prefixes "jabber-xmessage" '("jabber-xmessage-" "xmessage")) | |
815 | ||
816 | ;;;*** | |
817 | \f | |
818 | ;;;### (autoloads nil "jabber-xml" "jabber-xml.el" (0 0 0 0)) | |
819 | ;;; Generated autoloads from jabber-xml.el | |
820 | ||
821 | (register-definition-prefixes "jabber-xml" '("jabber-")) | |
822 | ||
823 | ;;;*** | |
824 | \f | |
825 | ;;;### (autoloads nil nil ("jabber-festival.el" "jabber-notifications.el" | |
826 | ;;;;;; "jabber-pkg.el") (0 0 0 0)) | |
827 | ||
828 | ;;;*** | |
829 | \f | |
830 | ;; Local Variables: | |
831 | ;; version-control: never | |
832 | ;; no-byte-compile: t | |
833 | ;; no-update-autoloads: t | |
834 | ;; coding: utf-8 | |
835 | ;; End: | |
836 | ;;; jabber-autoloads.el ends here |