mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-12 02:29:38 +02:00
More progress on JET
This commit is contained in:
parent
c82b25ea09
commit
b0b46ad167
12 changed files with 339 additions and 65 deletions
|
@ -799,10 +799,16 @@ public final class OmemoManager extends Manager implements JingleEncryptionMetho
|
|||
*
|
||||
* @return the connection of this manager
|
||||
*/
|
||||
XMPPConnection getConnection() {
|
||||
@Override
|
||||
public XMPPConnection getConnection() {
|
||||
return connection();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getNamespace() {
|
||||
return OMEMO_NAMESPACE_V_AXOLOTL;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the OMEMO service object.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue