Small fixes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3382 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2006-01-27 22:04:36 +00:00 committed by matt
parent 96796a82b4
commit e3c264c689
2 changed files with 4 additions and 6 deletions

View File

@ -26,7 +26,7 @@ Smack provides a flexible framework for processing incoming packets using two co
A packet listener is used for event style programming, while a packet collector has a
result queue of packets that you can do polling and blocking operations on. So, a packet
listener is useful when you want to take some action whenever a packet happens to come in,
while a packet collector is useful when you want to wait for a specific packet to come
while a packet collector is useful when you want to wait for a specific packet to
arrive. Packet collectors and listeners can be created using an <tt>XMPPConnection</tt> instance.<p>
The <tt>org.jivesoftware.smack.filter.PacketFilter</tt> interface determines which

View File

@ -35,11 +35,9 @@ import java.util.List;
import java.util.ArrayList;
/**
* Created by IntelliJ IDEA.
* User: Gaston
* Date: Jun 18, 2005
* Time: 1:00:57 AM
* To change this template use File | Settings | File Templates.
* vCard provider.
*
* @author Gaston Dombiak
*/
public class VCardProvider implements IQProvider {