# HG changeset patch # User Emmanuel Gil Peyrot # Date 1327968581 -3600 # Node ID 03ef53b969bdf524353ac95f2f7597f2142c696c # Parent 95c6fa5f4715ce945b1da00fa51e64c908290b93 Add XMPP support. diff -r 95c6fa5f4715 -r 03ef53b969bd config.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config.js Tue Jan 31 01:09:41 2012 +0100 @@ -0,0 +1,5 @@ +'use strict'; + +const SERVICE = 'ws://plugsbee.com:5280/'; +const JID = 'test@linkmauve.fr'; +const PASSWORD = 'test'; diff -r 95c6fa5f4715 -r 03ef53b969bd index.xhtml --- a/index.xhtml Mon Dec 19 19:00:47 2011 +0100 +++ b/index.xhtml Tue Jan 31 01:09:41 2012 +0100 @@ -1,10 +1,20 @@ - + barbecue + + + + + + + + + +
@@ -92,7 +102,7 @@
  1. and now a list
  2. with only
  3. three items
-