1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

s/ a XMPP/ an XMPP/

This commit is contained in:
Florian Schmaus 2015-02-12 12:13:19 +01:00
parent a927d55bb1
commit 57c1b57b7c
32 changed files with 53 additions and 53 deletions

View file

@ -58,7 +58,7 @@ import org.igniterealtime.jbosh.BodyQName;
import org.igniterealtime.jbosh.ComposableBody;
/**
* Creates a connection to a XMPP server via HTTP binding.
* Creates a connection to an XMPP server via HTTP binding.
* This is specified in the XEP-0206: XMPP Over BOSH.
*
* @see XMPPConnection
@ -101,7 +101,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
protected String sessionID = null;
/**
* Create a HTTP Binding connection to a XMPP server.
* Create a HTTP Binding connection to an XMPP server.
*
* @param username the username to use.
* @param password the password to use.
@ -123,7 +123,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
}
/**
* Create a HTTP Binding connection to a XMPP server.
* Create a HTTP Binding connection to an XMPP server.
*
* @param config The configuration which is used for this connection.
*/