Advertisement
Guest User

STEAM + OTR WITH PIDGIN FOR DUMMIES

a guest
Jan 17th, 2018
1,183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. // STEAM + OTR WITH PIDGIN FOR DUMMIES //
  2. // BY NICK 4/15/16 //
  3. // UPDATED 1/17/18 //
  4.  
  5. ///This tutorial shows you how to have end-to-end encrypted Steam chats with Pidgin and OTR. Both you and your friend(s) must have this in order for OTR to encrypt your chats. Once you and your recipient have set this up, it should automatically start encrypting your messages (if not, just click OTR > Start Private Conversation).///
  6.  
  7.  
  8. /* Installing Pidgin */
  9.  
  10. //For Windows:
  11. Download and Install Pidgin at https://www.pidgin.im/download/windows/
  12. //For Linux:
  13. Debian: sudo apt-get install pidgin
  14. Arch: sudo pacman -S pidgin
  15. Fedora: sudo yum install pidgin
  16.  
  17.  
  18. /* Installing Steam plugin*/
  19.  
  20. //For Windows:
  21. Download the latest .dll file here: https://github.com/EionRobb/pidgin-opensteamworks/releases
  22. ^ Move this .dll to "Program Files (x86)\Pidgin\plugins"
  23. Download the icon pack: https://github.com/EionRobb/pidgin-opensteamworks/raw/master/steam-mobile/releases/icons.zip
  24. ^ Extract and merge the folders at "Program Files (x86)\Pidgin\pixmaps\pidgin\protocols"
  25. Download the json-glib library dll at: https://github.com/EionRobb/pidgin-opensteamworks/raw/master/steam-mobile/libjson-glib-1.0.dll
  26. ^ Move this to "Program Files (x86)\Pidgin" (just Pidgin's main program folder)
  27. //For Linux:
  28. Arch: yaourt -S pidgin-opensteamworks
  29. Every other distro:
  30. Download the latest .so file here: https://github.com/EionRobb/pidgin-opensteamworks/releases
  31. ^ Move this to ~/.purple/plugins
  32. ^ Or just copy/paste: mv ~/Downloads/libsteam64-1.6.1.so ~/.purple/plugins
  33.  
  34.  
  35. /* Installing OTR plugin */
  36.  
  37. //For Windows:
  38. Visit this site and download the most recent .exe: https://otr.cypherpunks.ca/
  39. //For Linux:
  40. Arch: sudo pacman -S pidgin-otr
  41. Debian: sudo apt-get install pidgin-otr
  42. Fedora: sudo yum install pidgin-otr
  43. Other distros: look up the package name, I'm not gonna do it for you
  44.  
  45. /* Setting Up Pidgin With Steam */
  46.  
  47. Once you've done everything above, go ahead and launch Pidgin and select "Add...". If you don't see it right away (you should when launching for the first time), just select Accounts > Manage Accounts > Add... Under the protocol tab, select "Steam" and sign in like you normally would. You should now see all of your friends that are online and their statuses.
  48.  
  49. /* Enabling OTR */
  50.  
  51. DON'T FORGET THIS STEP.
  52. On the buddy list window (where your friends are), select Tools > Plugins and enable the "Off-The-Record" plugin.
  53. Once you've done that, click "Configure Plugin" when the OTR plugin is highlighted (just click on it once), and click "Generate" (this generates your public and private key).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement