xmpp - Message lost when client connection lost suddenly in ejabberd -
i'm new ejabberd. problem when wifi connection lost suddenly, messages lost few seconds. according link have enabled stream management , resend_on_timeout set true , enabled mod_ping ping_interval: 10 still im missing messages. 
 here port 5222 settings
 port: 5222     module: ejabberd_c2s     certfile: "/home/salu/ejabberd-16.09/conf/server.pem"     starttls: true     stream_management: true     resend_on_timeout: true     ## enforce tls encryption client connections,     ## use instead of "starttls" option:     ## starttls_required: true     ##     ## custom openssl options     ##     protocol_options:       - "no_sslv3"     ##   - "no_tlsv1"     max_stanza_size: 65536     shaper: c2s_shaper     access: c2s 
 , mod_ping settings 
 mod_ping:     send_pings: true     ping_interval: 10     timeout_action: kill can tell problem how can solve this?
 
 
Comments
Post a Comment