[olug] im logging
Kelly Williams
kwilliams at nethtc.net
Sat Mar 1 23:12:07 UTC 2008
DYNATRON tech wrote:
> i have used pidgin (briefly), and i recommend it to customers as an IM
> alternative with low system overhead (compared to the alternatives). many
> features, including the one that you have inquired about.
>
> it used to be called GAIM, and it supports all major IM services.
>
>
> On 3/1/08, Jay Swackhamer <Jay at reboottheuser.com> wrote:
>
>> You could have them use 'Pidgin'(gaim) and turn logging on.
>>
>> --
>> Jay Swackhamer
>> Reboot The User
>> 13416 A Street
>> Omaha, NE 68144
>> 402-933-6449
>> Hours: 7pm-11pm Wed-Fri, 5pm-9pm Sat.
>> http://www.reboottheuser.com
>> http://www.cafepress.com/rtu
>>
>>
>> Quoting Luke -Jr <luke at dashjr.org>:
>>
>>
>>> On Saturday 01 March 2008, Kelly Williams wrote:
>>>
>>>> what program is the best for logging msn chats. i have been asked to
>>>> research this for a friend for his kids.
>>>>
>>> I'd recommend setting up a private, standards-compliant IM server that
>>>
>> logs
>>
>>> all conversations and force them to only use that.
>>>
>>> If he annoyingly insists on MSN, however, I have had success with this:
>>> tcpdump -s0 -w - port 1863 |
>>> strings |
>>> while read line
>>> do
>>> if grep -q X-MMS-IM-Format: <<<"$line"
>>> then
>>> read chat
>>> echo "$chat"
>>> fi
>>> done
>>> _______________________________________________
>>> OLUG mailing list
>>> OLUG at olug.org
>>> http://lists.olug.org/mailman/listinfo/olug
>>>
>>>
>>
>> _______________________________________________
>> OLUG mailing list
>> OLUG at olug.org
>> http://lists.olug.org/mailman/listinfo/olug
>>
>>
>
>
>
>
that would work but she is using Windoz just looking for a program to
work in the background because his kids knows how to disable logging in
msn messager..
Kelly Williams
More information about the OLUG
mailing list