summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-06-23 21:32:03 -0400
committerEvan Prodromou <evan@controlezvous.ca>2008-06-23 21:32:03 -0400
commitd1e55b3777fe5c988c6ec605987d5c616cbdbc06 (patch)
treedb34ad29948c042a723f7f44336a2cbe71f40adf /doc
parent63dcbe1e6e4dc49de9ce9be82421c043cc751007 (diff)
jabber send and confirmation code
darcs-hash:20080624013203-34904-fe87dc6b3b991e9753512b8b7cc192f7610eb1dc.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README b/doc/README
index 070b1ec81..e34d8a292 100644
--- a/doc/README
+++ b/doc/README
@@ -13,5 +13,9 @@ This package requires PHP 5.x and the following PHP Pear libraries:
- OAuth.php from http://oauth.googlecode.com/svn/code/php/
- markdown.php from http://michelf.com/projects/php-markdown/
- PEAR Mail, for sending out mail notifications
+ http://pear.php.net/package/Mail
- PEAR Net_SMTP, if you use the SMTP factory for notifications
+ http://pear.php.net/package/Net_SMTP
+- xmpphp, the follow-up to Class.Jabber.php. Probably the best XMPP
+ library available for PHP. http://xmpphp.googlecode.com/