|
2013-09-07
, 20:10
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#42
|
This thread appears to be relevant: http://forum.kde.org/viewtopic.php?f=230&t=112102
The Following 3 Users Say Thank You to mbanck For This Useful Post: | ||
|
2013-09-07
, 22:18
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#43
|
This patch appears to be relevant as well: https://bugs.freedesktop.org/attachment.cgi?id=85203
Unfortunately, this is not easily backportable to the telepathy-gabble in squeeze, but it applies (with fuzz) to Harmattan's version. So if somebody wants to try (and hoping one can replace telepathy-gabble with a new .deb), this might work (possibly along with the other patch above).
|
2013-09-08
, 06:20
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2011
@ Brisbane, AU
|
#44
|
Hi, since a few days my N9 doesn't want to connect to the stock facebook chat system.
The Following 3 Users Say Thank You to SteveYoungs For This Useful Post: | ||
|
2013-09-08
, 06:59
|
|
Posts: 645 |
Thanked: 519 times |
Joined on Apr 2012
@ Finland
|
#45
|
|
2013-09-08
, 07:55
|
Posts: 60 |
Thanked: 24 times |
Joined on May 2012
@ port harcourt
|
#46
|
|
2013-09-08
, 09:39
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2011
@ Brisbane, AU
|
#47
|
You could write full guide?
And you can still send messages if you dont have contacts?
First thing you do is install this?: http://talk.maemo.org/showthread.php?t=81423
The Following 2 Users Say Thank You to SteveYoungs For This Useful Post: | ||
|
2013-09-08
, 13:15
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#48
|
This patch appears to be relevant as well: https://bugs.freedesktop.org/attachment.cgi?id=85203
Unfortunately, this is not easily backportable to the telepathy-gabble in squeeze, but it applies (with fuzz) to Harmattan's version. So if somebody wants to try (and hoping one can replace telepathy-gabble with a new .deb), this might work (possibly along with the other patch above).
The Following 16 Users Say Thank You to mbanck For This Useful Post: | ||
|
2013-09-08
, 13:28
|
Posts: 78 |
Thanked: 135 times |
Joined on Jul 2012
|
#49
|
Facebook chat on my N900 is no more working. I can no longer see my Online Contacts. Please help me.
--- ./src/roster.c.orig 2013-09-08 15:06:04.487098988 +0200 +++ ./src/roster.c 2013-09-08 15:06:40.820177614 +0200 @@ -1579,23 +1579,6 @@ if (query_node == NULL) return LM_HANDLER_RESULT_ALLOW_MORE_HANDLERS; - from = lm_message_node_get_attribute ( - wocky_stanza_get_top_node (message), "from"); - - if (from != NULL) - { - TpHandle sender; - - sender = tp_handle_lookup (contact_repo, from, NULL, NULL); - - if (sender != conn->self_handle) - { - NODE_DEBUG (iq_node, "discarding roster IQ which is not from " - "ourselves or the server"); - return LM_HANDLER_RESULT_REMOVE_MESSAGE; - } - } - sub_type = lm_message_get_sub_type (message); /* if this is a result, it's from our initial query. if it's a set,
The Following 2 Users Say Thank You to mbanck For This Useful Post: | ||
|
2013-09-08
, 14:21
|
|
Posts: 645 |
Thanked: 519 times |
Joined on Apr 2012
@ Finland
|
#50
|
Turns out applying the patch goes fine, but it doesn't compile, I had to backport another change to make it actually build.
The resulting .deb is too big to attach to this thread, but I have uploaded it here:
http://people.debian.org/~mbanck/har...nmu1_armel.deb
I have not tested it, mostly because my N9 is having hardware issues right now, so let me know whether this is possible to install and/or works.
The Following 2 Users Say Thank You to Mikkosssss For This Useful Post: | ||
1. Facebook has acknowledged the problem (if indeed it is the same problem, who knows) and will fix it "in a couple of weeks"
2. There is beta.chat.facebook.com one could try (but apparently it sends replies as "chat.facebook.com" which confuses telepathy).
3. There is a patch for telepathy-gabble which ignored the "didn't receive a response to our disco request: disconnect" message. If I apply this to the Debian squeeze package, empathy will connect (on either beta.chat.facebook.com or chat.facebook.com) but I do not see any contacts (there are some online contacts in the web chat). The debug protocols imply a successfull login, though.