I am building a real time collaboration tool where user can keep multiple conversation at the same time [closed] - xmpp

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
So I needed some kind of thread handling for this requirement. I went through XEP-0201 and found it useful, but I am not able to find any XMPP server and client that implemented XEP-0201.
Please let me know if anybody has used/wrote the XEP-0201 or if there is some other mechanism in XMPP so that I can handle multiple threads.

You won't find servers that support XEP-0201 - it's purely a client thing. Clients add the <thread> element to messages, and the recipient will receive it. The XEP is about general best practices around how to use that mechanism.

Related

What is best way to transfer the file to other server other than socket connection [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to transfer fle from one server to other server.What are different ways to transfer the file to other server other than Socket connection? and Which is best way to transfer the file?
Thank you.
As an alternative you can just copy the file to a shared folder. It's a known EIP integration style, see http://www.eaipatterns.com/toc.html. Interestingly, this way you can also make it available to many servers at once, kind of publishing.

track a guest user's actions on my iPhone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is it possible in iPhone if we can track users actions? Like which applications he has opened, sent messages or calls etc.
Thanks
Simple answer: no
Apps cannot access the usage information of different apps.
There is a (work arround) solution by implementing a Proxy-App, which provides a proxy server and registers this proxy server in the preferences. All network data would pass that proxy and your Proxy-App could send usage statistics to your server.
However, you can only track network traffic, not other usage statistics. Moreover, this App would never pass the App Review process...

What programming language is used for mail servers? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm curious what programming language I would have to learn in order to create my own mail server. I'm not looking to compete with the big names, simply playing around.
For example, gmail, yahoo, msn. To be able to dynamically add #domain.com emails and allow users to check and send emails.
Mail servers can be written in pretty much anything. Usually the bigger ones (sendmail/exim) are c/c++ but, you can pretty much write one in anything you choose. Its all a big text conversation if you look at how SMTP works.

Complete email client is possible or not in iPhone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have to make an application of email client. is it possible to make an application that can manage different email addresses. In application we have to provide inbox for different id. I don't know how I'll connect to all servers. and how it will work? can anybody guide me?
This is really new for me thats why please don't mind if my question is silly
There used to be an app, remail, then open sourced by google: http://code.google.com/p/remail-iphone/
Also on the OneMail app website you'll find a list with the frameworks they're using: http://codev.co.uk/products/onemail/notice
I guess that it is possible, since it is an "stand alone" app and not an improvement to the native app.

Do you know of any free SOAP webservices (for tutorial purpose) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Only for tutorial purpose, I would like to try to use a free SOAP web services available.
Which ones come to your mind ?
The business implied behind is not important/relevant: Only the ease of access (free access), and simplicity of the service contract.
Any indication welcome !
You can look at this post
Public free web services for testing soap client
One I have used is http://www.service-repository.com/