Last active
December 31, 2015 06:19
-
-
Save imaginator/7946428 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VirtualHost "buddycloud.org" | |
authentication = "internal_hashed" | |
allow_registration = true | |
anonymous_login = false | |
c2s_require_encryption = true | |
s2s_require_encryption = true | |
s2s_secure_auth = true | |
ssl = { | |
key = "/etc/prosody/certs/buddycloud.org.pem"; | |
certificate = "/etc/prosody/certs/buddycloud.org.pem"; | |
dhparam = "/etc/prosody/certs/dh-2048.pem"; | |
options = {"no_sslv2", "no_sslv3", "no_ticket", "no_compression"}; | |
} | |
Dec 13 15:58:28 s2sout1776de0 info Beginning new connection attempt to nicolacimmino.com ([176.58.89.241]:5269) | |
Dec 13 15:58:28 s2sout1649030 info Beginning new connection attempt to jabber.ccc.de ([193.110.90.42]:5269) | |
Dec 13 15:58:28 s2sout1705050 info Beginning new connection attempt to gmx.net ([213.165.65.40]:5269) | |
Dec 13 15:58:28 s2sout1705050 info outgoing s2s connection buddycloud.org->gmx.net complete | |
Dec 13 15:58:28 s2sout1776de0 info sent dialback key on outgoing s2s stream | |
Dec 13 15:58:28 s2sout1649030 info outgoing s2s connection buddycloud.org->jabber.ccc.de complete | |
Dec 13 15:58:28 s2sout17bf750 info Beginning new connection attempt to gkgk.org ([173.255.244.202]:5269) | |
Dec 13 15:58:28 s2sin19ed710 info incoming s2s connection nicolacimmino.com->buddycloud.org complete | |
Dec 13 15:58:28 s2sout1776de0 info outgoing s2s connection buddycloud.org->nicolacimmino.com complete | |
Dec 13 15:58:29 s2sout17bf750 info sent dialback key on outgoing s2s stream | |
Dec 13 15:58:31 s2sin1a2a480 info incoming s2s connection gkgk.org->buddycloud.org complete | |
Dec 13 15:58:31 s2sout17bf750 info outgoing s2s connection buddycloud.org->gkgk.org complete | |
Dec 13 15:58:48 s2sout1a62b90 info Beginning new connection attempt to wwelves.org ([194.150.168.83]:5269) | |
Dec 13 15:58:48 s2sout1a62b90 info sent dialback key on outgoing s2s stream | |
Dec 13 15:58:48 s2sout165f0c0 info Session closed by remote with error: connection-timeout | |
Dec 13 15:58:48 s2sout165f0c0 info outgoing s2s stream buddycloud.org->planraum.org closed: connection-timeout | |
Dec 13 15:58:48 s2sout165f0c0 info sending error replies for 1 queued stanzas because of failed outgoing connection to planraum.org | |
Dec 13 15:58:48 s2sin1a859e0 info incoming s2s connection wwelves.org->buddycloud.org complete | |
Dec 13 15:58:49 s2sout1a62b90 info outgoing s2s connection buddycloud.org->wwelves.org complete | |
Dec 13 15:58:49 s2sout1ab6bf0 info Beginning new connection attempt to dsba.net ([65.103.108.219]:5269) | |
Dec 13 15:58:50 s2sout1ab6bf0 info outgoing s2s connection buddycloud.org->dsba.net complete | |
Dec 13 15:58:52 s2sin1ae68a0 info incoming s2s connection dsba.net->buddycloud.org complete | |
Dec 13 15:58:53 buddycloud.org:saslauth info Accepting SASL EXTERNAL identity from jabber.ccc.de | |
Dec 13 15:58:53 s2sin1b0c7f0 info incoming s2s connection jabber.ccc.de->buddycloud.org complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment