Compiled Pidgin SIPE plugin for Win32
Since we use OCS at work quite a bit, and recently we’ve updated to Group Chat – I’ve manged to compile libsipe.dll using the latest trunk. I’ll update it when there are updates to the project since I have it all running nicely on my Ubuntu box!
I’m not sure how to get Group Chat up and running as of yet, maybe someone could help me? I don’t know what URI to put in. But at least the dialog is there in this plugin version.
Managed to sort that one out
– was entering the wrong group chat server URL.
I’ve setup autobuilding for every week, you can check out the DLLs here http://home.mattie.id.au/libsipe/
If you come across any problems please let me know so I can investigate
Enjoy!
Some notes on how I built this
Firstly, you need to build Pidgin. I followed this guide. But specifically, this is what I did :
I built everything under /usr/src/pidgin
Installed the following packages via apt-get (sudo apt-get install mingw32 mingw32-binutils mingw32-runtime)
Followed Step 2 in the guide linked to the URL above
Installed Pidgin’s build dependencies as per the guide
Followed the cross-compiling guide
Built pidgin using the mingw make file (using the Build Pidgin instructions from the above guide)
Once it built cleanly, I grabbed the latest source for libsipe via git
Followed only the 1st step from the libsipe website, just to get the code
Grabbed the dependencies specified in this wiki article
I then had to edit the Makefile.mingw (and other occurrences of the file) to meet the pidgin version I was compiling against
Tried to compile it, it came back with a whole bunch of errors and I manually went through all the error’ing related files (from memory, usually a bunch of header files) and made sure they were set
Handy links
http://www.ocspedia.com/GroupChat/Group_Chat_Logging.htm - Shows how to generate a group chat log file, pretty useful if you want to check out what your URI is
Update:
If you want to grab the latest release (1.12) you can get it from here (dropbox)
11 Comments to Compiled Pidgin SIPE plugin for Win32
Leave a Reply
Search
-
mushyyyy: You sir, are sad and pathetic.
-
nerdi: Starting to feel better.
-
radasaurus: Using my phone in a work meeting. Technically it's not during work hours. Yes, this is exactly how annoying I am going to be about this.
-
Checked in at iiNet
.NET asp.net Code darkzone graph lasers libsipe mysql OCS OWC PHP Pidgin rollerdrome skates Skating web development Zone
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
- Art Of Manliness
- chip's blog
- Dead Static Assembly
- Ed Lowebrau
- elemenopee's tumblr
- Giselle Natassia Photography
- Haluings
- John Daniels
- Kim Trek
- kitten tails
- L I L I A N A . B
- My twitter
- My Wishlist
- Nic Shields – Siangmoh
- Procedural Creativity
- rarrgh
- Red Dusk Jewellery
- Sandy Live
- Setek
- Spectre's blog
- The Other Side
- this is mark
- Word of Soia






Have you got SIPE working on Pidgin 2.8? If so, which binary build .dll are you using?
Thanks.
Haven’t tried in pidgin 2.8.
I’m building the plugin against pidgin-2.7.11 still
Your build is broken since 2011-07-11
Fixed!
Could you produce a Windows build of Sipe version 1.12.0 ?
Thx in advance
Sure. I’ll build a stable. The current builds should still have all the updates from trunk!
Ok, it’s up.
libsipe_pidgin-sipe-1.12.0.zip
Haven’t been able to test it though. Let me know how you go with it
http://www.mattie.id.au/libsipe/ doesn’t list it and http://home.mattie.id.au/libsipe/ is not functionning
Argh. Apologies, DNS is being a bit funky.
I’ve uploaded it to my public dropbox here: http://dl.dropbox.com/u/127493/libsipe_pidgin-sipe-1.12.0.zip
Thanks a lot !
I will test this ASAP.
Seems to work fine. Thx again