You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js.io
I am new to developing in this area (javascript / xmpp).
I have a simple xmpp chat responder /bot working on Google App Engine
and wish to use a clent library as a base to develop simple realtime
app to get a feel for what can be done.
Have you guys got a simple demo project that would connect to google
talk as starter for me to get on the learning curve.
Any help appreciated.
chrism
Marcus Westin
unread,
Oct 25, 2009, 7:35:52 PM10/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js.io
Hey Chrism,
I don't think any of us have played the google XMPP api on js.io yet,
but I encourage you to give it a go! Check out the code with git clone
git://github.com/mcarter/js.io.git.
I would then take a look at the protocols in js.io/jsio/protocols/ and
see if any of them seem like a good place to start for implementing
XMPP.