aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/t/groupchat-msg-skyped.mock
Commit message (Collapse)AuthorAgeLines
* skype: create groupchat as soon as a message is receiveddequis2015-10-13-8/+2
| | | | | | | | | | | | | | | | | | Before this commit, the bee_chat_by_title() call just failed when receiving a message in a groupchat we didn't know about, which is probably something skype broke in their api at some point. I'm fixing this since apparently the only way to access p2p based chats is through the official skype desktop client (they won't be supported through msnp24 or skypeweb. It's broken in mobile clients already), so this plugin is probably the best way to access those. This breaks the 'msg' test - now all chats are groupchats and there's no way to tell them apart. However, in reality, private messages aren't delivered at all over the api, or at least I never managed to get them working. Probably if you talk with someone who has a very old patched skype client.
* test skype_chat_msg()Miklos Vajna2013-04-21-0/+60