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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -