com.realtime.xmpp.tools
Interface AccountTool

All Known Subinterfaces:
XmppTool
All Known Implementing Classes:
DomXmppTool

public interface AccountTool


Method Summary
 XmppError createAccount(JID account, java.lang.String sPassword)
          Create a new account with the given account name and password.
 

Method Detail

createAccount

public XmppError createAccount(JID account,
                               java.lang.String sPassword)
                        throws java.io.IOException

Create a new account with the given account name and password.

Parameters:
account - The full account name, including the name of this host.
sPassword - the new password.
Returns:
An XmppError code, or null for success.
Throws:
java.io.IOException - Generated by problems communicating with the Jabber server.


Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.