diff options
author | pawel <pawel@FreeBSD.org> | 2012-01-12 03:54:27 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-01-12 03:54:27 +0800 |
commit | babe762e33cbe9c5d148be32bf7c46a009797acb (patch) | |
tree | 582bdccd3d180c5d93b3701bbe420a3537a934e4 /net-im/qxmpp/pkg-descr | |
parent | 2cb1a126c7a5c86a1f83a87f59ba85f43fd165de (diff) | |
download | freebsd-ports-gnome-babe762e33cbe9c5d148be32bf7c46a009797acb.tar.gz freebsd-ports-gnome-babe762e33cbe9c5d148be32bf7c46a009797acb.tar.zst freebsd-ports-gnome-babe762e33cbe9c5d148be32bf7c46a009797acb.zip |
QXmpp is pretty intuitive and easy to use. It uses Qt extensively.
Qt is the only third party library it is dependent on. Users need
to a have working knowledge of C++ and Qt basics (Signals and Slots
and Qt data types). The underlying TCP socket and the XMPP RFCs
(RFC3920 and RFC3921) have been encapsulated into classes and
functions. Therefore the user would not be bothered with these
details. But it is always recommended to the advanced users to read
and enjoy the low level details.
WWW: http://code.google.com/p/qxmpp/
PR: ports/163967
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Diffstat (limited to 'net-im/qxmpp/pkg-descr')
-rw-r--r-- | net-im/qxmpp/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/qxmpp/pkg-descr b/net-im/qxmpp/pkg-descr new file mode 100644 index 000000000000..b4e9398bb4d4 --- /dev/null +++ b/net-im/qxmpp/pkg-descr @@ -0,0 +1,10 @@ +QXmpp is pretty intuitive and easy to use. It uses Qt extensively. +Qt is the only third party library it is dependent on. Users need +to a have working knowledge of C++ and Qt basics (Signals and Slots +and Qt data types). The underlying TCP socket and the XMPP RFCs +(RFC3920 and RFC3921) have been encapsulated into classes and +functions. Therefore the user would not be bothered with these +details. But it is always recommended to the advanced users to read +and enjoy the low level details. + +WWW: http://code.google.com/p/qxmpp/ |