Tagged Questions

1
vote
1answer
257 views

Implementing MSNP15 in Python - 911 error but all tickets are correct

I am working on implementing the MSNP15 protocol in Python. I have verified that my hashing and encryption functions are working (or at least, they match up with examples I found online), however I am ...
0
votes
1answer
274 views

Pymsn/Papyon contact memberships

Dear Stackoverflow, I'm having the following problem: I'm programming a bot for MSN Messenger in python with the pymsn/papyon library. I have everything running, except that I don't know how to ...