mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 14:02:06 +01:00
Javadoc readability.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11467 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
7c33609adf
commit
ce323cb128
1 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@ import org.jivesoftware.smackx.packet.PEPPubSub;
|
|||
*
|
||||
* Use example:
|
||||
*
|
||||
* <pre>
|
||||
* PEPManager pepManager = new PEPManager(smackConnection);
|
||||
* pepManager.addPEPListener(new PEPListener() {
|
||||
* public void eventReceived(String inFrom, PEPEvent inEvent) {
|
||||
|
@ -55,7 +56,8 @@ import org.jivesoftware.smackx.packet.PEPPubSub;
|
|||
*
|
||||
* Tune tune = new Tune("jeff", "1", "CD", "My Title", "My Track");
|
||||
* pepManager.publish(tune);
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
* @author Jeff Williams
|
||||
*/
|
||||
public class PEPManager {
|
||||
|
|
Loading…
Reference in a new issue