XMPP pairing notifications are now sent
Rest of pairing process still to do.
This commit is contained in:
parent
cbbfd4d00b
commit
b95c255b6d
6 changed files with 115 additions and 71 deletions
16
templates/configurators/pairing/xmpp/inprogress.hamlet
Normal file
16
templates/configurators/pairing/xmpp/inprogress.hamlet
Normal file
|
@ -0,0 +1,16 @@
|
|||
<div .span9 .hero-unit>
|
||||
<h2>
|
||||
Pairing in progress ..
|
||||
$if samejid
|
||||
<p>
|
||||
A pair request has been sent to all other clients using your jabber #
|
||||
account, #{account}.
|
||||
<p>
|
||||
You do not need to leave this page open; pairing will finish #
|
||||
automatically once the other clients see the pair request.
|
||||
$else
|
||||
<p>
|
||||
A pair request has been sent to #{name}.
|
||||
<p>
|
||||
You do not need to leave this page open; pairing will finish #
|
||||
automatically once #{name} accepts the pair request.
|
Loading…
Add table
Add a link
Reference in a new issue