From 7a267fb283014d307afeea2caa0bd2a7bd90b2ca Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 31 Jul 2023 17:51:19 +0300 Subject: Rename offline files to cloud files (except for function names) --- protocols/JabberG/src/jabber_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG') 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 -- cgit v1.2.3