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

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.

Related

Good software to explore the sqlite db file in device? [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.
Is there a good software to explore the application bundle of an iphone app installed in the device? I'm specifically looking to extract the sqlite file from the application bundle?
Thanks..
Phoneview is useful for this...
http://www.ecamm.com/mac/phoneview/
I use sqlite-manager add-on for firefox. Whcih is very flexible for searching and add/delete/update operations.
https://code.google.com/p/sqlite-manager/

What do you use Reactive Extensions for? [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 have a very light grasp of the Rx framework and while I understand some of its capabilities, I'm not sure of where it makes sense to use it, especially in a "real-life" scenario e.g. a distributed Web app.
Do you use Rx? Which version? What for?

Recommend books about web server architecture or technique [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 11 years ago.
I'm looking for an book which presents how does a web server work. For example, I want to learn how Apache works and its architecture.
Thank you very much

What can be done with node.js or socket.io? [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 11 years ago.
What can we do with node.js, socket io or any server side JavaScript?
I know every programming language or framework has its own features or functionality that makes it different from other. For example, we use jQuery specially for nice UI design. On that view, what is necessity of learning node.js?

Need guidance to start working on Openfire through strophe [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.
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/