Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.248.279 Times

Net::YMSG 1.2

  Date Added: November 24, 2010  |  Visits: 1.906

Net::YMSG

Report Broken Link
Printer Friendly Version


Product Homepage
Download (305 downloads)



Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. SYNOPSIS use Net::YMSG; my $yahoo = Net::YMSG->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id, Hello World!); Net::YMSG is a client class for connecting with the Yahoo! Messenger server, and transmitting and receiving a message. Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually. METHODS This section documents method of the Net::YMSG class. Net::YMSG->new() It should be called with following arguments (items with default value are optional): id => yahoo id password => password pre_login_url => url which refers to setting information. (default http://msg.edit.yahoo.com/config/) hostname => server hostname (default scs.yahoo.com) Returns a blessed instantiation of Net::YMSG. Note: If you plan to connect with Yahoo!India (yahoo.co.in), it sets up as follows. my $yahoo_japan = Net::YMSG->new( pre_login_url => http://edit.my.yahoo.co.in/config/, hostname => cs.yahoo.co.in, ); Since it connects with Yahoo!(yahoo.com), this procedure is unnecessary in almost all countries..

Requirements: No special requirements
Platforms: Linux
Keyword: Id Im Interface Libraries Login Messenger Messenger Im Netymsg Perl Programming Yahoo Ymsg
Users rating: 0/10

License: Freeware Size: 15.36 KB
USER REVIEWS
More Reviews or Write Review


NET::YMSG RELATED
Development Tools  -  Multiprotocol Instant Messenger Annotations Library 1.0
It provides a simple annotation-driven API for developing messaging business functionality and messenger bots over the AIM, Yahoo, GTalk/Jabber and IRC protocols. Key features "Multiprotocol Instant Messenger Annotations Library": - Single...
 
Libraries  -  Devel::Messenger 0.01
Devel::Messenger is a Perl module who let your code talk to you. SYNOPSIS use Devel::Messenger qw{note}; # set up localized subroutine local *note = Devel::Messenger::note { output => print, level => 2, pkgname => 1, linenumber => 1,...
7.17 KB  
Chat  -  Kopete 0.12.4
Kopete is an instant messenger supporting AIM, ICQ, MSN, Yahoo, Jabber, IRC, Gadu-Gadu, Novell GroupWise Messenger, and more. It is designed to be a flexible and extensible multi-protocol system suitable for personal and enterprise use. The goal...
 
Libraries  -  Chilkat Class Libraries for Java 9.2.1
The full suite of Chilkat components & libraries are now available for the Java programming language. Commercially licensed components include: Email (POP3 / SMTP) IMAP Zip, GZip, and Unix Compress Encryption MIME and S/MIME FTP HTTP MHT...
 
Terminals and Telnet Clients  -  Jeta H3 1.0
Jeta H3 is the Horde module that provides a Java SSH interface to login to the webserver (or another server with the use of additional relay software). Today it is recommended to use secure communications on public networks (i.e. the Internet)....
3.1 MB  
Programming  -  Curl Advanced UI 0.7
Curl Advanced UI libraries - Advanced User Interface libraries provide components necessary for creating rich user interface applications easily. Please see the detail info in Wiki page.
1.75 MB  
Modules  -  GMOD Drupal Bioinformatic Server Framework 6.x-1.x-de
GMOD-DBSF is an Application Programming Interface module for the Drupal CMS which simplifies programming bioinformatic Drupal modules. It is responsible for i) importing a subset of the Chado tables to Drupal, ii) creates new tables in Drupal...
51.2 KB  
3D and Graphical Chat Tools  -  OYCO Instant Messenger and VoIP Dialer 5.0
Communicating these days is all about doing it as efficiently and as cheaply as possible with the least amount of hassle. Enter OYCO IM, the best way to chat across networks on MSN, Yahoo!, AOL, ICQ and GoogleTalk, all at the same time. It has AES...
10.35 MB  
Instant Messagers  -  Pebrot 0.8.9
Pebrot is a text MSN messenger client implemented with Python. It has also a pretty and colorful Curses-based interface.
133.12 KB  
Libraries  -  DCE::Login 0.21
DCE::Login is a Perl extension for interfacing to the DCE login API. SYNOPSIS use DCE::Login; my($l, $status) = DCE::Login->get_current_context; my $pwent = $l->get_pwent; Perl extension for interfacing to the DCE login API..
35.84 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB