# HG changeset patch # User Emmanuel Gil Peyrot # Date 1327968581 -3600 # Node ID 03ef53b969bdf524353ac95f2f7597f2142c696c # Parent 95c6fa5f4715ce945b1da00fa51e64c908290b93 Add XMPP support. diff --git a/config.js b/config.js new file mode 100644 --- /dev/null +++ b/config.js @@ -0,0 +1,5 @@ +'use strict'; + +const SERVICE = 'ws://plugsbee.com:5280/'; +const JID = 'test@linkmauve.fr'; +const PASSWORD = 'test'; diff --git a/index.xhtml b/index.xhtml --- a/index.xhtml +++ b/index.xhtml @@ -1,10 +1,20 @@ - + barbecue + + + + + + + + + +
@@ -92,7 +102,7 @@
  1. and now a list
  2. with only
  3. three items
-