summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-10-01 14:20:05 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-10-01 14:20:05 +0300
commit87ff6ba67d4df0b4c0ae3db86220b816ec6a1e75 (patch)
tree9927b65a05688d70cf1fef5ef52a7fe956138de2 /protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
parent6de31630215f88f3639efb834be02e5af9bfce57 (diff)
WhatsApp:
- first version that registers ok in the phone (YAHOO!!); - the rest of legacy code removed; - class WAJid introduced to handle various perversions; - ServerThread behavior changed to use global variables instead of locals; - IQ processing core extracted to the separate module; - added <stream:error> processing
Diffstat (limited to 'protocols/WhatsAppWeb/WhatsAppWeb.vcxproj')
-rw-r--r--protocols/WhatsAppWeb/WhatsAppWeb.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
index 12a1eebf49..da5fc7e34f 100644
--- a/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
+++ b/protocols/WhatsAppWeb/WhatsAppWeb.vcxproj
@@ -57,6 +57,7 @@
<ItemGroup>
<ClCompile Include="src\avatars.cpp" />
<ClCompile Include="src\chats.cpp" />
+ <ClCompile Include="src\iq.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\noise.cpp" />
<ClCompile Include="src\options.cpp" />
@@ -70,7 +71,7 @@
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\utils.cpp" />
- <ClCompile Include="src\wareader.cpp" />
+ <ClCompile Include="src\wanode.cpp" />
<ClInclude Include="src\db.h" />
<ClInclude Include="src\dicts.h" />
<ClInclude Include="src\proto.h" />