Purple(3pm) | User Contributed Perl Documentation | Purple(3pm) |
Purple - Perl extension to the libpurple instant messenger library.
use Purple;
This module provides the interface for using perl scripts as plugins in libpurple.
This module provides the interface for using perl scripts as plugins in Purple. With this, developers can write perl scripts that can be loaded in Purple as plugins. The scripts can interact with IMs, chats, accounts, the buddy list, libpurple signals, and more.
The API for the perl interface is very similar to that of the Purple C API, which can be viewed at http://developer.pidgin.im/doxygen/ or in the header files in the Purple source tree.
Purple C API documentation - http://developer.pidgin.im/doxygen/
Purple website - http://pidgin.im/
Christian Hammond, <chipx86@gnupdate.org>
Copyright 2003 by Christian Hammond
This library is free software; you can redistribute it and/or modify it under the terms of the General Public License (GPL). For more information, see http://www.fsf.org/licenses/gpl.txt
2024-03-31 | perl v5.38.2 |