Reputation: 7613
I am able to chat successfully using xmpp, but now I have following queries:
Is it possible to register to openfire server from iphone (using xmpp iphone sdk) ? If yes, then how ? (at least give me a hint)
Is it possible to chat with another user without add to him in a contact list, suppose I want to chat with all those users who are online...? If yes then how ?? (any hint ??)
Is it possible to manage friends, ie. sending friend request, responding to friend request(accept/reject) and reading pending notification requests ??
Programming Language: Objective C
Technology : iPhone SDK
Framework/API : xmpp opensource API
Upvotes: 0
Views: 761
Reputation: 10414
You'll want to read these documents:
Then you'll want to check if XMPPFramework supports the protocols you want already, or whether you need to add them yourself.
Upvotes: 1