Is there any Perl module available to send messages to Office Communicator? I searched in CPAN but without any luck. Can I use Python or Ruby to send messages to Office Communicator. I want to do this from a Linux Box.
As "Office Communicator" is using a modified version of SIP, you can try using SIP clients like Net::SIP (or Net::SIP::Simple from same package).