#instantbird log on 03 14 2015

All times are UTC.

00:02:20 <-- abdelrhman has quit (Quit: Leaving)
00:05:28 <-- mconley has quit (Connection closed)
00:11:50 --> abdelrhman has joined #instantbird
00:12:40 <instantbot> New Chat Core - XMPP bug 1143238 filed by aleth@instantbird.org.
00:12:42 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1143238 nor, --, ---, nobody, NEW, Rejoining an existing MUC fails
00:14:07 <-- Nazadel has quit (Quit: Bye)
00:15:39 <aleth> abdelrhman: ^^ that should be an easy one to fix.
00:16:02 <aleth> If you're not interested, let me know and I'll do it.
00:17:45 <abdelrhman> I will work on it :)
00:20:45 <aleth> abdelrhman: other good ones to look at would be bug 954960 or bug 1000477 if you prefer
00:20:48 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954960 enh, --, ---, nobody, NEW, It should be possible to create a new XMPP MUC from Instantbird
00:20:49 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1000477 nor, --, ---, nobody, NEW, Add /part and /join commands for XMPP MUCs
00:22:35 <instantbot> aleth@instantbird.org changed the Resolution on bug 1000480 from --- to INCOMPLETE.
00:22:36 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1000480 nor, --, ---, nobody, RESO INCOMPLETE, Don't attempt to send a presence stanza to the MUC if account is disconnected
00:23:26 <abdelrhman> I'll work on all of them :D if you don't mind
00:26:18 <abdelrhman> in 1000480, I was wrong about reproducing it.
00:35:39 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
00:43:31 <-- myk has quit (Ping timeout: 121 seconds)
00:49:37 <-- Bollebib has quit (Connection closed)
00:50:08 <abdelrhman> aleth: where is auto-join boolean stored?
00:51:24 <aleth> It's not a boolean, it's an account preference
00:51:59 <abdelrhman> is it saved with each muc conversation in _muc map?
00:52:03 <aleth> No
00:52:44 <aleth> prpls don't know about autojoins, they just get joinChat calls.
00:53:41 <abdelrhman> so how can joinchat determine is autojoin or not?
00:53:50 <aleth> You can't.
00:54:23 <-- Mnyromyr has quit (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.33/20150308222602])
00:54:39 <aleth> Why do you need to know?
00:55:07 <abdelrhman> to let it continue in this conversation
00:55:43 <abdelrhman> https://dxr.mozilla.org/comm-central/source/chat/protocols/xmpp/xmpp.jsm?from=xmpp.jsm#684
00:57:26 <aleth> I don't understand
00:58:25 <abdelrhman> I'm talking about bug 1143238
00:58:28 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1143238 nor, --, ---, nobody, NEW, Rejoining an existing MUC fails
00:59:02 <abdelrhman> when you go offline this conversation is marked as left
00:59:47 <abdelrhman> and this line check if not left and returns the muc
01:00:24 <abdelrhman> otherwise continues to create new conversation
01:00:44 <aleth> So the problem is the "otherwise", right?
01:00:58 <abdelrhman> yes
01:01:25 <abdelrhman> we can add else to remove this conversation from _mucs
01:01:33 <abdelrhman> and continue creating new one
01:03:58 <aleth> Hmm, I think it's probably easier if I fix that one and you ask me questions about the patch
01:04:22 <abdelrhman> ok
01:08:14 <instantbot> aleth@instantbird.org set status-thunderbird to affected on bug 1143238.
01:08:15 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1143238 nor, --, ---, aleth, ASSI, Rejoining an existing MUC fails
01:09:30 <aleth> abdelrhman: so, do you understand that patch?
01:09:48 <aleth> (the xmpp.jsm part)
01:12:22 <abdelrhman> aha :)
01:14:31 <abdelrhman> and the condition jsProtoHelper.jsm, why?
01:15:06 <aleth> Because when the join is successful, we end up here https://dxr.mozilla.org/comm-central/source/chat/protocols/xmpp/xmpp.jsm#1012
01:15:39 <aleth> Setting left to false is handled in jsProtoHelper, and the setter there wasn't reporting the changed state to the UI
01:16:51 <aleth> https://dxr.mozilla.org/comm-central/source/chat/modules/jsProtoHelper.jsm#602
01:19:50 <abdelrhman> aha
01:20:39 <abdelrhman> I got that :)
01:21:39 <aleth> OK then you can fix the others :-)
01:34:51 <-- Tonnes has quit (Connection closed)
01:37:36 <abdelrhman> aleth: in bug 954960
01:37:38 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954960 enh, --, ---, nobody, NEW, It should be possible to create a new XMPP MUC from Instantbird
01:38:25 <abdelrhman> I used join with non-exist room and I think it is created
01:40:23 <aleth> Good. Then you can look at the debug log and compare it with the spec, and if the code follows the spec and handles all the possible errors then you can mark the bug as fixed.
01:40:42 <aleth> (well, RESOLVE WORKSFORME)
01:40:50 <abdelrhman> ok
01:44:11 <aleth> http://xmpp.org/extensions/xep-0045.html#createroom
01:46:18 <abdelrhman> thanks :)
02:09:34 <-- aleth has quit (Quit: :tiuQ)
02:15:34 --> BWMerlin has joined #instantbird
02:25:50 <-- dustinm` has quit (Ping timeout: 121 seconds)
02:55:21 --> dustinm` has joined #instantbird
03:17:34 --> MattATobin has joined #instantbird
03:20:09 <-- Tobin has quit (Quit: Our job is to state the truth and let the facts attend to themselves.)
03:43:47 --> Widdershins has joined #instantbird
04:28:51 <instant-buildbot> build #1334 of linux-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1334
04:36:44 --> myk has joined #instantbird
05:07:07 <instant-buildbot> build #2584 of macosx-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2584
05:22:25 --> mconley has joined #instantbird
05:43:17 <-- myk has quit (Ping timeout: 121 seconds)
05:55:49 <instant-buildbot> build #1657 of win32-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/win32-nightly-default/builds/1657
05:56:32 --> nhnt11 has joined #instantbird
05:56:32 * ChanServ sets mode +h nhnt11 
06:20:40 <-- nhnt11 has quit (Ping timeout: 121 seconds)
06:29:29 --> myk has joined #instantbird
06:47:54 <instant-buildbot> build #245 of linux64-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/245
06:57:46 <-- myk has quit (Ping timeout: 121 seconds)
07:06:12 --> nhnt11 has joined #instantbird
07:06:12 * ChanServ sets mode +h nhnt11 
07:30:58 <-- nhnt11 has quit (Connection closed)
07:31:11 --> nhnt11 has joined #instantbird
07:31:11 * ChanServ sets mode +h nhnt11 
07:37:19 <-- nhnt11 has quit (Ping timeout: 121 seconds)
07:45:08 <-- mconley has quit (Connection closed)
08:52:09 <flo-retina> I disconnected the linux64 slave for a longer yesterday evening (a couple minutes, vs only a few seconds the previous time), apparently it worked, the failure is the usual one :)
09:17:37 * Fallen|away is now known as Fallen 
09:19:56 <-- abdelrhman has quit (Quit: Leaving)
09:43:10 --> hadi has joined #instantbird
09:47:14 --> Nazadel has joined #instantbird
10:03:23 --> Bollebib has joined #instantbird
10:03:41 --> mudpit1 has joined #instantbird
10:05:43 <-- mudpit has quit (Ping timeout: 121 seconds)
10:05:43 * mudpit1 is now known as mudpit 
10:13:02 --> mpmc has joined #instantbird
10:15:53 --> Tonnes has joined #instantbird
10:22:35 --> sherief has joined #instantbird
10:52:38 <-- EionRobb has quit (Quit: Leaving.)
10:53:26 --> aleth has joined #instantbird
10:53:26 * ChanServ sets mode +o aleth 
10:59:44 <-- aleth has quit (Quit: :tiuQ)
10:59:47 --> aleth has joined #instantbird
10:59:47 * ChanServ sets mode +o aleth 
11:04:36 --> gerard-majax has joined #instantbird
11:42:53 <-- Tonnes has quit (Connection closed)
11:45:53 --> Tonnes has joined #instantbird
12:05:08 <-- aleth has quit (Quit: :tiuQ)
12:34:57 --> aleth has joined #instantbird
12:34:57 * ChanServ sets mode +o aleth 
12:40:56 <-- Bollebib has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
12:42:17 --> Bollebib has joined #instantbird
13:28:12 <instantbot> New Instantbird - Conversation bug 1143300 filed by aleth@instantbird.org.
13:28:13 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1143300 nor, --, ---, aleth, ASSI, Batch status updates in the UI
13:31:05 <-- gerard-majax has quit (Ping timeout: 121 seconds)
13:33:58 <flo-retina> aleth: how much do you think that will save?
13:35:13 --> hlidutysileh has joined #instantbird
13:35:42 <-- BWMerlin has quit (Connection closed)
13:36:04 <-- aleth has quit (Ping timeout: 121 seconds)
13:38:37 <-- hlidutysileh has quit (RecvQ exceeded)
13:38:46 --> hlidutysileh has joined #instantbird
13:42:16 <-- hlidutysileh has left #instantbird ()
13:47:49 --> aleth has joined #instantbird
13:47:49 * ChanServ sets mode +o aleth 
13:57:17 <flo-retina> " Clearly Florian wants this one. :-)" did I miss an opportunity to stay silent? O:-)
14:01:23 <-- Tonnes has quit (Connection closed)
14:03:00 --> Tonnes has joined #instantbird
14:11:10 * Fallen is now known as Fallen|away 
14:19:43 <-- aleth has quit (Ping timeout: 121 seconds)
14:29:36 --> aleth has joined #instantbird
14:29:36 * ChanServ sets mode +o aleth 
14:30:13 <-- aleth has quit (Quit: :tiuQ)
14:30:25 --> aleth has joined #instantbird
14:30:25 * ChanServ sets mode +o aleth 
14:39:12 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
14:39:37 <-- Tonnes has quit (Connection closed)
14:39:44 <-- hadi has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
14:49:17 <-- aleth has quit (Connection closed)
14:49:19 --> aleth has joined #instantbird
14:49:19 * ChanServ sets mode +o aleth 
14:49:34 <-- aleth has quit (Quit: :tiuQ)
14:50:02 --> Tonnes has joined #instantbird
15:00:29 <-- mudpit has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
15:02:23 <-- Tonnes has quit (Connection closed)
15:03:47 --> Tonnes has joined #instantbird
15:09:00 --> mpmc has joined #instantbird
15:18:05 <-- Mook_as has quit (A TLS packet with unexpected length was received.)
15:43:37 --> myk has joined #instantbird
16:15:06 --> Bollebib1 has joined #instantbird
16:16:22 <-- Bollebib has quit (Ping timeout: 121 seconds)
16:16:33 <-- Nazadel has quit (Ping timeout: 121 seconds)
16:17:21 <-- dustinm` has quit (Ping timeout: 121 seconds)
16:17:36 --> Nazadel has joined #instantbird
16:24:37 --> unghost has joined #instantbird
16:25:36 --> mudpit has joined #instantbird
16:29:32 * Fallen|away is now known as Fallen 
16:33:41 <-- Nazadel has quit (Ping timeout: 121 seconds)
16:34:07 --> Nazadel has joined #instantbird
16:34:57 --> dustinm` has joined #instantbird
16:37:10 <-- myk has quit (Ping timeout: 121 seconds)
16:37:48 <-- Tonnes has quit (Connection closed)
16:42:37 --> Tonnes has joined #instantbird
16:52:15 <-- Nazadel has quit (Ping timeout: 121 seconds)
16:53:50 --> Defman has joined #instantbird
17:02:36 --> Nazadel has joined #instantbird
17:03:40 --> myk has joined #instantbird
17:04:26 <-- sherief has quit (Ping timeout: 121 seconds)
17:06:42 <-- Bollebib1 has quit (Ping timeout: 121 seconds)
17:12:32 <-- Tonnes has quit (Connection closed)
17:25:58 <-- myk has quit (Ping timeout: 121 seconds)
17:35:18 --> nhnt11 has joined #instantbird
17:35:18 * ChanServ sets mode +h nhnt11 
17:45:21 --> gerard-majax has joined #instantbird
17:50:37 <-- gerard-majax has quit (A TLS packet with unexpected length was received.)
17:52:53 --> gerard-majax has joined #instantbird
17:56:16 <-- nhnt11 has quit (Connection closed)
17:56:21 --> nhnt11 has joined #instantbird
17:56:21 * ChanServ sets mode +h nhnt11 
18:01:56 --> mconley has joined #instantbird
18:11:53 <-- gerard-majax has quit (Ping timeout: 121 seconds)
18:17:02 <-- mconley has quit (Connection closed)
18:31:58 <-- nhnt11 has quit (Ping timeout: 121 seconds)
18:32:40 --> aleth has joined #instantbird
18:32:40 * ChanServ sets mode +o aleth 
18:45:35 --> Mnyromyr has joined #instantbird
18:47:09 --> Tonnes has joined #instantbird
18:51:21 <-- aleth has quit (Quit: :tiuQ)
18:55:56 --> mconley has joined #instantbird
18:58:28 --> gerard-majax has joined #instantbird
18:59:22 <-- mconley has quit (Connection closed)
19:19:13 --> Bollebib has joined #instantbird
19:22:19 <-- gerard-majax has quit (Ping timeout: 121 seconds)
19:35:05 --> DGMurdockIII has joined #instantbird
19:54:56 <-- Widdershins has quit (Ping timeout: 121 seconds)
19:58:22 --> dgmurdock has joined #instantbird
19:59:08 <-- DGMurdockIII has quit (Ping timeout: 121 seconds)
20:17:58 --> chrisccoulson_ has joined #instantbird
20:19:38 <-- chrisccoulson has quit (Ping timeout: 121 seconds)
20:47:10 <-- dgmurdock has quit (Ping timeout: 121 seconds)
20:51:37 --> EionRobb has joined #instantbird
21:11:55 <-- unghost has quit (Quit: Ухожу я от вас (xchat 2.4.5 или старше))
21:35:12 --> mpmc1 has joined #instantbird
21:35:13 <-- mpmc1 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
21:35:16 --> mpmc1 has joined #instantbird
21:36:31 <-- mpmc has quit (Ping timeout: 121 seconds)
21:36:31 * mpmc1 is now known as mpmc 
21:52:44 --> mudpit1 has joined #instantbird
21:55:05 <-- mudpit has quit (Ping timeout: 121 seconds)
21:55:05 * mudpit1 is now known as mudpit 
22:03:59 --> BWMerlin has joined #instantbird
22:06:59 <-- Defman has quit (A TLS packet with unexpected length was received.)
22:34:39 --> DGMurdockIII has joined #instantbird
22:51:53 <-- Tonnes has quit (Connection closed)
22:57:38 --> abdelrhman has joined #instantbird
23:03:20 --> Tonnes has joined #instantbird
23:34:05 <-- Tonnes has quit (Ping timeout: 121 seconds)