This repository was archived by the owner on Mar 20, 2025. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ bool QXmppClientExtension::handleStanza(const QDomElement &)
73
73
// / stanzas.
74
74
// /
75
75
// / \param stanza The DOM element to be handled.
76
- // / \param e2eeMetadata If the element has been decrypted this contains metdata
76
+ // / \param e2eeMetadata If the element has been decrypted this contains metadata
77
77
// / about the encryption.
78
78
// /
79
79
// / \return You should return true if the stanza was handled and no further
Original file line number Diff line number Diff line change 47
47
// / Encrypts a QXmppMessage and returns the serialized XML stanza with encrypted
48
48
// / contents via QFuture.
49
49
// /
50
- // / If the message cannot be encrypted for whatever reason you can either
50
+ // / If the message cannot be encrypted for whatever reason, you can either
51
51
// / serialize the message unencrypted and return that or return a SendError with
52
52
// / an error message.
53
53
// /
58
58
// / Encrypts a QXmppIq and returns the serialized XML stanza with encrypted
59
59
// / contents via QFuture.
60
60
// /
61
- // / If the IQ cannot be encrypted for whatever reason you can either serialize
61
+ // / If the IQ cannot be encrypted for whatever reason, you can either serialize
62
62
// / the IQ unencrypted and return that or return a SendError with an error
63
63
// / message.
64
64
// /
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ private slots:
29
29
30
30
void testIndexOfExtension ();
31
31
32
- void testE2eeEncryption ();
32
+ void testE2eeExtension ();
33
33
34
34
private:
35
35
QXmppClient *client;
@@ -115,7 +115,7 @@ class EncryptionExtension : public QXmppE2eeExtension
115
115
}
116
116
};
117
117
118
- void tst_QXmppClient::testE2eeEncryption ()
118
+ void tst_QXmppClient::testE2eeExtension ()
119
119
{
120
120
QXmppClient client;
121
121
EncryptionExtension encrypter;
You can’t perform that action at this time.
0 commit comments