P2P Messenger without database - xmpp

I am working on a messenger mobile app. The text and files between users are sent through nodejs and redis. But I need the users to continue connect and verify through Nodejs API, but send messages and files encrypted directy, so a 2p2. Is something like this possible? If yes, what would be the best solution? It would help me a lot. Thanks in advance.
I read about XMPP, but somehow this is not exactly what I was hoping for. Except text, I need to be able to sent photos, videos and docs too.

Related

How to share data in iphone from Telegraph to Whatsapp

In WhatsApp we can easily share the content with message app, mail, and even within WhatsApp.
But in Telegraph I cannot see this forward menu. I have tried to look in the settings for a permission option to allow Telegraph to share data with WhatsApp, but have been unsuccessful yet. Any guidance?
The answer is that it has to be done using a email or online repository as a two step process. And then re-post the data in Whats-app.

IOS linkedin integration (Send Connection Request, Search People)

I'm using the linkedin OAuth sdk.
I have the oauth functionality working and my iPhone App is able to successfully logged in to LinkedIn.
i want to implement these two things.
I want to search people using the JSON protocol.
I want to send connection request people which i got from search.
Please provide me assistance asap. suggest me Sample codes if any.
thanks in advance.
I couldn't offer you specific answer for your question, but you should check on this open-source project.
LinkedIn Share for iOS

share file among different ipod/iphone/ipad

I have an app in which some data file will be created.
The app has iphone/ipad version both.
some customers hope I can add the sharing function for them to exchange/share file.
I think maybe I can use FACEBOOK api to ask the users logged on their facebook account and exchange their current ip address, then do p2p file transfer.
I am not sure if it is the best way for this requirement and
if sure, is there any p2p sdk for objective-c to do this?
Welcome any comment
Thanks
The best option to share those files and keep them synced is the DropBox API

Chat Board functionality in Iphone app

I'm looking for away to allow users of my app to chat with each other. Doesn't have to be almost realtime chat say like on an instant messenger. Also i don't want a forum where people write long posts and have topics.
So maybe a chat wall would be an accurate description.
Users would not be authenticated or anything.
Only 1 chat wall, no private messaging or any other functionality besides writing to the wall.
I have available to me a pretty basic hosting server where I can throw up some files, it has MySQL DB and php available to me. I dnt know Php, but is there maybe something that php could do to inject messages into the database and maybe it could return all the messages that were added to the database in the last say for sake of argument, a week.
Another method could be to setup a Twitter account and then have users posting to the twitter page and then reading back all the tweets and writing them to the chat wall in the app. It would seem this could be the simplest solution.
What do you guys think? Any ideas of how this could be handled?
Thanks
-Code
Simplest solution might be to create a simple PHP script that writes to a text or HTML file (Google for examples of that...http://tinyurl.com/6ajjt4r). That file could then be read by your app and either parsed or displayed in a UIWebView.

iphone app userid

I have an app where we want users to be able to send us email/info. This would be a standard template which will open up on a button click within the app.
I am struggling at the moment to find a legit way to do it. The problem is there are 2 things I need.
1) A way to let users send email to me
2) A way of knowing the person sending me mail is actually someone who has downloaded my app.
Does anyone know if there is a way to do this? Does apple give us information/user id's or email id's of poeple who have downloaded the app?
Many thanks in advance for any help with this..
PB
Here's a good example on how to send email.
As for identifying if they send it from your app, you might have to create some login feature on your own. I haven't heard of Apple providing IDs of users who have bought your app.