Lines Matching defs:Gateway
31 public class Gateway {
41 Gateway(Connection connection, String entityJID){
48 Gateway(Connection connection, String entityJID, DiscoverInfo info, Identity identity){
59 if(temp.getCategory().equalsIgnoreCase("gateway")){
97 * Checks if this gateway supports In-Band registration
109 * Returns all fields that are required to register to this gateway
145 * registered with this gateway
156 * gateway.
189 * Returns instructions for registering with this gateway
197 * With this method you can register with this gateway or modify an existing registration
205 throw new IllegalStateException("You are already registered with this gateway");
240 * A convenience method for registering or modifying an account on this gateway without
251 * This method removes an existing registration from this gateway
282 * Lets you login manually in this gateway. Normally a gateway logins you when it
285 * empty available presence direct to the gateway.
293 * This method lets you send the presence direct to the gateway. Type, To and From
295 * @param presence the presence used to login to gateway
305 * This method logs you out from this gateway by sending an unavailable presence
306 * to directly to this gateway.