mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 01:29:38 +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:
parent
982a01a7b8
commit
5e4d91c269
3 changed files with 41 additions and 22 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue