Need guidance to start working on Openfire through strophe [closed] - chat

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
My objective is to get communication started on openfire through strophe. But have a few questions like:
What is the language that strophe will be written in?
How and where are the connections written?
Just some basic guidance or a good link to a starter tutorial will be very helpful.

Strophe is a javascript library here is a good link to get you started.
http://code.stanziq.com/strophe/

Related

startup project for learning mongo db [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to learn mongodb.
what could be a simple project as a start to learn MONGODB??
Please provide your views.
Thank You.
Check 10gen's websites (mongodb.org and 10gen.com) for tutorials and use cases. Either of these might be good to start with:
https://www.10gen.com/presentations/mongodb-stockholm/2012/building-your-first-mongodb-application
http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine/

Asynchronous HttpClient using libev [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm writing a web server using libebb (http://tinyclouds.org/libebb/) and libev. I'm looking for an async httpclient that uses the libev event loop.
I'd like it to support Http 1.1 (pipelining, keep-alives, etc).
I hope this isn't a dumb question.
Here is an HTTP client I made using libev and C++:
https://github.com/jspotter/evhttpclient
Feel free to pull/contribute.

plugin for converting OScommerce site to facebook store [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
How can i convert my OScommerce site to facebook store? Please suggest me a good plugin for this.
This addon is a simple addon which can help to bring your site live into face book.Click this link for more information regarding this plugin.

Facebook SDK - how to get started [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Could you please point me out to some tutorials for facebook SDK.
I would like to write a desktop app that is just taking a photo and it's posting it on a page wall.
Is there any way for doing this in C# code?
Yes, there is an unofficial sdk here for C#: http://csharpsdk.org/
It also contains tutorials.

XMPP library for iOS (iPhone/iPad) [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm making a GTalk client for iOS and would need a XMPP library to do the heavy lifting.
Anyone know of such?
There's a single Objective-C library (xmppframework) listed on the XMPP Standards Foundation site, although if this doesn't prove to be suitable you should be able to get the C/C++ libraries up and running with some wrangling.