maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber (https://talk.maemo.org/showthread.php?t=81423)

dietyyli 2012-04-01 12:22

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Quote:

Originally Posted by coderus (Post 1186404)
it already full featured. nothing to do.

Extraplugins is based on pidgin? there is new upstream release, dunno if it would make any difference here though.

And there are translations done, I admit they are not that important.

Anyway, there are always something to do. But is it worth the effort? well I dont know about that. :)

coderus 2012-04-01 19:00

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
are there always something to do? then make changes and commit. you are welcome.
and yes, it based on libpurple0 from pidgin, and why need to update? something not working? i have no problems. you have?

Fuzzillogic 2012-04-01 20:10

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Quote:

Originally Posted by coderus (Post 1186756)
encryption option here. maybe you talking about ignore-ssl-errors option?

Wow I've totally missed the require encryption option in the UI. But now I see why: while it is present in the account after you've set-up the account, it isn't there in the dialog when adding a new account.

But indeed, an "ignore-ssl-errors" option might be welcome.

amigo 2012-04-02 01:13

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Compared to the version on my pc, on the N9 pidgin is still lacking OTR. I dont know, if this problem is tied to Extraplugins or if it has to be solved independently.
I have not even found a way untill now, to use the secure connection to swissjabber.ch (certifacate is somehow not ok).

coderus 2012-04-02 05:42

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
@Fuzzillogic, as always, while creating new account just common options avialable. All supported options visible only in editing.

Slerppa 2012-04-03 13:52

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
How do I delete these "Ghost accounts"? I got both from msn, but reinstall nor restart wont help. Suggestions?

tinyurl.com/d84n6lv

coderus 2012-04-03 17:59

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
delete accounts, go to terminal
Code:

mc-tool list
find ghosts
Code:

mc-tool remove GHOST_ACCOUNT

Kaacz 2012-04-05 17:05

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
I vote for "ignore-ssl-errors" in UI too.
I have more XMPP accounts. Selfsigned or signed by CA not on N9.
I use simple script for set it on all XMPP accounts:
Code:

mc-tool list | grep "gabble/jabber" | while read XmppAcount ;
do
  mc-tool update "$XmppAcount" bool:require-encryption=1 bool:ignore-ssl-errors=1
done


Kaacz 2012-04-05 17:25

Re: [Ressurection soon] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Quote:

Originally Posted by coderus (Post 1186376)
@Nokiastore Better is allow to put libpurple0 and telepathy-haze into harmattan repository. Your R&D team can build and test this libraries for harmattan.

Yes, this is systematic & right solution.
@Nokiastore i vote for this solution too.

hotnikkelz 2012-04-11 05:29

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
I downloaded the plugins from the store and I added Windows messenger, but I'm not sure what I'm doing. I entered the credentials and I expected to be able to change my availability in the as an indication of it being successfully connected, but I don't. Am i doing something wrong?

coderus 2012-04-11 05:55

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
make reboot, try again.

erendorn 2012-04-11 08:53

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Would it be difficult to add the bonjour protocol?

coderus 2012-04-11 12:09

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
i can't know it. give me link to know about bonjour, how to use it, where to register.

erendorn 2012-04-11 12:56

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
It is a serverless IM service (you automatically see all connected individuals on the same LAN) based on XMPP Link-Local messaging. It goes by many names, and it's not clear to me what library implements it and how, but it is actually available on lots of platforms (it comes from OSX, as Bonjour is actually the auto-discovery service of OSX, but it is available for windows at least through pidgin, and it works great on ubuntu on empathy and pidgin).
Some exemple of implentation:
- "People nearby" in ubuntu (I think it's empathy -> telepathy-salut -> link-local xmpp)
- "Bonjour" in pidgin (was available for the N900 with the "Bonjour and Sametime" package)
- "Salut" or "iChat" on other platforms...

It's usefull for chatting with people in the same location as you (conferences, classrooms, ...), your family in your house, or just for copy pasting links to/from your phone/PC to another PC.
I'm sorry I can't really help much further or even assess the difficulty of including/activating it, but please let me know what you think about it.

coderus 2012-04-11 13:35

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
i have no idea how to implement it in harmattan

erendorn 2012-04-11 13:41

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
ok, was worth trying :)

hotnikkelz 2012-04-11 16:34

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Reboots worked, but it seems the issue is n9 related. It just doesn't maintain connection to my chat services, it disconnects and reconnects frequently....and that's on wifi :(

MaemoJirka 2012-04-11 16:59

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Restart Phone

amigo 2012-04-12 20:16

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Two things I miss compared to Pidgin: OTR and filetransfer via jabber. Filetransfer seems to be a native feature of pidgin, OTR is done by a plugin (http://www.cypherpunks.ca/otr/).

Is it possible to complete Extraplugins with these?

Thank you for what you've done allready!

coderus 2012-04-15 20:10

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
no. i'm not making libs, i just making plugins ui for harmattan.

MoritzJT 2012-05-29 18:35

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Hi there, I have no idea if this is still actively developed, but I'd like to report a bug anyway.

It only occurs with my ICQ Account.

Here's the setup:

I've set up multiple IM Accounts, MSN, ICQ, Skype, GTalk, fChat and linked the respective contacts together by merging them.

Now each and then my N9 screws up after a sync with MFE and I have to relink all contacts. But that's another issue

The bug I experience is that ICQ contacts are synced twice, so that they have one entry in the merged contacts and a duplicate one in the nonmerged list, these do not even sync the name from the ICQ server, they just show the number and act as the default contacts handler. So sometimes I get the messages via my merged ones, especially after I edited one of these contacts or remerged them, which gives me two times the same ICQ number for one account :-/ and sometimes the messages are send through the number only duplicate.

Any idea on what could cause this?

And so far, thank you again for making life so much easier! ;-)

Cheers!

nilsLee 2012-06-01 21:08

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Hi coderus,
I checked your source code, and read the documents about accounts. Currently I want to integrate a Chinese SNS into meego. But the protocol is not Telepathy, So I might need to implement my own ways to get account information and handle some other stuffs. But I can not find any information about this. I just thought the system may call some method to e.g. retrieve the contact list, refresh the posts etc. These service might registered into some management system. That's just what I guess, as I cannot find any clue. Can you please give me some tips if you know anything about this? Thanks in advance!:D

coderus 2012-06-02 15:59

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
nilsLee, check this: http://forum.meego.com/showthread.ph...ight=telepathy

Mange 2012-06-03 08:35

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Coderus, thanks for your great work, extraplugins works flawless on my Nokia N9 64GB :) one question (not sure if it has been asked/taken up before?) did not find this question in this thread.

- Is it possible to add the feature to send pictures?!

I am trying to find a solution to send pictures and chat text over data instead of using traditional MMS with my N9. Only solution i can find is ebuddy, and i don't like this program. I need a solution that will work cross platform, like when you are using MSN, Skype and so on. I hope "nokia plus" will be realeased for other platforms soon (should be third quarter) as many colleagues are using iPhone or android devices.

coderus 2012-06-03 11:07

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
no. it's only IM chat. only texts.
try to use email, flickr, dropbox ;)

nilsLee 2012-06-03 19:33

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Quote:

Originally Posted by coderus (Post 1216462)

thanks! i will check it out

nilsLee 2012-06-06 21:33

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
hi,

can i get the latest source code? i clone the code in gitourous, but they are version 0.2.4.
Thanks a lot!

dietyyli 2012-07-06 19:59

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
New update :)

BW~Merlin 2012-07-07 00:41

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Quote:

Originally Posted by dietyyli (Post 1233102)
New update :)

Yeah noticed that but I was unable to find a change log.

coderus 2012-07-07 03:57

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
can't find changelog in Store? lol...

Jeffrey04 2012-07-07 06:54

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Quote:

Originally Posted by coderus (Post 1233202)
can't find changelog in Store? lol...

lol, accidently hit update in the device manager before checking the changelog in store :P

Garrett_PL 2012-07-07 23:50

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Hi coderus, have You any news about solving the problem with dissapering contacts for gadu-gadu?

Adding them by hand it's ok, but each time You want to start chat is bit frustrating:D

Great job with extraplugins by the way:rolleyes:

benny1967 2012-07-09 20:20

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Cannot instal 0.3.1 update. It downloads but afterward says download failed. Any ideas? I'm on 1.3

An9 2012-07-11 08:23

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Can not import contacts from msnmsg list after loogin!

jalyst 2012-07-11 09:43

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
If this has been updated perhaps a quick update to OP is in order, just an idea, feel free not to ;)

nbedford 2012-07-13 14:31

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Is this still working with PR1.3 and MSM, I just tried this to add an msm chat account but nothing appears to happen :(

oprocopio 2012-07-16 09:11

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Quote:

Originally Posted by benny1967 (Post 1234800)
Cannot instal 0.3.1 update. It downloads but afterward says download failed. Any ideas? I'm on 1.3

same here....any solutions?

Endymion 2012-08-03 12:33

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
I'm unable to log in to MSN service. PR 1.3, extraplugins 0.3.1. Tried with reflash, change password... nothing. I would try with previous version (0.3.0)... someone has a direct link to download?

Schturman 2012-08-03 14:43

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
i Can access without any problem.. Do you tried to change the network 3g, home wifi, work wifi ?

Endymion 2012-08-03 15:32

Re: [In Nokia Store again] Extraplugins v0.3.0 - ICQ, AIM, MSN, Yahoo, Jabber
 
Tried in 3g, wifi (different networks)...


All times are GMT. The time now is 08:10.

vBulletin® Version 3.8.8