tigase.xmpp.impl
Class JabberIqRoster
java.lang.Object
tigase.xmpp.impl.JabberIqRoster
public abstract class JabberIqRoster
- extends Object
Class JabberIqRoster
implements part of RFC-3921 -
XMPP Instant Messaging specification describing roster management.
7. Roster Management
Created: Tue Feb 21 17:42:53 2006
- Version:
- $Rev$
- Author:
- Artur Hefczyc
Field Summary |
static String |
ANON
Field description |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANON
public static final String ANON
- Field description
- See Also:
- Constant Field Values
JabberIqRoster
public JabberIqRoster()
getItemGroups
public static String[] getItemGroups(tigase.xml.Element item)
- Method description
- Parameters:
item
-
- Returns:
process
public static void process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
throws XMPPException
- Method description
- Parameters:
packet
- session
- repo
- results
- settings
-
- Throws:
XMPPException
stopped
public static void stopped(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings)
stopped
method is called when user disconnects or logs-out.
- Parameters:
session
- a XMPPResourceConnection
valueresults
- settings
-
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.