diff options
author | dartraiden <wowemuh@gmail.com> | 2023-07-31 17:51:19 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-07-31 17:53:19 +0300 |
commit | 7a267fb283014d307afeea2caa0bd2a7bd90b2ca (patch) | |
tree | fa38f93a489c88740407be099fa2a4b609700955 /protocols/JabberG | |
parent | 53db4f1fb21c048e081a3ebf9047147882951fba (diff) |
Rename offline files to cloud files (except for function names)
Diffstat (limited to 'protocols/JabberG')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index d3695437fa..af2ccc5e94 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -180,7 +180,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : // XEP-0224 support (Attention/Nudge)
CreateProtoService(PS_SEND_NUDGE, &CJabberProto::JabberSendNudge);
- // Offline file transfer
+ // Cloud file transfer
CreateProtoService(PS_OFFLINEFILE, &CJabberProto::OnOfflineFile);
// service to get from protocol chat buddy info
|