root/tags/2D14/Resources/ChatCore.scriptSuite

Revision 2543, 19.7 kB (checked in by timothy, 4 years ago)
  • Transparant chat areas make a return now that 10.3.9 is out and Safari 1.3 is final. Set the alpha on the background color in your variants to use transparancy.
  • Attempts to fix the AppleScript? by removed depricated commands, and ditchign the buggy .r file.
  • Other stuff I'm sure...
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>ccoR</string>
7         <key>Classes</key>
8         <dict>
9                 <key>MVChatConnection</key>
10                 <dict>
11                         <key>AppleEventCode</key>
12                         <string>conM</string>
13                         <key>Attributes</key>
14                         <dict>
15                                 <key>localUser</key>
16                                 <dict>
17                                         <key>AppleEventCode</key>
18                                         <string>lcuA</string>
19                                         <key>ReadOnly</key>
20                                         <string>YES</string>
21                                         <key>Type</key>
22                                         <string>ChatCore.MVChatUser</string>
23                                 </dict>
24                                 <key>nickname</key>
25                                 <dict>
26                                         <key>AppleEventCode</key>
27                                         <string>nicA</string>
28                                         <key>Type</key>
29                                         <string>NSString</string>
30                                 </dict>
31                                 <key>nicknamePassword</key>
32                                 <dict>
33                                         <key>AppleEventCode</key>
34                                         <string>ncpA</string>
35                                         <key>Type</key>
36                                         <string>NSString</string>
37                                 </dict>
38                                 <key>password</key>
39                                 <dict>
40                                         <key>AppleEventCode</key>
41                                         <string>pasA</string>
42                                         <key>Type</key>
43                                         <string>NSString</string>
44                                 </dict>
45                                 <key>proxy</key>
46                                 <dict>
47                                         <key>AppleEventCode</key>
48                                         <string>pxyA</string>
49                                         <key>Type</key>
50                                         <string>NSNumber&lt;ChatCore.Proxy&gt;</string>
51                                 </dict>
52                                 <key>scriptTypedAwayMessage</key>
53                                 <dict>
54                                         <key>AppleEventCode</key>
55                                         <string>aStA</string>
56                                         <key>Type</key>
57                                         <string>NSTextSuite.NSTextStorage</string>
58                                 </dict>
59                                 <key>scriptTypedEncoding</key>
60                                 <dict>
61                                         <key>AppleEventCode</key>
62                                         <string>eNcA</string>
63                                         <key>Type</key>
64                                         <string>NSNumber&lt;ChatCore.Encoding&gt;</string>
65                                 </dict>
66                                 <key>server</key>
67                                 <dict>
68                                         <key>AppleEventCode</key>
69                                         <string>sevA</string>
70                                         <key>Type</key>
71                                         <string>NSString</string>
72                                 </dict>
73                                 <key>serverPort</key>
74                                 <dict>
75                                         <key>AppleEventCode</key>
76                                         <string>prtA</string>
77                                         <key>Type</key>
78                                         <string>NSNumber</string>
79                                 </dict>
80                                 <key>status</key>
81                                 <dict>
82                                         <key>AppleEventCode</key>
83                                         <string>stsA</string>
84                                         <key>ReadOnly</key>
85                                         <string>YES</string>
86                                         <key>Type</key>
87                                         <string>NSNumber&lt;ChatCore.ConnectionStatus&gt;</string>
88                                 </dict>
89                                 <key>uniqueIdentifier</key>
90                                 <dict>
91                                         <key>AppleEventCode</key>
92                                         <string>ID  </string>
93                                         <key>ReadOnly</key>
94                                         <string>YES</string>
95                                         <key>Type</key>
96                                         <string>NSNumber</string>
97                                 </dict>
98                                 <key>urlString</key>
99                                 <dict>
100                                         <key>AppleEventCode</key>
101                                         <string>url </string>
102                                         <key>ReadOnly</key>
103                                         <string>YES</string>
104                                         <key>Type</key>
105                                         <string>NSString</string>
106                                 </dict>
107                         </dict>
108                         <key>Superclass</key>
109                         <string>NSCoreSuite.AbstractObject</string>
110                         <key>SupportedCommands</key>
111                         <dict>
112                                 <key>ChatCore.Connect</key>
113                                 <string>connectScriptCommand:</string>
114                                 <key>ChatCore.Disconnect</key>
115                                 <string>disconnectScriptCommand:</string>
116                         </dict>
117                         <key>ToManyRelationships</key>
118                         <dict>
119                                 <key>joinedChatRoomsArray</key>
120                                 <dict>
121                                         <key>AppleEventCode</key>
122                                         <string>chRm</string>
123                                         <key>LocationRequiredToCreate</key>
124                                         <string>NO</string>
125                                         <key>ReadOnly</key>
126                                         <string>YES</string>
127                                         <key>Type</key>
128                                         <string>ChatCore.MVChatRoom</string>
129                                 </dict>
130                                 <key>knownChatUsersArray</key>
131                                 <dict>
132                                         <key>AppleEventCode</key>
133                                         <string>chUs</string>
134                                         <key>LocationRequiredToCreate</key>
135                                         <string>NO</string>
136                                         <key>ReadOnly</key>
137                                         <string>YES</string>
138                                         <key>Type</key>
139                                         <string>ChatCore.MVChatUser</string>
140                                 </dict>
141                         </dict>
142                 </dict>
143                 <key>MVChatRoom</key>
144                 <dict>
145                         <key>AppleEventCode</key>
146                         <string>chRm</string>
147                         <key>Attributes</key>
148                         <dict>
149                                 <key>attributes</key>
150                                 <dict>
151                                         <key>AppleEventCode</key>
152                                         <string>atRA</string>
153                                         <key>Type</key>
154                                         <string>NSDictionary</string>
155                                 </dict>
156                                 <key>bannedUsersArray</key>
157                                 <dict>
158                                         <key>AppleEventCode</key>
159                                         <string>bnSA</string>
160                                         <key>ReadOnly</key>
161                                         <string>YES</string>
162                                         <key>Type</key>
163                                         <string>NSArray</string>
164                                 </dict>
165                                 <key>dateJoined</key>
166                                 <dict>
167                                         <key>AppleEventCode</key>
168                                         <string>daJA</string>
169                                         <key>ReadOnly</key>
170                                         <string>YES</string>
171                                         <key>Type</key>
172                                         <string>NSDate</string>
173                                 </dict>
174                                 <key>dateParted</key>
175                                 <dict>
176                                         <key>AppleEventCode</key>
177                                         <string>daPA</string>
178                                         <key>ReadOnly</key>
179                                         <string>YES</string>
180                                         <key>Type</key>
181                                         <string>NSDate</string>
182                                 </dict>
183                                 <key>displayName</key>
184                                 <dict>
185                                         <key>AppleEventCode</key>
186                                         <string>dNmA</string>
187                                         <key>ReadOnly</key>
188                                         <string>YES</string>
189                                         <key>Type</key>
190                                         <string>NSString</string>
191                                 </dict>
192                                 <key>isJoined</key>
193                                 <dict>
194                                         <key>AppleEventCode</key>
195                                         <string>joIA</string>
196                                         <key>ReadOnly</key>
197                                         <string>YES</string>
198                                         <key>Type</key>
199                                         <string>NSNumber&lt;Bool&gt;</string>
200                                 </dict>
201                                 <key>name</key>
202                                 <dict>
203                                         <key>AppleEventCode</key>
204                                         <string>pnam</string>
205                                         <key>ReadOnly</key>
206                                         <string>YES</string>
207                                         <key>Type</key>
208                                         <string>NSString</string>
209                                 </dict>
210                                 <key>scriptTypedEncoding</key>
211                                 <dict>
212                                         <key>AppleEventCode</key>
213                                         <string>eNcA</string>
214                                         <key>Type</key>
215                                         <string>NSNumber&lt;ChatCore.Encoding&gt;</string>
216                                 </dict>
217                                 <key>scriptUniqueIdentifier</key>
218                                 <dict>
219                                         <key>AppleEventCode</key>
220                                         <string>ID  </string>
221                                         <key>ReadOnly</key>
222                                         <string>YES</string>
223                                         <key>Type</key>
224                                         <string>NSString</string>
225                                 </dict>
226                                 <key>urlString</key>
227                                 <dict>
228                                         <key>AppleEventCode</key>
229                                         <string>url </string>
230                                         <key>ReadOnly</key>
231                                         <string>YES</string>
232                                         <key>Type</key>
233                                         <string>NSString</string>
234                                 </dict>
235                         </dict>
236                         <key>Superclass</key>
237                         <string>NSCoreSuite.AbstractObject</string>
238                         <key>ToManyRelationships</key>
239                         <dict>
240                                 <key>memberUsersArray</key>
241                                 <dict>
242                                         <key>AppleEventCode</key>
243                                         <string>chUs</string>
244                                         <key>LocationRequiredToCreate</key>
245                                         <string>NO</string>
246                                         <key>ReadOnly</key>
247                                         <string>YES</string>
248                                         <key>Type</key>
249                                         <string>ChatCore.MVChatUser</string>
250                                 </dict>
251                         </dict>
252                 </dict>
253                 <key>MVChatUser</key>
254                 <dict>
255                         <key>AppleEventCode</key>
256                         <string>chUs</string>
257                         <key>Attributes</key>
258                         <dict>
259                                 <key>address</key>
260                                 <dict>
261                                         <key>AppleEventCode</key>
262                                         <string>adRA</string>
263                                         <key>ReadOnly</key>
264                                         <string>YES</string>
265                                         <key>Type</key>
266                                         <string>NSString</string>
267                                 </dict>
268                                 <key>attributes</key>
269                                 <dict>
270                                         <key>AppleEventCode</key>
271                                         <string>atRA</string>
272                                         <key>Type</key>
273                                         <string>NSDictionary</string>
274                                 </dict>
275                                 <key>dateConnected</key>
276                                 <dict>
277                                         <key>AppleEventCode</key>
278                                         <string>dCoA</string>
279                                         <key>ReadOnly</key>
280                                         <string>YES</string>
281                                         <key>Type</key>
282                                         <string>NSDate</string>
283                                 </dict>
284                                 <key>dateDisconnected</key>
285                                 <dict>
286                                         <key>AppleEventCode</key>
287                                         <string>dDcA</string>
288                                         <key>ReadOnly</key>
289                                         <string>YES</string>
290                                         <key>Type</key>
291                                         <string>NSDate</string>
292                                 </dict>
293                                 <key>dateUpdated</key>
294                                 <dict>
295                                         <key>AppleEventCode</key>
296                                         <string>uPdA</string>
297                                         <key>ReadOnly</key>
298                                         <string>YES</string>
299                                         <key>Type</key>
300                                         <string>NSDate</string>
301                                 </dict>
302                                 <key>displayName</key>
303                                 <dict>
304                                         <key>AppleEventCode</key>
305                                         <string>dNmA</string>
306                                         <key>ReadOnly</key>
307                                         <string>YES</string>
308                                         <key>Type</key>
309                                         <string>NSString</string>
310                                 </dict>
311                                 <key>idleTime</key>
312                                 <dict>
313                                         <key>AppleEventCode</key>
314                                         <string>iDlA</string>
315                                         <key>ReadOnly</key>
316                                         <string>YES</string>
317                                         <key>Type</key>
318                                         <string>NSNumber&lt;Double&gt;</string>
319                                 </dict>
320                                 <key>nickname</key>
321                                 <dict>
322                                         <key>AppleEventCode</key>
323                                         <string>pnam</string>
324                                         <key>ReadOnly</key>
325                                         <string>YES</string>
326                                         <key>Type</key>
327                                         <string>NSString</string>
328                                 </dict>
329                                 <key>realName</key>
330                                 <dict>
331                                         <key>AppleEventCode</key>
332                                         <string>rElA</string>
333                                         <key>ReadOnly</key>
334                                         <string>YES</string>
335                                         <key>Type</key>
336                                         <string>NSString</string>
337                                 </dict>
338                                 <key>scriptTypedAwayMessage</key>
339                                 <dict>
340                                         <key>AppleEventCode</key>
341                                         <string>aStA</string>
342                                         <key>ReadOnly</key>
343                                         <string>YES</string>
344                                         <key>Type</key>
345                                         <string>NSTextSuite.NSTextStorage</string>
346                                 </dict>
347                                 <key>scriptUniqueIdentifier</key>
348                                 <dict>
349                                         <key>AppleEventCode</key>
350                                         <string>ID  </string>
351                                         <key>ReadOnly</key>
352                                         <string>YES</string>
353                                         <key>Type</key>
354                                         <string>NSString</string>
355                                 </dict>
356                                 <key>serverAddress</key>
357                                 <dict>
358                                         <key>AppleEventCode</key>
359                                         <string>sevA</string>
360                                         <key>ReadOnly</key>
361                                         <string>YES</string>
362                                         <key>Type</key>
363                                         <string>NSString</string>
364                                 </dict>
365                                 <key>status</key>
366                                 <dict>
367                                         <key>AppleEventCode</key>
368                                         <string>stsA</string>
369                                         <key>ReadOnly</key>
370                                         <string>YES</string>
371                                         <key>Type</key>
372                                         <string>NSNumber&lt;ChatCore.UserStatus&gt;</string>
373                                 </dict>
374                                 <key>username</key>
375                                 <dict>
376                                         <key>AppleEventCode</key>
377                                         <string>uSnA</string>
378                                         <key>ReadOnly</key>
379                                         <string>YES</string>
380                                         <key>Type</key>
381                                         <string>NSString</string>
382                                 </dict>
383                         </dict>
384                         <key>Superclass</key>
385                         <string>NSCoreSuite.AbstractObject</string>
386                         <key>SupportedCommands</key>
387                         <dict>
388                                 <key>ChatCore.RefreshInformation</key>
389                                 <string>refreshInformationScriptCommand:</string>
390                         </dict>
391                 </dict>
392                 <key>MVFileTransfer</key>
393                 <dict>
394                         <key>AppleEventCode</key>
395                         <string>flTx</string>
396                         <key>Attributes</key>
397                         <dict>
398                                 <key>finalSize</key>
399                                 <dict>
400                                         <key>AppleEventCode</key>
401                                         <string>fSzA</string>
402                                         <key>ReadOnly</key>
403                                         <string>YES</string>
404                                         <key>Type</key>
405                                         <string>NSNumber</string>
406                                 </dict>
407                                 <key>hostString</key>
408                                 <dict>
409                                         <key>AppleEventCode</key>
410                                         <string>HoSA</string>
411                                         <key>ReadOnly</key>
412                                         <string>YES</string>
413                                         <key>Type</key>
414                                         <string>NSString</string>
415                                 </dict>
416                                 <key>isPassive</key>
417                                 <dict>
418                                         <key>AppleEventCode</key>
419                                         <string>pAsA</string>
420                                         <key>ReadOnly</key>
421                                         <string>YES</string>
422                                         <key>Type</key>
423                                         <string>NSNumber&lt;Bool&gt;</string>
424                                 </dict>
425                                 <key>port</key>
426                                 <dict>
427                                         <key>AppleEventCode</key>
428                                         <string>pOrA</string>
429                                         <key>ReadOnly</key>
430                                         <string>YES</string>
431                                         <key>Type</key>
432                                         <string>NSNumber</string>
433                                 </dict>
434                                 <key>scriptFilePath</key>
435                                 <dict>
436                                         <key>AppleEventCode</key>
437                                         <string>kfil</string>
438                                         <key>ReadOnly</key>
439                                         <string>YES</string>
440                                         <key>Type</key>
441                                         <string>NSString&lt;FilePath&gt;</string>
442                                 </dict>
443                                 <key>scriptType</key>
444                                 <dict>
445                                         <key>AppleEventCode</key>
446                                         <string>typA</string>
447                                         <key>ReadOnly</key>
448                                         <string>YES</string>
449                                         <key>Type</key>
450                                         <string>NSNumber&lt;ChatCore.FileTransferType&gt;</string>
451                                 </dict>
452                                 <key>startDate</key>
453                                 <dict>
454                                         <key>AppleEventCode</key>
455                                         <string>sDtA</string>
456                                         <key>ReadOnly</key>
457                                         <string>YES</string>
458                                         <key>Type</key>
459                                         <string>NSDate</string>
460                                 </dict>
461                                 <key>startOffset</key>
462                                 <dict>
463                                         <key>AppleEventCode</key>
464                                         <string>sOfA</string>
465                                         <key>ReadOnly</key>
466                                         <string>YES</string>
467                                         <key>Type</key>
468                                         <string>NSNumber</string>
469                                 </dict>
470                                 <key>status</key>
471                                 <dict>
472                                         <key>AppleEventCode</key>
473                                         <string>stsA</string>
474                                         <key>ReadOnly</key>
475                                         <string>YES</string>
476                                         <key>Type</key>
477                                         <string>NSNumber&lt;ChatCore.FileTransferStatus&gt;</string>
478                                 </dict>
479                                 <key>transfered</key>
480                                 <dict>
481                                         <key>AppleEventCode</key>
482                                         <string>TrzA</string>
483                                         <key>ReadOnly</key>
484                                         <string>YES</string>
485                                         <key>Type</key>
486                                         <string>NSNumber</string>
487                                 </dict>
488                                 <key>uniqueIdentifier</key>
489                                 <dict>
490                                         <key>AppleEventCode</key>
491                                         <string>ID  </string>
492                                         <key>ReadOnly</key>
493                                         <string>YES</string>
494                                         <key>Type</key>
495                                         <string>NSNumber</string>
496                                 </dict>
497                                 <key>user</key>
498                                 <dict>
499                                         <key>AppleEventCode</key>
500                                         <string>chUs</string>
501                                         <key>ReadOnly</key>
502                                         <string>YES</string>
503                                         <key>Type</key>
504                                         <string>ChatCore.MVChatUser</string>
505                                 </dict>
506                         </dict>
507                         <key>Superclass</key>
508                         <string>NSCoreSuite.AbstractObject</string>
509                 </dict>
510         </dict>
511         <key>Commands</key>
512         <dict>
513                 <key>Connect</key>
514                 <dict>
515                         <key>AppleEventClassCode</key>
516                         <string>ccoR</string>
517                         <key>AppleEventCode</key>
518                         <string>conX</string>
519                         <key>CommandClass</key>
520                         <string>NSScriptCommand</string>
521                         <key>UnnamedArgument</key>
522                         <dict>
523                                 <key>Type</key>
524                                 <string>ChatCore.MVChatConnection</string>
525                         </dict>
526                 </dict>
527                 <key>Disconnect</key>
528                 <dict>
529                         <key>AppleEventClassCode</key>
530                         <string>ccoR</string>
531                         <key>AppleEventCode</key>
532                         <string>dscX</string>
533                         <key>CommandClass</key>
534                         <string>NSScriptCommand</string>
535                         <key>UnnamedArgument</key>
536                         <dict>
537                                 <key>Type</key>
538                                 <string>ChatCore.MVChatConnection</string>
539                         </dict>
540                 </dict>
541                 <key>JoinChatRoom</key>
542                 <dict>
543                         <key>AppleEventClassCode</key>
544                         <string>ccoR</string>
545                         <key>AppleEventCode</key>
546                         <string>jCrX</string>
547                         <key>Arguments</key>
548                         <dict>
549                                 <key>connection</key>
550                                 <dict>
551                                         <key>AppleEventCode</key>
552                                         <string>jCr1</string>
553                                         <key>Optional</key>
554                                         <string>YES</string>
555                                         <key>Type</key>
556                                         <string>ChatCore.MVChatConnection</string>
557                                 </dict>
558                         </dict>
559                         <key>CommandClass</key>
560                         <string>MVJoinChatRoomScriptCommand</string>
561                         <key>UnnamedArgument</key>
562                         <dict>
563                                 <key>Type</key>
564                                 <string>NSString</string>
565                         </dict>
566                 </dict>
567                 <key>RefreshInformation</key>
568                 <dict>
569                         <key>AppleEventClassCode</key>
570                         <string>ccoR</string>
571                         <key>AppleEventCode</key>
572                         <string>rfsX</string>
573                         <key>CommandClass</key>
574                         <string>NSScriptCommand</string>
575                         <key>UnnamedArgument</key>
576                         <dict>
577                                 <key>Type</key>
578                                 <string>ChatCore.MVChatUser</string>
579                         </dict>
580                 </dict>
581                 <key>ReloadPlugins</key>
582                 <dict>
583                         <key>AppleEventClassCode</key>
584                         <string>ccoR</string>
585                         <key>AppleEventCode</key>
586                         <string>rLdX</string>
587                         <key>CommandClass</key>
588                         <string>MVReloadPluginsScriptCommand</string>
589                 </dict>
590                 <key>SendMessage</key>
591                 <dict>
592                         <key>AppleEventClassCode</key>
593                         <string>ccoR</string>
594                         <key>AppleEventCode</key>
595                         <string>sCmX</string>
596                         <key>Arguments</key>
597                         <dict>
598                                 <key>action</key>
599                                 <dict>
600                                         <key>AppleEventCode</key>
601                                         <string>sCm3</string>
602                                         <key>Optional</key>
603                                         <string>YES</string>
604