root/tags/2C10/Resources/Colloquy.scriptSuite

Revision 1805, 33.9 kB (checked in by timothy, 4 years ago)

* Ignore status can be changed with AppleScript? during a process message handler.
* More properties for the member class like: real name, username, address and hostmask.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>AppleEventCode</key>
6         <string>coRC</string>
7         <key>Classes</key>
8         <dict>
9                 <key>AbstractChatListItem</key>
10                 <dict>
11                         <key>AppleEventCode</key>
12                         <string>cliM</string>
13                         <key>Attributes</key>
14                         <dict>
15                                 <key>information</key>
16                                 <dict>
17                                         <key>AppleEventCode</key>
18                                         <string>infA</string>
19                                         <key>ReadOnly</key>
20                                         <string>YES</string>
21                                         <key>Type</key>
22                                         <string>NSString</string>
23                                 </dict>
24                                 <key>title</key>
25                                 <dict>
26                                         <key>AppleEventCode</key>
27                                         <string>pnam</string>
28                                         <key>ReadOnly</key>
29                                         <string>YES</string>
30                                         <key>Type</key>
31                                         <string>NSString</string>
32                                 </dict>
33                         </dict>
34                         <key>Superclass</key>
35                         <string>NSCoreSuite.AbstractObject</string>
36                 </dict>
37                 <key>AbstractChatViewController</key>
38                 <dict>
39                         <key>AppleEventCode</key>
40                         <string>chvC</string>
41                         <key>ToOneRelationships</key>
42                         <dict>
43                                 <key>windowController</key>
44                                 <dict>
45                                         <key>AppleEventCode</key>
46                                         <string>chwC</string>
47                                         <key>ReadOnly</key>
48                                         <string>YES</string>
49                                         <key>Type</key>
50                                         <string>JVChatWindowController</string>
51                                 </dict>
52                                 <key>connection</key>
53                                 <dict>
54                                         <key>AppleEventCode</key>
55                                         <string>conM</string>
56                                         <key>ReadOnly</key>
57                                         <string>YES</string>
58                                         <key>Type</key>
59                                         <string>ChatCore.MVChatConnection</string>
60                                 </dict>
61                         </dict>
62                         <key>InverseRelationships</key>
63                         <dict>
64                                 <key>windowController</key>
65                                 <string>chatViews</string>
66                         </dict>
67                         <key>Attributes</key>
68                         <dict>
69                                 <key>identifier</key>
70                                 <dict>
71                                         <key>AppleEventCode</key>
72                                         <string>idtA</string>
73                                         <key>ReadOnly</key>
74                                         <string>YES</string>
75                                         <key>Type</key>
76                                         <string>NSString</string>
77                                 </dict>
78                                 <key>uniqueIdentifier</key>
79                                 <dict>
80                                         <key>AppleEventCode</key>
81                                         <string>ID  </string>
82                                         <key>ReadOnly</key>
83                                         <string>YES</string>
84                                         <key>Type</key>
85                                         <string>NSNumber</string>
86                                 </dict>
87                                 <key>windowTitle</key>
88                                 <dict>
89                                         <key>AppleEventCode</key>
90                                         <string>wtiA</string>
91                                         <key>ReadOnly</key>
92                                         <string>YES</string>
93                                         <key>Type</key>
94                                         <string>NSString</string>
95                                 </dict>
96                         </dict>
97                         <key>Superclass</key>
98                         <string>AbstractChatListItem</string>
99                 </dict>
100                 <key>JVChatMessage</key>
101                 <dict>
102                         <key>AppleEventCode</key>
103                         <string>cmsM</string>
104                         <key>DefaultSubcontainerAttribute</key>
105                         <string>body</string>
106                         <key>ToOneRelationships</key>
107                         <dict>
108                                 <key>transcript</key>
109                                 <dict>
110                                         <key>AppleEventCode</key>
111                                         <string>chvC</string>
112                                         <key>ReadOnly</key>
113                                         <string>YES</string>
114                                         <key>Type</key>
115                                         <string>AbstractChatViewController</string>
116                                 </dict>
117                                 <key>body</key>
118                                 <dict>
119                                         <key>AppleEventCode</key>
120                                         <string>maPA</string>
121                                         <key>Type</key>
122                                         <string>NSTextSuite.NSTextStorage</string>
123                                 </dict>
124                         </dict>
125                         <key>InverseRelationships</key>
126                         <dict>
127                                 <key>transcript</key>
128                                 <string>messages</string>
129                         </dict>
130                         <key>Attributes</key>
131                         <dict>
132                                 <key>isAction</key>
133                                 <dict>
134                                         <key>AppleEventCode</key>
135                                         <string>isAc</string>
136                                         <key>Type</key>
137                                         <string>NSNumber&lt;Bool&gt;</string>
138                                 </dict>
139                                 <key>isHighlighted</key>
140                                 <dict>
141                                         <key>AppleEventCode</key>
142                                         <string>iHlt</string>
143                                         <key>Type</key>
144                                         <string>NSNumber&lt;Bool&gt;</string>
145                                 </dict>
146                                 <key>bodyAsHTML</key>
147                                 <dict>
148                                         <key>AppleEventCode</key>
149                                         <string>maHA</string>
150                                         <key>Type</key>
151                                         <string>NSString</string>
152                                 </dict>
153                                 <key>sender</key>
154                                 <dict>
155                                         <key>AppleEventCode</key>
156                                         <string>sNdA</string>
157                                         <key>Type</key>
158                                         <string>NSCoreSuite.AbstractObject</string>
159                                 </dict>
160                                 <key>date</key>
161                                 <dict>
162                                         <key>AppleEventCode</key>
163                                         <string>dteA</string>
164                                         <key>Type</key>
165                                         <string>NSDate</string>
166                                 </dict>
167                                 <key>ignoreStatus</key>
168                                 <dict>
169                                         <key>AppleEventCode</key>
170                                         <string>iGsA</string>
171                                         <key>Type</key>
172                                         <string>NSNumber&lt;IgnoreStatus&gt;</string>
173                                 </dict>
174                                 <key>messageNumber</key>
175                                 <dict>
176                                         <key>AppleEventCode</key>
177                                         <string>ID  </string>
178                                         <key>Type</key>
179                                         <string>NSNumber&lt;UnsignedLong&gt;</string>
180                                 </dict>
181                         </dict>
182                         <key>Superclass</key>
183                         <string>NSCoreSuite.AbstractObject</string>
184                 </dict>
185                 <key>JVBuddy</key>
186                 <dict>
187                         <key>AppleEventCode</key>
188                         <string>budM</string>
189                         <key>Attributes</key>
190                         <dict>
191                                 <key>activeNicknameDictionary</key>
192                                 <dict>
193                                         <key>AppleEventCode</key>
194                                         <string>acnA</string>
195                                         <key>ReadOnly</key>
196                                         <string>NO</string>
197                                         <key>Type</key>
198                                         <string>NSDictionary</string>
199                                 </dict>
200                                 <key>awayMessage</key>
201                                 <dict>
202                                         <key>AppleEventCode</key>
203                                         <string>awmA</string>
204                                         <key>ReadOnly</key>
205                                         <string>YES</string>
206                                         <key>Type</key>
207                                         <string>NSString</string>
208                                 </dict>
209                                 <key>compositeName</key>
210                                 <dict>
211                                         <key>AppleEventCode</key>
212                                         <string>pnam</string>
213                                         <key>ReadOnly</key>
214                                         <string>YES</string>
215                                         <key>Type</key>
216                                         <string>NSString</string>
217                                 </dict>
218                                 <key>firstName</key>
219                                 <dict>
220                                         <key>AppleEventCode</key>
221                                         <string>fsnA</string>
222                                         <key>ReadOnly</key>
223                                         <string>NO</string>
224                                         <key>Type</key>
225                                         <string>NSString</string>
226                                 </dict>
227                                 <key>givenNickname</key>
228                                 <dict>
229                                         <key>AppleEventCode</key>
230                                         <string>gvnA</string>
231                                         <key>ReadOnly</key>
232                                         <string>NO</string>
233                                         <key>Type</key>
234                                         <string>NSString</string>
235                                 </dict>
236                                 <key>idleTime</key>
237                                 <dict>
238                                         <key>AppleEventCode</key>
239                                         <string>idlA</string>
240                                         <key>ReadOnly</key>
241                                         <string>YES</string>
242                                         <key>Type</key>
243                                         <string>NSNumber&lt;Double&gt;</string>
244                                 </dict>
245                                 <key>isOnline</key>
246                                 <dict>
247                                         <key>AppleEventCode</key>
248                                         <string>isoA</string>
249                                         <key>ReadOnly</key>
250                                         <string>YES</string>
251                                         <key>Type</key>
252                                         <string>NSNumber&lt;Bool&gt;</string>
253                                 </dict>
254                                 <key>lastName</key>
255                                 <dict>
256                                         <key>AppleEventCode</key>
257                                         <string>lsnA</string>
258                                         <key>ReadOnly</key>
259                                         <string>NO</string>
260                                         <key>Type</key>
261                                         <string>NSString</string>
262                                 </dict>
263                                 <key>nicknamesArray</key>
264                                 <dict>
265                                         <key>AppleEventCode</key>
266                                         <string>ncsA</string>
267                                         <key>ReadOnly</key>
268                                         <string>NO</string>
269                                         <key>Type</key>
270                                         <string>NSArray</string>
271                                 </dict>
272                                 <key>onlineNicknamesArray</key>
273                                 <dict>
274                                         <key>AppleEventCode</key>
275                                         <string>oncA</string>
276                                         <key>ReadOnly</key>
277                                         <string>YES</string>
278                                         <key>Type</key>
279                                         <string>NSArray</string>
280                                 </dict>
281                                 <key>preferredName</key>
282                                 <dict>
283                                         <key>AppleEventCode</key>
284                                         <string>prnA</string>
285                                         <key>ReadOnly</key>
286                                         <string>YES</string>
287                                         <key>Type</key>
288                                         <string>NSString</string>
289                                 </dict>
290                                 <key>primaryEmail</key>
291                                 <dict>
292                                         <key>AppleEventCode</key>
293                                         <string>pemA</string>
294                                         <key>ReadOnly</key>
295                                         <string>NO</string>
296                                         <key>Type</key>
297                                         <string>NSString</string>
298                                 </dict>
299                                 <key>status</key>
300                                 <dict>
301                                         <key>AppleEventCode</key>
302                                         <string>stsA</string>
303                                         <key>ReadOnly</key>
304                                         <string>YES</string>
305                                         <key>Type</key>
306                                         <string>NSNumber&lt;BuddyStatus&gt;</string>
307                                 </dict>
308                                 <key>uniqueIdentifier</key>
309                                 <dict>
310                                         <key>AppleEventCode</key>
311                                         <string>ID  </string>
312                                         <key>ReadOnly</key>
313                                         <string>YES</string>
314                                         <key>Type</key>
315                                         <string>NSString</string>
316                                 </dict>
317                         </dict>
318                         <key>Superclass</key>
319                         <string>NSCoreSuite.AbstractObject</string>
320                         <key>SupportedCommands</key>
321                         <dict>
322                                 <key>editInAddressBook</key>
323                                 <string>editInAddressBookScriptCommand:</string>
324                                 <key>viewInAddressBook</key>
325                                 <string>viewInAddressBookScriptCommand:</string>
326                         </dict>
327                 </dict>
328                 <key>MVBuddyListController</key>
329                 <dict>
330                         <key>SupportedCommands</key>
331                         <dict>
332                                 <key>editInAddressBook</key>
333                                 <string>editInAddressBookScriptCommand:</string>
334                                 <key>viewInAddressBook</key>
335                                 <string>viewInAddressBookScriptCommand:</string>
336                         </dict>
337                         <key>AppleEventCode</key>
338                         <string>bdlC</string>
339                         <key>SupportedCommands</key>
340                         <dict>
341                                 <key>show</key>
342                                 <string>showBuddyList:</string>
343                                 <key>showBuddyPickerSheet</key>
344                                 <string>showBuddyPickerSheet:</string>
345                         </dict>
346                         <key>Attributes</key>
347                         <dict>
348                                 <key>showFullNames</key>
349                                 <dict>
350                                         <key>AppleEventCode</key>
351                                         <string>sfnB</string>
352                                         <key>ReadOnly</key>
353                                         <string>NO</string>
354                                         <key>Type</key>
355                                         <string>NSNumber&lt;Bool&gt;</string>
356                                 </dict>
357                                 <key>showIcons</key>
358                                 <dict>
359                                         <key>AppleEventCode</key>
360                                         <string>shiB</string>
361                                         <key>ReadOnly</key>
362                                         <string>NO</string>
363                                         <key>Type</key>
364                                         <string>NSNumber&lt;Bool&gt;</string>
365                                 </dict>
366                                 <key>showNicknameAndServer</key>
367                                 <dict>
368                                         <key>AppleEventCode</key>
369                                         <string>ssnB</string>
370                                         <key>ReadOnly</key>
371                                         <string>NO</string>
372                                         <key>Type</key>
373                                         <string>NSNumber&lt;Bool&gt;</string>
374                                 </dict>
375                                 <key>showOfflineBuddies</key>
376                                 <dict>
377                                         <key>AppleEventCode</key>
378                                         <string>solB</string>
379                                         <key>ReadOnly</key>
380                                         <string>NO</string>
381                                         <key>Type</key>
382                                         <string>NSNumber&lt;Bool&gt;</string>
383                                 </dict>
384                                 <key>sortOrder</key>
385                                 <dict>
386                                         <key>AppleEventCode</key>
387                                         <string>sorB</string>
388                                         <key>ReadOnly</key>
389                                         <string>NO</string>
390                                         <key>Type</key>
391                                         <string>NSNumber&lt;BuddyListSortOrder&gt;</string>
392                                 </dict>
393                         </dict>
394                         <key>Superclass</key>
395                         <string>NSCoreSuite.AbstractObject</string>
396                         <key>DefaultSubcontainerAttribute</key>
397                         <string>buddies</string>
398                         <key>ToOneRelationships</key>
399                         <dict>
400                                 <key>window</key>
401                                 <dict>
402                                         <key>AppleEventCode</key>
403                                         <string>cwin</string>
404                                         <key>ReadOnly</key>
405                                         <string>YES</string>
406                                         <key>Type</key>
407                                         <string>NSCoreSuite.NSWindow</string>
408                                 </dict>
409                         </dict>
410                         <key>ToManyRelationships</key>
411                         <dict>
412                                 <key>buddies</key>
413                                 <dict>
414                                         <key>AppleEventCode</key>
415                                         <string>budM</string>
416                                         <key>ReadOnly</key>
417                                         <string>NO</string>
418                                         <key>LocationRequiredToCreate</key>
419                                         <string>NO</string>
420                                         <key>Type</key>
421                                         <string>JVBuddy</string>
422                                 </dict>
423                         </dict>
424                 </dict>
425                 <key>JVChatController</key>
426                 <dict>
427                         <key>AppleEventCode</key>
428                         <string>chtC</string>
429                         <key>Superclass</key>
430                         <string>NSCoreSuite.AbstractObject</string>
431                         <key>DefaultSubcontainerAttribute</key>
432                         <string>chatViews</string>
433                         <key>ToManyRelationships</key>
434                         <dict>
435                                 <key>chatViews</key>
436                                 <dict>
437                                         <key>AppleEventCode</key>
438                                         <string>chvC</string>
439                                         <key>ReadOnly</key>
440                                         <string>YES</string>
441                                         <key>Type</key>
442                                         <string>AbstractChatViewController</string>
443                                 </dict>
444                                 <key>chatRooms</key>
445                                 <dict>
446                                         <key>AppleEventCode</key>
447                                         <string>crmM</string>
448                                         <key>ReadOnly</key>
449                                         <string>YES</string>
450                                         <key>Type</key>
451                                         <string>JVChatRoom</string>
452                                 </dict>
453                                 <key>directChats</key>
454                                 <dict>
455                                         <key>AppleEventCode</key>
456                                         <string>dchM</string>
457                                         <key>ReadOnly</key>
458                                         <string>YES</string>
459                                         <key>Type</key>
460                                         <string>JVDirectChat</string>
461                                 </dict>
462                                 <key>chatTranscripts</key>
463                                 <dict>
464                                         <key>AppleEventCode</key>
465                                         <string>ctrM</string>
466                                         <key>ReadOnly</key>
467                                         <string>YES</string>
468                                         <key>Type</key>
469                                         <string>JVChatTranscript</string>
470                                 </dict>
471                                 <key>chatConsoles</key>
472                                 <dict>
473                                         <key>AppleEventCode</key>
474                                         <string>ccoM</string>
475                                         <key>ReadOnly</key>
476                                         <string>YES</string>
477                                         <key>Type</key>
478                                         <string>JVChatConsole</string>
479                                 </dict>
480                                 <key>chatWindows</key>
481                                 <dict>
482                                         <key>AppleEventCode</key>
483                                         <string>chwC</string>
484                                         <key>LocationRequiredToCreate</key>
485                                         <string>NO</string>
486                                         <key>ReadOnly</key>
487                                         <string>NO</string>
488                                         <key>Type</key>
489                                         <string>JVChatWindowController</string>
490                                 </dict>
491                         </dict>
492                         <key>SupportedCommands</key>
493                         <dict>
494                                 <key>startChatWith</key>
495                                 <string>startChatScriptCommand:</string>
496                         </dict>
497                 </dict>
498                 <key>JVChatRoom</key>
499                 <dict>
500                         <key>AppleEventCode</key>
501                         <string>crmM</string>
502                         <key>Superclass</key>
503                         <string>JVDirectChat</string>
504                         <key>DefaultSubcontainerAttribute</key>
505                         <string>chatMembers</string>
506                         <key>ToManyRelationships</key>
507                         <dict>
508                                 <key>chatMembers</key>
509                                 <dict>
510                                         <key>AppleEventCode</key>
511                                         <string>chmM</string>
512                                         <key>ReadOnly</key>
513                                         <string>YES</string>
514                                         <key>Type</key>
515                                         <string>JVChatRoomMember</string>
516                                 </dict>
517                         </dict>
518                         <key>Attributes</key>
519                         <dict>
520                                 <key>numberOfChildren</key>
521                                 <dict>
522                                         <key>AppleEventCode</key>
523                                         <string>ncmA</string>
524                                         <key>ReadOnly</key>
525                                         <string>YES</string>
526                                         <key>Type</key>
527                                         <string>NSNumber&lt;Int&gt;</string>
528                                 </dict>
529                                 <key>scriptTypedTopic</key>
530                                 <dict>
531                                         <key>AppleEventCode</key>
532                                         <string>tOpA</string>
533                                         <key>ReadOnly</key>
534                                         <string>NO</string>
535                                         <key>Type</key>
536                                         <string>NSTextSuite.NSTextStorage</string>
537                                 </dict>
538                         </dict>
539                 </dict>
540                 <key>JVChatRoomMember</key>
541                 <dict>
542                         <key>AppleEventCode</key>
543                         <string>chmM</string>
544                         <key>Superclass</key>
545                         <string>AbstractChatListItem</string>
546                         <key>InverseRelationships</key>
547                         <dict>
548                                 <key>parent</key>
549                                 <string>chatMembers</string>
550                         </dict>
551                         <key>DefaultSubcontainerAttribute</key>
552                         <string>buddy</string>
553                         <key>ToOneRelationships</key>
554                         <dict>
555                                 <key>buddy</key>
556                                 <dict>
557                                         <key>AppleEventCode</key>
558                                         <string>budM</string>
559                                         <key>ReadOnly</key>
560                                         <string>YES</string>
561                                         <key>Type</key>
562                                         <string>JVBuddy</string>
563                                 </dict>
564                                 <key>parent</key>
565                                 <dict>
566                                         <key>AppleEventCode</key>
567                                         <string>crmM</string>
568                                         <key>ReadOnly</key>
569                                         <string>YES</string>
570                                         <key>Type</key>
571                                         <string>JVChatRoom</string>
572                                 </dict>
573                         </dict>
574                         <key>Attributes</key>
575                         <dict>
576                                 <key>nickname</key>
577                                 <dict>
578                                         <key>AppleEventCode</key>
579                                         <string>pnam</string>
580                                         <key>ReadOnly</key>
581                                         <string>YES</string>
582                                         <key>Type</key>
583                                         <string>NSString</string>
584                                 </dict>
585                                 <key>uniqueIdentifier</key>
586                                 <dict>
587                                         <key>AppleEventCode</key>
588                                         <string>ID  </string>
589                                         <key>ReadOnly</key>
590                                         <string>YES</string>
591                                         <key>Type</key>
592                                         <string>NSNumber</string>
593                                 </dict>
594                                 <key>voice</key>
595                                 <dict>
596                                         <key>AppleEventCode</key>
597                                         <string>voiA</string>
598                                         <key>ReadOnly</key>
599                                         <string>YES</string>
600                                         <key>Type</key>
601                                         <string>NSNumber&lt;Bool&gt;</string>
602                                 </dict>
603                                 <key>operator</key>
604