Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
d1a743e6
Commit
d1a743e6
authored
May 17, 2013
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.html and give link to docs
parent
93c0095f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
16 deletions
+32
-16
index.html
index.html
+32
-16
No files found.
index.html
View file @
d1a743e6
...
...
@@ -30,16 +30,24 @@
<div
id=
"main_content_wrap"
class=
"outer"
>
<section
id=
"main_content"
class=
"inner"
>
<p><strong>
Converse.js
</strong>
is an open source, web based,
<a
href=
"http://xmpp.org"
target=
"_blank"
>
XMPP/Jabber
</a>
chat client, similar to
<a
href=
"https://www.facebook.com/sitetour/chat.php"
target=
"_blank"
>
Facebook chat
</a>
,
except for the added support of
multi-user chatrooms.
</p>
<a
href=
"https://www.facebook.com/sitetour/chat.php"
target=
"_blank"
>
Facebook chat
</a>
,
but with added support for
multi-user chatrooms.
</p>
<p>
It is a Javascript application that you can include in your
website, thereby providing it with instant messaging functionality.
</p>
<p>
You will however need access to an XMPP/Jabber server.
</p>
<p>
You can connect to any public, federated XMPP server, or you could set one up
yourself, thereby maintaining stricter control of the user data (XMPP servers
usually don't archive chat messages).
</p>
<p>
You will also need access to an XMPP/Jabber server. You can connect to any public, federated XMPP server, or you can set one up
yourself, thereby maintaining stricter privacy controls.
</p>
<p>
It's possible to enable single-site login, whereby users already
authenticated in your website will also automatically be logged in on the chat server, but this will require custom code on your server.
</p>
<p>
An
<a
href=
"http://github.com/collective/collective.xmpp.chat"
target=
"_blank"
>
add-on product
</a>
that does exactly this,
already exists for the
<a
href=
"http://plone.org"
target=
"_blank"
>
Plone
</a>
CMS. Hopefully in the future more such add-ons will
be created for other platforms.
</p>
<p>
If you have integrated Converse.js into any other CMS or framework,
<a
href=
"http://opkode.com/contact"
target=
"_blank"
>
please let me know
</a>
and I'll mention it on this page.
</p>
<h2>
Features
</h2>
<ul>
...
...
@@ -55,17 +63,8 @@
<li>
Custom status messages
</li>
<li>
Typing notifications
</li>
<li>
Third person messages (/me )
</li>
<li>
Chatroom Topics
</li>
</ul>
<h2>
CMS Integration
</h2>
<p><strong>
Converse.js
</strong>
is available as an add-on for the
<a
href=
"http://plone.org"
target=
"_blank"
>
Plone
</a>
CMS,
called
<a
href=
"http://github.com/collective/collective.xmpp.chat"
target=
"_blank"
>
collective.xmpp.chat
</a>
.
</p>
<p>
If you have integrated Converse.js into any other CMS or framework,
<a
href=
"http://opkode.com/contact"
target=
"_blank"
>
please let me know
</a>
and I'll mention it on this page.
</p>
<h2>
Screencasts
</h2>
<ul>
<li><a
href=
"http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp"
target=
"_blank"
>
Screencast 1
</a>
:
...
...
@@ -82,10 +81,20 @@
<ul>
<li><a
href=
"http://jabber.org"
target=
"_blank"
>
jabber.org
</a></li>
<li><a
href=
"https://jappix.com"
target=
"_blank"
>
jappix.com
</a></li>
<li><a
href=
"https://gmail.com"
target=
"_blank"
>
gmail.com
</a></li>
</ul>
There is also a list of public XMPP providers on
<a
href=
"xmpp.net"
target=
"_blank"
>
xmpp.net
</a>
.
</p>
<p><b>
Note:
</b>
currently the demo doesn't work in Internet Explorer older
than 10. This is due to lacking support for
<a
href=
"https://en.wikipedia.org/wiki/Cross-origin_resource_sharing"
>
CORS
</a>
,
a standard which enables cross-domain XmlHttpRequests. There are ways
around this, but it hasn't been a priority for me to implement them for
this demo.
</p>
<p>
See
<a
href=
"/docs/html/index.html#overcoming-cross-domain-request-restrictions"
target=
"_blank"
>
here
</a>
for more information.
</p>
<h3>
Is it secure?
</h3>
<p>
Yes. In this demo
<strong>
Converse.js
</strong>
makes an
<a
href=
"https://en.wikipedia.org/wiki/Secure_Sockets_Layer"
target=
"_blank"
>
SSL
</a>
encrypted connection to a secure connection manager.
...
...
@@ -101,6 +110,13 @@
</p>
<p><strong>
Converse.js
</strong>
already supports this usecase, but you'll have to do more manual work yourself.
</p>
<h2>
Documentation
</h2>
<p>
The documentation is still a bit sparse and a work in progress.
Nevertheless, you can read what's already written
<a
href=
"/docs/html/index.html"
target=
"_blank"
>
here
</a>
.
</p>
<h2>
Tests
</h2>
<p>
We use the
<a
href=
"http://pivotal.github.io/jasmine"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment