barnowl_perlaim
|
Last change
on this file since 7a1c90d was
7a1c90d,
checked in by Geoffrey Thomas <geofft@mit.edu>, 18 years ago
|
|
Skeleton AIM module, and Net::OSCAR 1.925
|
-
Property mode set to
100644
|
|
File size:
413 bytes
|
| Line | |
|---|
| 1 | package Net::OSCAR::ServerCallbacks; |
|---|
| 2 | use strict; |
|---|
| 3 | use warnings; |
|---|
| 4 | use vars qw($SESSIONS $SCREENNAMES %COOKIES $screenname $connection $snac $conntype $family $subtype $data $reqid $reqdata $session $protobit %data); |
|---|
| 5 | sub { |
|---|
| 6 | |
|---|
| 7 | $connection->proto_send(protobit => "buddylist_3_response", reqid => $reqid, protodata => {maximums => [ |
|---|
| 8 | 200, 50, 128, 128, 1, 1, 50, 0, 0, 3, 0, 0, 0, 128, 128, 20, 200, 1, 0, 1, 0 |
|---|
| 9 | ]}); |
|---|
| 10 | |
|---|
| 11 | }; |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.