mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 15:45:58 +01:00
Small fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3382 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
96796a82b4
commit
e3c264c689
2 changed files with 4 additions and 6 deletions
|
@ -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
|
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
|
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,
|
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>
|
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
|
The <tt>org.jivesoftware.smack.filter.PacketFilter</tt> interface determines which
|
||||||
|
|
|
@ -35,11 +35,9 @@ import java.util.List;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by IntelliJ IDEA.
|
* vCard provider.
|
||||||
* User: Gaston
|
*
|
||||||
* Date: Jun 18, 2005
|
* @author Gaston Dombiak
|
||||||
* Time: 1:00:57 AM
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
*/
|
||||||
public class VCardProvider implements IQProvider {
|
public class VCardProvider implements IQProvider {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue