1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Packet reader and writer are now hidden.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1799 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-01-17 07:11:33 +00:00 committed by mtucker
parent 982a01a7b8
commit 5e4d91c269
3 changed files with 41 additions and 22 deletions

View file

@ -64,12 +64,13 @@ import org.jivesoftware.smack.util.StringUtils;
/**
* Listens for XML traffic from the XMPP server, and parses it into packet objects.
* The packet reader also manages all packet listeners and collectors.
*
* @see XMPPConnection#getPacketReader()
* @see PacketCollector
* @see PacketListener
* @author Matt Tucker
*/
public class PacketReader {
class PacketReader {
private static final String PROPERTIES_NAMESPACE =
"http://www.jivesoftware.com/xmlns/xmpp/properties";