📄 readme
字号:
nullprpl--------OVERVIEW--------Nullprpl is a mock protocol plugin for Pidgin and libpurple. You can createaccounts with it, sign on and off, add buddies, and send and receive IMs, allwithout connecting to a server!Beyond that basic functionality, nullprpl supports presence and away/availablemessages, offline messages, user info, typing notification, privacyallow/block lists, chat rooms, whispering, room lists, and protocol icons andemblems. Notable missing features are file transfer and account registrationand authentication.Nullprpl is intended as an example of how to write a libpurple protocolplugin. It doesn't contain networking code or an event loop, but it doesdemonstrate how to use the libpurple API to do pretty much everything a prplmight need to do.Nullprpl is also a useful tool for hacking on Pidgin, Finch, and otherlibpurple clients. It's a full-featured protocol plugin, but doesn't depend onan external server, so it's a quick and easy way to exercise test new code. Italso allows you to work while you're disconnected.-----------------------BUILDING AND INSTALLING-----------------------To build, just run ./configure as usual in the root directory of the pidginsource distribution. Then cd libpurple/protocols/null and type make. Toinstall, copy libnull.la and .libs/libnull.so into your ~/.purple/pluginsdirectory. Then run Pidgin.To build nullprpl on Windows (with Cygwin/MinGW), use Makefile.mingw.-----USAGE-----To add a nullprpl account, go to the account editor window and click Add.Select Nullprpl from the protocol drop-down list, and enter any username youwant.Now, use Pidgin like normal. You can add buddies, send IMs, set away messages,etc. If you send IMs to your own username, they will be echoed back to you.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -