gcfavorites / pidgin-opensteamworks

Automatically exported from code.google.com/p/pidgin-opensteamworks
0 stars 0 forks source link

Unable to recieve offline messages #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use pidgin on linux 32bit
2. Log into Steam
3. Go Offline

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
libpurple 2.10.9, linux mint 17.1 Cinnamon 32-bit

Please provide any additional information below.
Sending messages while offline works properly, but I'm unable to receive 
offline messages during session, or relogging. 

Original issue reported on code.google.com by 4ll4...@gmail.com on 10 Jun 2015 at 2:01

GoogleCodeExporter commented 9 years ago
I confirm this issue as well. How hard is it to implement if the protocol 
supports?

Original comment by axeljame...@gmail.com on 19 Jun 2015 at 1:53

GoogleCodeExporter commented 9 years ago
Well, the protocol just supports it as of yesterday, so I'll start working on 
that :)

Original comment by eionrobb on 25 Jun 2015 at 7:27

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/pidgin-opensteamworks/source/detail?r=115
:)

Original comment by eionrobb on 25 Jun 2015 at 8:40

GoogleCodeExporter commented 9 years ago
Anyone want to give it a whirl and give me some feedback? :)

Original comment by eionrobb on 5 Jul 2015 at 5:11

Attachments:

GoogleCodeExporter commented 9 years ago
I've compiled from the sources, which seems to include more fixes/features for 
this. I'll report my tests here.

To compile on debian I had to install: libglib2.0-dev libjson-glib-dev 
libpurple-dev libnss3-dev libgnome-keyring-dev .
And I had to modify the -I flag in the Makefile: -I/usr/include/glib-2.0/ 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include/ -I/usr/include/json-glib-1.0/ 
-I/usr/include/libpurple/
You could add this somewhere for the next people (in INSTALL or README)?

Original comment by axeljame...@gmail.com on 12 Jul 2015 at 8:25

GoogleCodeExporter commented 9 years ago
It seems offline messages are replayed multiple times. It's been the second 
time since yesterday that I receive the same messages. Maybe they are ACK'd.

Original comment by axeljame...@gmail.com on 13 Jul 2015 at 6:54