This repository was archived by the owner on Mar 20, 2025. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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
// /
You can’t perform that action at this time.
0 commit comments