mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
s/ a XMPP/ an XMPP/
This commit is contained in:
parent
a927d55bb1
commit
57c1b57b7c
32 changed files with 53 additions and 53 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue