From b441f588701e6b2608e2d56f68e47558788c76eb Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Sun, 9 Mar 2003 23:07:58 +0000 Subject: [PATCH] Javadoc info. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1848 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/filter/package.html | 1 + source/org/jivesoftware/smack/package.html | 1 + source/org/jivesoftware/smack/packet/package.html | 1 + source/org/jivesoftware/smack/util/package.html | 1 + source/overview.html | 1 + 5 files changed, 5 insertions(+) create mode 100644 source/org/jivesoftware/smack/filter/package.html create mode 100644 source/org/jivesoftware/smack/package.html create mode 100644 source/org/jivesoftware/smack/packet/package.html create mode 100644 source/org/jivesoftware/smack/util/package.html create mode 100644 source/overview.html diff --git a/source/org/jivesoftware/smack/filter/package.html b/source/org/jivesoftware/smack/filter/package.html new file mode 100644 index 000000000..8b3fe8034 --- /dev/null +++ b/source/org/jivesoftware/smack/filter/package.html @@ -0,0 +1 @@ +Allows {@link org.jivesoftware.smack.PacketCollector} and {@link org.jivesoftware.smack.PacketListener} instances to filter for packets with particular attributes. \ No newline at end of file diff --git a/source/org/jivesoftware/smack/package.html b/source/org/jivesoftware/smack/package.html new file mode 100644 index 000000000..2758d781a --- /dev/null +++ b/source/org/jivesoftware/smack/package.html @@ -0,0 +1 @@ +Core classes of the Smack API. \ No newline at end of file diff --git a/source/org/jivesoftware/smack/packet/package.html b/source/org/jivesoftware/smack/packet/package.html new file mode 100644 index 000000000..18a6405c8 --- /dev/null +++ b/source/org/jivesoftware/smack/packet/package.html @@ -0,0 +1 @@ +XML packets that are part of the XMPP protocol. \ No newline at end of file diff --git a/source/org/jivesoftware/smack/util/package.html b/source/org/jivesoftware/smack/util/package.html new file mode 100644 index 000000000..e34bfe316 --- /dev/null +++ b/source/org/jivesoftware/smack/util/package.html @@ -0,0 +1 @@ +Utility classes. \ No newline at end of file diff --git a/source/overview.html b/source/overview.html new file mode 100644 index 000000000..e5227706f --- /dev/null +++ b/source/overview.html @@ -0,0 +1 @@ +API specification for Smack, and Open Source XMPP client library.