logicwonder
logicwonder
This would be a great feature addition. A structured log format that could be parsed using a grok expression would be ideal for logstash. The eJabberd.log, error.log and crash.log formats...
Currently I am parsing the eJabberd logs in realtime and preparing logs in structured format compatible with Logstash. However the structure of the log needs to be such that every...
Thanks @badlop. Will explore the logstash libraries. Where do I need to apply these changes in eJabberd for writing logs in standard syntax?
Thank you @badlop I have tested the commit and found that the new line issues with info, error level messages are resolved. And everything is getting wrapped into the message...
What is the significance of "1970-01-02 00:00:00.000" as hibernation time? And any reason why hibernation_time in rom opts was not used in this case? [{title,},{description,},{allow_change_subj,true},{allow_query_users,true} ,{allow_private_messages,true},{allow_private_messages_from_visitors,anyone},{allow_visitor_status,t rue},{allow_visitor_nickchange,true},{public,true},{public_list,true},{persistent,true},{moderated,true},{ ... ... ,{subject,[]},{subject_author,},{hats_users,[]},{**hibernation_time,undefined**}]...
I think the error is because the wild card certificate (***.xyz.pqr.com**) supports only upto 4th level domain. But **[email protected]** is in 5th level. I tried disabling STARTTLS in S2S by...
@badlop Any clue on where I am going wrong? Is TLS mandatory for S2S federation?
Yes after enabling mod-s2s-dialback, the communication is happening. That solved my problem. Now when it comes to enabling TLS for S2S, pls clarify how I can solve "Certificate host name...
S2S dialback resolved my issue. TLS issue still persist.
I have tried in my existing clients based on Smack and XMPP framework. The missing message issue does not happen if there is only offline one-to-one chat messages. In case...