This libpurple PHP binding, which defines a set of internal classes, gives a possibility to use aol and icq (oscar), yahoo, msn, jabber, irc and much more protocols directly from PHP. Write your own IM chat client in PHP, as simply as PHP enables it.
Nice, no crappy user space script anymore :) Why isn't this in pecl?
Very nice ;)
Great project idea in which I would love getting involved in
* Project name changed to Phurple for two purposes: - more flexible code processing of both extension and libpurple stuff - php license compatibility (no word php in the extension title) In general your old code should work if you simply replace purple with phurple case sensitive. The name was suggested on the pidgin mailing list, i can't remember by who * libpurple initialization moved from the compile time to the runtime, excactly - to the CustomPhurpleClient instantiation time * PhurpleClient::iterate() added * PhurpleClient::getProtocols() is no more static * PhurpleAccount::get() added * PhurpleClient::PURPLE_STATUS_* constant names changed to PhurpleClient::STATUS_* * PhurpleClient::connectToSignal() removed to simplify the code * PhurpleClient::connect() added (at least disconnect is planed for next release) * PhurpleClient::setUserDir() is no more alias for purple.custom_user_directory * purple.custom_user_directory ini setting removed * PhurpleClient::setDebug() added instead of the purple.debug_enabled ini setting * PhurpleClient::setUiId() added instead of the purple.ui_id ini setting * purple.plugin_save_pref ini setting removed 'cause it's useless * phurple.custom_plugin_path is the only true ini setting which wasn't deleted * PhurpleClient::__clone() is now private final so there can be only one client instance per script * fixed the bug where a PurpleConversation instance gets overwritten when creating multiple conversations
Welcome to the Phurple, which is the continuation of the PHPurple project.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?