Created
December 13, 2013 16:23
-
-
Save imaginator/7946819 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
➜ ~ cat /var/log/prosody/prosody.log | grep b1f3e0 | |
Dec 13 16:07:07 s2soutb1f3e0 info Beginning new connection attempt to gmail.com ([173.194.70.125]:5269) | |
Dec 13 16:07:07 s2soutb1f3e0 debug Connection attempt in progress... | |
Dec 13 16:07:07 s2soutb1f3e0 debug sending: <?xml version='1.0'?> | |
Dec 13 16:07:07 s2soutb1f3e0 debug sending: <stream:stream xmlns:db='jabber:server:dialback' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' from='buddycloud.org' to='gmail.com' xml:lang='en' xmlns='jabber:server'> | |
Dec 13 16:07:07 s2soutb1f3e0 debug sending: <db:result to='gmail.com' from='buddycloud.org'> | |
Dec 13 16:07:07 s2soutb1f3e0 info sent dialback key on outgoing s2s stream | |
Dec 13 16:07:08 s2soutb1f3e0 debug going to send stanza to gmail.com from buddycloud.org | |
Dec 13 16:07:08 s2soutb1f3e0 debug sending: <db:verify id='a6a90251-8bfd-4340-b0f2-d174fcc8d850' to='gmail.com' from='buddycloud.org'> | |
Dec 13 16:07:08 s2soutb1f3e0 debug stanza sent over s2sout_unauthed | |
Dec 13 16:07:08 s2soutb1f3e0 debug Received[s2sout_unauthed]: <verify type='valid' to='buddycloud.org' from='gmail.com' id='a6a90251-8bfd-4340-b0f2-d174fcc8d850' xmlns='jabber:server:dialback'> | |
Dec 13 16:07:08 s2soutb1f3e0 debug Received[s2sout_unauthed]: <result xmlns='jabber:server:dialback' type='valid' to='buddycloud.org' from='gmail.com'> | |
Dec 13 16:07:08 s2soutb1f3e0 debug connection buddycloud.org->gmail.com is now authenticated for gmail.com | |
Dec 13 16:07:08 s2soutb1f3e0 info outgoing s2s connection buddycloud.org->gmail.com complete | |
Dec 13 16:07:08 s2soutb1f3e0 debug sending 1 queued stanzas across new outgoing connection to gmail.com | |
Dec 13 16:07:08 s2soutb1f3e0 debug sending: <presence type='subscribe' to='[email protected]' from='[email protected]'/> | |
➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment