Skip to content

Instantly share code, notes, and snippets.

@lloydwatkin
Created June 5, 2013 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lloydwatkin/5713157 to your computer and use it in GitHub Desktop.
Save lloydwatkin/5713157 to your computer and use it in GitHub Desktop.
# Prosody
```
Jun 05 11:05:54 c2s265a540 info Authenticated as mediaserver@surevine.com
Jun 05 11:05:54 surevine.com:saslauth debug sasl reply: <success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'></success>
Jun 05 11:05:54 c2s265a540 debug Client sent opening <stream:stream> to surevine.com
Jun 05 11:05:54 c2s265a540 debug Sent reply <stream:stream> to client
Jun 05 11:05:54 c2s265a540 debug Received[c2s]: <iq id='9eaC5-0' type='set'>
Jun 05 11:05:54 rostermanager debug load_roster: asked for: mediaserver@surevine.com
Jun 05 11:05:54 rostermanager debug load_roster: loading for new user: mediaserver@surevine.com
Jun 05 11:05:54 c2s265a540 debug Resource bound: mediaserver@surevine.com/Smack
Jun 05 11:05:54 c2s265a540 debug Received[c2s]: <iq id='9eaC5-1' type='set'>
Jun 05 11:05:54 c2s265a540 debug Received[c2s]: <iq id='9eaC5-2' type='get'>
Jun 05 11:05:54 stanzarouter debug Stanza of type iq from c2s has xmlns: jabber:iq:roster
Jun 05 11:05:54 stanzarouter debug Unhandled c2s stanza: iq; xmlns=jabber:iq:roster
Jun 05 11:05:54 c2s265a540 debug Received[c2s]: <presence id='9eaC5-3'>
Jun 05 11:05:54 datamanager debug Removing empty offline datastore for user mediaserver@surevine.com
```
# Media server start
```
11:05:53.778 [main] INFO com.buddycloud.mediaserver.Main - buddycloud Media Server HTTP server started!
11:05:54.766 [Smack Listener Processor (0)] DEBUG com.buddycloud.mediaserver.Main - R: <iq id="9eaC5-2" to="mediaserver@surevine.com/Smack" type="error"><error code="-1" type="CANCEL"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
11:05:54.766 [Smack Listener Processor (0)] DEBUG com.buddycloud.mediaserver.Main - R: <iq id="9eaC5-2" to="mediaserver@surevine.com/Smack" type="error"><error code="-1" type="CANCEL"><service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
11:05:55.023 [main] INFO com.buddycloud.mediaserver.Main - buddycloud Media Server XMPP component started!
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment