let settings = XMPPSettings(
devServer: "wss://your-xmpp-server.com:5443/ws",
host: "your-xmpp-server.com",
conference: "conference.your-xmpp-server.com",
xmppPingOnSendEnabled: true
)- In Xcode, go to File → Add Packages...
- Click the + button at the bottom left
- Select Add Local...
- Navigate to:
/Users/admin/Work/native-cc/XMPPChatSwift - Click Add Package
In the package selection dialog:
- ✅ Check XMPPChatCore
- ✅ Check XMPPChatUI
- Make sure they're added to your ChatAppExample target
- Click Add Package