diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 07:19:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 07:19:10 +0000 |
commit | 64d4501c2ef9ca499e3b665ea3b7c5ae44ca7898 (patch) | |
tree | 673ee261a656f61fcf218acc6016f49b7d184f48 /net-im/pidgin-msn-pecan/pkg-descr | |
parent | 1387c08f50eae1944dd1d9c4b4e492e64bd13745 (diff) |
msn-pecan is an alternative MSN protocol plugin for libpurple.
Features include:
* Support for personal messages
* Server-side storage for display names (private alias)
* Partial direct connection support (p2p transfers)
* Improved network IO (using GIOChannel)
* Improved error handling
* Network issues tested with netem
* GObject usage
WWW: http://code.google.com/p/msn-pecan/
PR: ports/126093
Submitted by: hrkfrd at gmail.com
Notes
Notes:
svn path=/head/; revision=218102
Diffstat (limited to 'net-im/pidgin-msn-pecan/pkg-descr')
-rw-r--r-- | net-im/pidgin-msn-pecan/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/pidgin-msn-pecan/pkg-descr b/net-im/pidgin-msn-pecan/pkg-descr new file mode 100644 index 000000000000..d90f34e76fa9 --- /dev/null +++ b/net-im/pidgin-msn-pecan/pkg-descr @@ -0,0 +1,12 @@ +msn-pecan is an alternative MSN protocol plugin for libpurple. + +Features include: +* Support for personal messages +* Server-side storage for display names (private alias) +* Partial direct connection support (p2p transfers) +* Improved network IO (using GIOChannel) +* Improved error handling +* Network issues tested with netem +* GObject usage + +WWW: http://code.google.com/p/msn-pecan/ |