All times are UTC.
03:39:17 <-- flo has quit (Quit: Instantbird 0.2pre) 05:52:32 --> flo has joined #instantbird 05:52:32 * ChanServ sets mode +qo flo flo 06:59:46 --> GeekShadow has joined #instantbird 07:46:06 --> Mic has joined #instantbird 07:46:17 <Mic> Good morning 08:05:01 <flo> hi :) 08:26:01 --> tymerkaev has joined #instantbird 08:32:46 <tymerkaev> instantbot: wiki 08:32:47 <instantbot> tymerkaev: The Instantbird Wiki (https://wiki.instantbird.org/) contains information on development, localization, brainstorming and more. 08:37:28 <tymerkaev> instantbot: logs 08:37:29 <instantbot> tymerkaev: Logs for #instantbird - http://log.bezut.info/. 10:33:56 <-- GeekShadow has quit (Ping timeout) 11:09:38 <-- tymerkaev has quit (Ping timeout) 11:15:09 --> tymerkaev has joined #instantbird 11:40:49 <-- Even has quit (No route to host) 11:44:18 --> DGMurdockIII has joined #instantbird 12:02:19 --> GeekShadow has joined #instantbird 12:32:18 <-- tymerkaev has quit (Connection reset by peer) 12:53:07 <Mic> bye 12:53:23 <-- Mic has quit (Quit: Instantbird 0.2pre) 13:50:05 <-- DGMurdockIII has quit (Quit: get satisfied! :: www.unitedservers.de ««« (Gamers.IRC) »»» gamersirc.net ::) 13:50:35 --> Ruyan has joined #instantbird 13:56:26 <Ruyan> flo: I really need help with how to get incoming messages, pls tell how to do it. do I need to register observer after create conversation using addObserver(in nsIObserver aObserver) but what is argument means? 13:57:07 <Ruyan> pls don't ignore me, just last thing need to be done 13:57:55 <flo> register an observer for the conversation after you have received the new-conversation notification. 13:58:04 <flo> look at how the existing code does this. Use lxr. 14:02:06 <Ruyan> I'm looking at conversation.xml constructor 14:03:16 <Ruyan> this means conversation window? 14:03:50 <flo> "this" means nothing here :-P 14:06:16 <Ruyan> http://pastebin.com/3cTskR74 I use account to create conversation, and then I must add observer to get incoming messages? 14:09:06 <flo> read my previous reply again. 14:09:14 <flo> "register an observer for the conversation after you have received the new-conversation notification." 14:09:25 <flo> (and read it again until you understand it.) 14:09:31 <flo> and... I have to go! 14:09:32 <flo> bye 14:10:00 <-- flo has quit (Quit: Instantbird 0.2pre) 15:53:25 --> flo has joined #instantbird 15:53:25 * ChanServ sets mode +qo flo flo 16:04:37 <-- GeekShadow has quit (Ping timeout) 16:15:29 <Ruyan> flo: I need to register an observer using Conversations.registerConversation(this)? 16:20:19 <Ruyan> flo: pls help me to fix one error, this is maybe the reason. Components.utils.import("resource://app/modules/imWindows.jsm"); How can I import this file, I have moved it under my own directory 16:33:18 --> tymerkaev has joined #instantbird 16:38:55 --> idechix has joined #instantbird 16:47:15 <-- flo has quit (Quit: Instantbird 0.2pre) 16:54:22 --> GeekShadow has joined #instantbird 17:50:05 <tymerkaev> !logs 17:50:29 <tymerkaev> instantbot: report bug 17:50:30 <instantbot> tymerkaev: If you want to report a bug, you must visit https://bugzilla.instantbird.org/enter_bug.cgi 17:50:58 <tymerkaev> instantbot: source 17:50:59 <instantbot> tymerkaev: Instantbird source (hg) here: http://hg.instantbird.org/instantbird/ 17:51:15 <tymerkaev> instantbot: locale sources 17:51:16 <instantbot> tymerkaev: Locale sources here: http://hg.instantbird.org/l10n/ 17:51:28 <tymerkaev> instantbot: wiki 17:51:29 <instantbot> tymerkaev: The Instantbird Wiki (https://wiki.instantbird.org/) contains information on development, localization, brainstorming and more. 17:51:44 <tymerkaev> instantbot: addons 17:51:47 <instantbot> tymerkaev: Sorry, I've no idea what 'addons' might be. 17:51:48 <instantbot> tymerkaev: Well, amo is just... heavy 17:51:52 <tymerkaev> instantbot: add-ons 17:51:53 <instantbot> tymerkaev: hmm... I think add-ons is used for redirections, so that we can count how many people came to the addon website from links in the application 17:52:47 <tymerkaev> instantbot: no, addons is <reply>Instantbird Add-ons: https://addons.instantbird.org/en-US/instantbird/ 17:52:48 <instantbot> tymerkaev: ok 17:52:52 <tymerkaev> addons 17:53:01 <tymerkaev> instantbot: addons 17:53:02 <instantbot> tymerkaev: Instantbird Add-ons: https://addons.instantbird.org/en-US/instantbird/ 17:53:22 <tymerkaev> instantbot: add-ons is <reply>Instantbird Add-ons: https://addons.instantbird.org/en-US/instantbird/ 17:53:23 <instantbot> tymerkaev: But add-ons is 'used for redirections, so that we can count how many people came to the addon website from links in the application'... 17:53:40 <tymerkaev> instantbot: no, add-ons is <reply>Instantbird Add-ons: https://addons.instantbird.org/en-US/instantbird/ 17:53:42 <instantbot> tymerkaev: ok 17:57:27 <tymerkaev> instantbot: add-ons 17:57:28 <instantbot> tymerkaev: Instantbird Add-ons: https://addons.instantbird.org/en-US/instantbird/ 18:00:56 <tymerkaev> instantbot: flo 18:00:57 <instantbot> tymerkaev: flo is Florian Quèze, Instantbird's project leader (florian@instantbird.org) 18:08:46 --> DGMurdockIII has joined #instantbird 18:51:58 <Ruyan> Hi, I have got error with "#ifdef XP_MACOSX illegal character" in imWindows.jsm, anyone know what is the problem 18:59:12 --> flo has joined #instantbird 18:59:12 * ChanServ sets mode +qo flo flo 19:01:46 <Ruyan> flo: I fixed problem with import imWindows.jsm, but error at line 42 illegal character "#ifdef XP_MACOSX" do you have any idea why? 19:06:15 <Ruyan> and observer is registered when is Conversations.init() called, yes? 19:08:04 <Ruyan> so when I call conv = account.createConversation(buddyname) and then Conversations.registerConversation(conv), it's should receive messages? 19:08:29 <Ruyan> pls, did I do it right? 19:09:16 <-- tymerkaev has quit (Quit: I must go. Good bye!) 19:26:31 <Ruyan> flo: please just tell me where I do wrong to make it works, please, I really need. 19:37:09 <flo> Ruyan: "did I do it right" Not at all. You are mixing various conversation object types more or less randomly hoping that it will work. And using the unpreprocessed version of a file as if it was regular JS code. 19:38:30 <Ruyan> I'm really confused and don't know what to use, I use createConversation() from purpleAccount 19:39:26 <flo> do you need the imWindows.jsm file in the first place? 19:39:40 <Ruyan> I'm so knotted in this problem and tomorrow is deadline, I don't know how to do 19:39:47 <flo> if you have only a single window where all the conversations will appear, it's useless 19:40:06 <flo> deadline for what? 19:40:30 <Ruyan> I use tab, when I choose buddy, click start button, then I make new tab 19:41:10 <Ruyan> deadline to commit to school 19:41:39 <flo> and what's after the deadline? 19:42:03 <Ruyan> kick me out if i don't commit it 19:42:38 <flo> and what if you do? 19:43:10 <Ruyan> I go to make counsel and exam 19:43:22 <flo> and you throw away the code? 19:43:44 <Ruyan> nop 19:44:38 <Ruyan> this will use people after me, who want's continue with this 19:45:35 <Ruyan> I just make preview of functionality 19:46:29 <Ruyan> need now just how to receive the message from network, even just for one account at time 19:49:43 <flo> if you want to do something quick&dirty, just listen to the "new-text" notifications 19:50:55 <Ruyan> yes, quick&dirty, teacher says I don't need to make it perfect, because the project is just for preview 19:51:40 <Ruyan> "new-text" notifications? 19:54:41 <Ruyan> you mean notify_conv(conv, msg, "new-text", nsnull); 19:58:27 <DGMurdockIII> 2(Ruyan2): are you in google summer of code 19:58:42 <Ruyan> no 19:59:21 <flo> Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService).addObserver({observe: function(aSubject) {alert(aSubject.message);}}, "new-text", false); 20:00:56 <Ruyan> wDGMurdock: why? 20:01:21 <Ruyan> flo: this show incoming message once yes? 20:01:39 <flo> all messages 20:03:33 <Ruyan> ya, I see, now some adjustment with format. 20:03:46 <Ruyan> thank you so much 20:16:26 * flo has an Omegle protocol plugin implemented in JS that works pretty well in his debug build :) 20:39:37 --> deOmega has joined #instantbird 20:47:01 <DGMurdockIII> Omegle? 20:47:18 <flo> DGMurdockIII: http://omegle.com/ 20:50:14 <Ruyan> like chatrollete? 20:50:23 <flo> yeah, the same 20:50:34 <flo> is existed before chatroulette 20:50:37 <flo> *it 20:52:44 <Ruyan> chatrollete is not very fun, somebody do very ugly things 20:54:27 <flo> I'm not really enthusiast about using the webcam 21:09:24 <-- deOmega has left #instantbird () 21:13:29 <Ruyan> I rather do not install webcam driver 21:17:23 --> Mic3 has joined #instantbird 21:21:49 <-- GeekShadow has quit (Quit: The cake is a lie !) 21:24:53 --> Mic has joined #instantbird 21:24:54 <-- Mic3 has quit (Quit: Instantbird 0.2pre) 21:43:01 <-- Mic has quit (Quit: Instantbird 0.2pre) 22:17:58 <flo> good night 22:19:49 <-- idechix has quit (Quit: Instantbird 0.2pre) 22:24:39 <-- Ruyan has quit (Quit: Ex-Chat) 22:34:33 <-- DGMurdockIII has quit (Quit: get satisfied! :: www.unitedservers.de ««« (Gamers.IRC) »»» gamersirc.net ::)