Wincap Msn messenger, yahoo messenger, google talk - yahoo

Does someone know how to use Wincap(or other library) to see messages sent from and to Msn messenger, yahoo messenger, google talk?
Thanks

Wireshark is what you want for this.
Some info on on their wiki:
MSN Messenger: http://wiki.wireshark.org/MSNMS
Yahoo: http://wiki.wireshark.org/YMSG
Google Talk is an implementation of Jabber, but I believe it is encrypted, so I'm not sure you will be able to read much of that.

Related

SMS service for two-factor authentication in Rails

I have already implemented two-factor authentication using the tinfoil gem in Rails. It's using Google Authenticator to display the verification code to the user.
I would also like to implement sending the verification code to the user via SMS. I am wondering what is the best solution for this?
I have also searched around and found free SMS services for Rails like SMS FU and SMS-easy, but it seems like the gems are not active and they don't support a lot of the UK carriers.
So, should I resort to paid service like twilio?
Twilio developer evangelist here.
For something important like two factor authentication, where you need the messages to arrive or your user cannot log in, then I highly recommend a paid service.
StackOverflow is not exactly the right site to be asking for opinions on this sort of thing, it is more for code issues that can be solved. However, if you are interested in using Twilio for this and you find yourself with any questions about the service, you can contact me directly at philnash#twilio.com.

Google api: hangout send and get chat messages

Ok, so I'm trying to make like a minigame bot for me and my friends to play like text based games in google hangouts, but i really don't understand how the hangouts api works?
Can you make a chrome app that sends messages to a group chat and if so how? I have checked out the google dev api page but it seems like it explains how to do stuff with videochats, not "regular chat".
I have checked out: Using Google+ Hangouts API but i don't know where i should use that code.
And i want it to be for just hangouts chat, not like the videochatting chat

MSN Bot written in Ruby

I would like to program an MSN bot in Ruby and I have found a few libraries that do it for you. What I would like to do is to write an MSN bot ground up. I just want it to write a "Hello!" message to a user for starters. I have written an IRC bot ground up before (in Python) but I can't seem to find any info about how I should do it with MSN. Can any of you guys help?
Any feedback would be much appreciated.
Phil Baker
You can find protocol description here: http://www.hypothetic.org/docs/msn/general/overview.php

Sending an SMS Message

how i can send sms from asp.net?any idea about it?or any resource through which i can get any information
I use SMS Global, although it's an Australian company. They provide a nice set of APIs and have examples for ASP .Net. http://www.smsglobal.com/en-au/technology/developers.php
This API is good. It can solve my communication problem:https://www.globalsms.cn/Api_en/

How to implement voice chat in cocoa?

I have made a simple chat application using AsyncSocket class where client nodes can send message to each other via chat server application.
I want to integrate voice chat functionality in it but I am not getting any material over net which can show me correct direction to move on.
Can anyone suggest me some useful link or idea which can help me in its initiation??
Thanks,
Miraaj
You can use GameKit, it has Voice chat support.
There are several libraries which implement SIP et al., like PJSIP, Sofia, etc. There are a few applications I know of that embed such libraries to do most of the work for them.
Of course, this assumes you wish to implement SIP.
You can Implement Voice Chat over bluetooth using GameKit framework. If you want to see how it works please visit http://www.devx.com/wireless/Article/43756
Thanks

Resources