I'm building a client to connect to openfire server using smack(a xmpp library)
but I'm facing many problems.
This is the main code
Any kind of help will be highly appreciated. I also want to ask do I have to ask jxmpp library separatly? How can I resolve this error?
it seems like you are missing this library from Maven Repository which is :
org.jxmpp:jxmpp-jid:1.0.3follow these steps to download the missing library in intellij
librariestab on the left+sign in the window shown, click on itfrom Maven...org.jxmppand hit search iconorg.jxmpp:jxmpp-jid:1.0.3, it will ask you where to download thejarfile , choose the location and hit import , that should solve the problem of missing libraries