Include a file is not working properly

Hello!

I'm trying to follow the example of this blog: IOT: Chat with your Arduino/esp8266 through the XMPP protocol

My goal is, via XMPP, to send data between myself and the ESP32 (or Arduino), using a XMPP cliente (Gajim in this case). XMPP for Arduino is not widely studied and I'm having a hard time getting the blog example to work. I started by including within the Libraries folder the files that were mentioned and that will be included in the sketch. The Base64 file is not having problems, but the XMPPClient file is having.

Both files are in the some Library folder, as you can see:

Any idea why one file is being recognized and included while the other is not?

Thanks in advance!

Your directory listing shows two files named "XMPPClient". Are you sure one of those is "XMPPClient.h"? Your list doesn't show the extensions so we can't tell from here.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.