ios - Which plugins are required in openfire for working of chat -


i new in ios, have login , registered user, messages not working. have search missing plugins don't know plugins required enabling/ working of chat.

i have installed plugins in openfire like: broadcasting,presence,client control etc.

any sugesstions

once have setup basic part need make checklist enabling plugins need. after need check login, connection, authentication working or not , make sure using correct domain , port. if still messages not receiving check delegate method:

 func xmppstream(_ sender: xmppstream, didreceive message: xmppmessage) {    print("message = \(message.body)")  } 

by method can check messages receiving or not.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -