You are not logged in.

#1 2008-02-22 21:51:14

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

finally.. msn protocol fork, usable with pidgin ..

The current development of the MSN protocol plug-in seems to be lagging because of bad development decisions.

This is a fork of that code with a much faster development process.

Features include:

    * Support for personal messages (readonly)
    * Server-side storage for display names
    * Partial direct connection support
    * Improved network IO
    * Improved error handling
    * Network issues tested with netem
    * GObject usage

http://code.google.com/p/msn-pecan/

Just install, then choose protocol WLM in accounts in pidgin instead of MSN.


The ultimate Archlinux release name: "I am your father"

Offline

#2 2008-02-23 00:29:23

tizoc
Member
Registered: 2006-07-28
Posts: 57

Re: finally.. msn protocol fork, usable with pidgin ..

I'm going to try this, btw here is the pkgbuild I made:

pkgname=msn-pecan
pkgver=0.0.8
pkgrel=1
license=('GPL')
pkgdesc="Alternative MSN protocol plug-in por libpurple."
arch=(i686 x86_64)
url="http://code.google.com/p/msn-pecan"
depends=('pidgin')
source=(http://msn-pecan.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
md5sums=('7a9f93d30d5cb91a01afc4790e21e4e0')
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make PREFIX=$startdir/pkg/usr DESTDIR=$startdir/pkg  install
}

Offline

#3 2008-02-23 02:36:12

venox
Member
From: Curitiba, Brazil
Registered: 2003-08-23
Posts: 137
Website

Re: finally.. msn protocol fork, usable with pidgin ..

I've uploaded it to the AUR.
Although, it doesn't support offline messages yet sad

Offline

#4 2008-02-23 04:28:56

blu3ness
Member
From: Edmonton, Canada
Registered: 2007-12-28
Posts: 169

Re: finally.. msn protocol fork, usable with pidgin ..

meanwhile, emesene has already full support for personal messages, offline messaging etc.

I guess pidgin's unfriendly MSN support has sparked some good results after all


Archlinux on Compaq Presario v5000 laptop smile

Offline

#5 2008-02-23 05:38:17

Fatsobob
Member
From: Colorado
Registered: 2006-06-27
Posts: 126

Re: finally.. msn protocol fork, usable with pidgin ..

This is a step in the right direction. Now if only pidgin had voice chat or camera support, we would be in business.

Offline

#6 2008-02-23 09:39:03

Hide
Member
From: Castalia
Registered: 2007-02-02
Posts: 368

Re: finally.. msn protocol fork, usable with pidgin ..

Does emesene have file transfer in this version?

Offline

#7 2008-02-23 11:03:54

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: finally.. msn protocol fork, usable with pidgin ..

Hide wrote:

Does emesene have file transfer in this version?

it does! at least in svn

Offline

#8 2008-02-23 11:21:23

glad
Member
From: Norway
Registered: 2005-11-01
Posts: 103
Website

Re: finally.. msn protocol fork, usable with pidgin ..

Amazing, thank you!

Offline

#9 2008-02-23 11:56:16

eth0_
Member
Registered: 2006-07-31
Posts: 14

Re: finally.. msn protocol fork, usable with pidgin ..

I'm using the MSNP14 patch with Pidgin, works great! You can read/write personal messages/song reporting (integrates nicely with musictracker) and even offline messaging works.

Offline

#10 2008-02-23 12:09:34

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: finally.. msn protocol fork, usable with pidgin ..

I just use emesene, it's simpler and lighter

Offline

#11 2008-02-23 13:05:31

andywxy
Member
From: Winnipeg, Canada
Registered: 2007-09-27
Posts: 36

Re: finally.. msn protocol fork, usable with pidgin ..

eth0_ wrote:

I'm using the MSNP14 patch with Pidgin, works great! You can read/write personal messages/song reporting (integrates nicely with musictracker) and even offline messaging works.

Hey, mate where is that patch? and ... how do you install that kinda Pidgin? I feel really awful that Pidgin cannot get offline msg ...:/

Oh my mistake... this protocol doesnt support offline msg ->" BTW does this protocol support offline msg?"

Last edited by andywxy (2008-02-23 13:34:41)

Offline

#12 2008-02-23 13:32:34

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: finally.. msn protocol fork, usable with pidgin ..

andywxy wrote:

Hey, mate where is that patch? and ... how do you install that kinda Pidgin? I feel really awful that Pidgin cannot get offline msg ...:/
BTW does this protocol support offline msg?

yaourt -S pidgin-msnp14

wink


Till the last battle, till the last bottle.
aur - twitter

Offline

#13 2008-02-23 14:16:15

andywxy
Member
From: Winnipeg, Canada
Registered: 2007-09-27
Posts: 36

Re: finally.. msn protocol fork, usable with pidgin ..

Thanks uastasi!

Offline

#14 2008-02-23 17:08:43

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: finally.. msn protocol fork, usable with pidgin ..

the msn-pecan :
Offline messages has been added to the todo list.
Direct file transfer is supposed to be fully working now if you use the svn code. (I havent tried yet)

For just one developer, I see the development of this msn protocol really fast.. I hope it will have all nice functionality within 1-2 months. I like pidgin so I would rather not change to emesene. One reason is that i still would need pidgin for ICQ or yahoo account.


The ultimate Archlinux release name: "I am your father"

Offline

#15 2008-02-23 17:47:03

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: finally.. msn protocol fork, usable with pidgin ..

Cool! It was time to improve the MSN protocol big_smile


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#16 2008-02-23 19:17:03

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: finally.. msn protocol fork, usable with pidgin ..

There's Mercury Messenger which is dedicated to MSN.

community/mercury

Offline

#17 2008-02-23 19:20:21

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: finally.. msn protocol fork, usable with pidgin ..

why is mercury better than emesene?

Offline

#18 2008-02-23 19:49:45

venox
Member
From: Curitiba, Brazil
Registered: 2003-08-23
Posts: 137
Website

Re: finally.. msn protocol fork, usable with pidgin ..

It has lots of features that emesene doesn't. Webcam support, for instance.
Although, it uses the Swing toolkit which, IMHO, sucks.

Offline

#19 2008-02-23 19:54:46

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: finally.. msn protocol fork, usable with pidgin ..

I hate having more than one messaging application open at the same time, and I need both MSN and Google Talk, so I prefer to use Pidgin.
Other than that Mercury is written in Java hmm but I have to admit it's the best MSN clone out there, in my opinion. I prefer lightness and essential features, though (audio/video could come handy sometimes anyway...).


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#20 2008-02-23 20:21:35

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: finally.. msn protocol fork, usable with pidgin ..

i use emesene because I don't care about video/audio. but if I ever need that, mercury is just a pacman -S away haha

Offline

#21 2008-02-23 21:03:33

xdeusx
Member
Registered: 2007-10-15
Posts: 168

Re: finally.. msn protocol fork, usable with pidgin ..

i just started using pidgin-msnp14 instead of the official build..
although i had to delete my .purple folder, i didnt experience any problems smile

edit: alright, it crashed just a sec ago

Last edited by xdeusx (2008-02-23 21:12:37)

Offline

#22 2008-02-23 21:16:10

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: finally.. msn protocol fork, usable with pidgin ..

enough of msn already. tell all your friends to jump to jabber/google talk. i'm doing it everyday and failing colourfully.


I need real, proper pen and paper for this.

Offline

#23 2008-02-23 21:20:55

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: finally.. msn protocol fork, usable with pidgin ..

i wish... but msn is way too used now and "normal" people won't care about open source and stuff.. they just want to talk to their friends and if 99.9% of them use msn, they will use msn too

Offline

#24 2008-02-23 21:29:24

jinn
Member
From: Gothenburg
Registered: 2005-12-10
Posts: 506

Re: finally.. msn protocol fork, usable with pidgin ..

Does mercury support audio also? that would be sweet to be able to use audio and video.. I will have to use mercury then for times when i use audio/video until it comes to pidgin..

Is there any pkgbuilds for the mercury 2.0alpha release?


The ultimate Archlinux release name: "I am your father"

Offline

#25 2008-02-23 21:32:16

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: finally.. msn protocol fork, usable with pidgin ..

no.. the only one available is for v. 1.9-2

Offline

Board footer

Powered by FluxBB