Logs for jabber

Show join/part/nick changes:

[00:19:22] * SouL left the chat.
[00:19:22] * SouL joined the chat.
[01:21:18] * ♟ left the chat.
[01:31:21] * ♟ joined the chat.
[01:47:06] * drасо left the chat.
[02:02:56] * ♟ left the chat.
[02:03:08] * ♟ joined the chat.
[02:10:22] * KiDo left the chat.
[02:12:06] * KiDo joined the chat.
[02:17:54] * ♟ left the chat.
[02:45:54] * KiDo left the chat.
[03:02:50] * dynam1te left the chat.
[03:02:50] * dynam1te joined the chat.
[04:01:20] * dynam1te left the chat.
[04:01:20] * dynam1te joined the chat.
[05:10:57] * slink left the chat.
[05:51:07] * harlock joined the chat.
[06:09:03] * Alex joined the chat.
[06:09:55] * Alex left the chat.
[06:17:54] * gropi joined the chat.
[06:21:59] * Alex joined the chat.
[06:28:56] * ThurahT left the chat.
[06:28:56] * harlock left the chat.
[06:32:47] * stephen_fierbaugh joined the chat.
[06:35:00] * ThurahT joined the chat.
[06:36:04] * gropi left the chat.
[06:36:04] * gropi joined the chat.
[06:38:49] * gropi left the chat.
[06:39:39] * gropi joined the chat.
[06:42:33] * Niek Bergman left the chat.
[06:47:55] * gropi left the chat.
[06:47:56] * gropi joined the chat.
[06:52:37] * gropi left the chat.
[06:54:33] * gropi joined the chat.
[07:05:23] * vilius joined the chat.
[07:06:14] * gropi left the chat.
[07:06:20] * gropi joined the chat.
[07:07:51] * ╚»kîñg«╝ joined the chat.
[07:08:49] <╚»kîñg«╝> hello :|
[07:10:12] * ╚»kîñg«╝ left the chat.
[07:16:46] * yuppinturic joined the chat.
[07:16:58] * yuppinturic left the chat.
[07:22:16] * yuppinturic joined the chat.
[07:25:01] * gropi left the chat.
[07:33:06] * gropi joined the chat.
[07:34:24] * jammyhunt joined the chat.
[07:34:31] <jammyhunt> hello
[07:34:36] <jammyhunt> i have a query
[07:35:38] <jammyhunt> anybody available?
[07:35:56] * gropi left the chat.
[07:37:00] * gropi joined the chat.
[07:38:58] <jammyhunt> :(
[07:41:46] * ralphm joined the chat.
[07:42:58] <Alex> just post your question, somebody will reply
[07:42:58] <jammyhunt> hello
[07:43:03] <jammyhunt> k
[07:43:44] <jammyhunt> i am creating i client using domain nimbuzz.com
[07:44:02] <jammyhunt> it will do only login and will send friend request
[07:44:27] <jammyhunt> i have coded the login part but facing problem in sending request
[07:44:49] <jammyhunt> source is
[07:45:07] <jammyhunt> private void button2_Click(object sender, System.EventArgs e) { var pm = new PresenceManager(XmppClient); Jid jid = textBox3.Text; pm.Subscribe(jid); }
[07:45:20] * gropi left the chat.
[07:45:23] * gropi joined the chat.
[07:45:30] <jammyhunt> here xmppclient is underlined by red line
[07:46:34] <jammyhunt> and showing this error
[07:46:44] <jammyhunt> 'Matrix.Xmpp.Client.XmppClient' is a 'type' but is used like a 'variable'
[07:47:09] <jammyhunt> anybody have idea how to deal with it
[07:54:20] <ralphm> jammyhunt: XmppClient it means that you have to instantiate XmppClient somewhere, first
[07:55:07] <jammyhunt> how :S
[07:55:23] <jammyhunt> i am following this tutorial
[07:55:24] <jammyhunt> http://www.ag-software.net/matrix-xmpp-sdk/matrix-developer-tutorial/
[07:55:35] <jammyhunt> and there is nothing like that
[07:56:53] <ralphm> var XmppClient = new XmppClient();
[07:57:06] <ralphm> (my java is a bit rusty, though)
[07:57:29] <jammyhunt> its c# bro
[07:57:30] <ralphm> also, I wouldn't use the same name for the variable and the class, but this is from section 9
[07:57:36] <ralphm> whatever
[07:57:38] <ralphm> :-D
[07:57:39] <Alex> var myXmppCLient = new XMppClient()
[07:57:59] <Alex> then: var pm = new PresenceManager(myXmppClient);
[07:58:12] <Alex> anyway, you are in teh wrong room here
[07:58:54] <jammyhunt> got it
[07:59:10] <jammyhunt> then which the right room can u tell me please?
[07:59:14] <ralphm> jdev@
[07:59:29] <ralphm> conference.jabber.org
[07:59:41] <jammyhunt> thanks
[07:59:49] <Alex> or dev@conference.ag-software.de
[08:00:23] <jammyhunt> k sir alex
[08:00:31] <Alex> when you download from here: http://www.ag-software.net/matrix-xmpp-sdk/download/ There are many code examples included which should help you. Especially the MiniClient example
[08:00:58] <jammyhunt> yes i readed that
[08:01:13] <jammyhunt> but there was nothing related to add roaster
[08:01:14] <ralphm> Alex: but he is right that that critical piece is missing from the tutorial
[08:01:15] <jammyhunt> so asked here
[08:03:15] <Alex> ya, but I think this are the basics of c# that you have to instanciate a class before you can use it
[08:04:24] <Alex> but I will update some of the sample code in the tutorial
[08:04:39] <jammyhunt> i agree
[08:05:19] <jammyhunt> but in text format there is nothing written to create or not create
[08:06:03] <Alex> you should download the examples, rund them, and study the code
[08:06:22] <ralphm> +1
[08:07:31] <jammyhunt> i have downloaded examples and studing it
[08:08:02] <jammyhunt> but sometimes i find it mess for begineer
[08:10:08] <Alex> this is why there is the chat room dev@conference.ag-software.de where you can ask questions
[08:10:29] <Alex> and the forums
[08:11:41] <Alex> when you are new to XMPP then I suggest to read this book first: http://shop.oreilly.com/product/9780596521271.do
[08:12:13] <Alex> WIthout having some basic knowledge of XMPP I think every XMPP library is hard to use
[08:16:43] * gropi left the chat.
[08:16:48] * gropi joined the chat.
[08:17:58] * jammyhunt left the chat.
[08:22:57] * jammyhunt joined the chat.
[08:23:58] <jammyhunt> thanks alex
[08:24:04] <jammyhunt> i will start reading this book
[08:32:17] * gropi left the chat.
[08:32:29] * gropi joined the chat.
[08:34:16] <jammyhunt> do u guys have any good video tutorial for matrix?
[08:35:39] <Alex> no
[08:36:19] <jammyhunt> K
[08:39:31] * gropi left the chat.
[08:41:14] * gropi joined the chat.
[08:50:41] * gropi left the chat.
[08:51:09] * gropi joined the chat.
[08:52:51] * gropi left the chat.
[08:52:53] * gropi joined the chat.
[08:55:14] * gropi left the chat.
[08:55:18] * gropi joined the chat.
[09:04:10] * ralphm left the chat.
[09:04:42] * nomadofnorad left the chat.
[09:10:10] * ralphm joined the chat.
[09:12:41] * gropi left the chat.
[09:12:48] * gropi joined the chat.
[09:20:59] * gropi left the chat.
[09:22:31] * gropi joined the chat.
[09:26:03] * gropi left the chat.
[09:26:17] * gropi joined the chat.
[09:39:56] * jammyhunt left the chat.
[09:45:10] * gropi left the chat.
[10:09:55] * gropi joined the chat.
[10:11:02] * gropi left the chat.
[10:11:03] * gropi joined the chat.
[10:22:48] * stephen_fierbaugh left the chat.
[10:32:14] * gropi left the chat.
[10:52:08] * boothj5 joined the chat.
[11:07:30] * gropi joined the chat.
[11:15:50] * gropi left the chat.
[11:16:18] * gropi joined the chat.
[11:20:58] * yuppinturic left the chat.
[11:34:17] * gropi left the chat.
[11:40:34] * yuppinturic joined the chat.
[11:40:40] * yuppinturic left the chat.
[12:14:21] * boothj5 left the chat.
[12:20:49] * ralphm left the chat.
[12:21:36] * ralphm joined the chat.
[12:31:41] * KiDo joined the chat.
[12:33:03] * slink joined the chat.
[12:34:01] * gropi joined the chat.
[12:34:28] * KiDo left the chat.
[12:37:32] * KiDo joined the chat.
[12:39:53] * emil joined the chat.
[12:40:58] * KiDo left the chat.
[12:41:18] * KiDo joined the chat.
[12:41:43] * gropi left the chat.
[12:41:49] * gropi joined the chat.
[12:43:37] * gropi left the chat.
[12:43:40] * gropi joined the chat.
[12:44:53] * emil left the chat.
[12:52:52] * gropi left the chat.
[12:52:54] * gropi joined the chat.
[12:54:59] * KiDo left the chat.
[12:55:47] * KiDo joined the chat.
[12:57:05] * gropi left the chat.
[12:57:38] * gropi joined the chat.
[13:12:20] * Alex left the chat.
[13:25:59] * gropi left the chat.
[13:26:01] * gropi joined the chat.
[13:45:04] * Alex joined the chat.
[13:57:54] * Alex left the chat.
[14:01:43] * MattJ joined the chat.
[14:02:42] * naw joined the chat.
[14:22:28] * KiDo left the chat.
[14:22:40] * KiDo joined the chat.
[14:41:04] * KiDo left the chat.
[15:07:09] * naw left the chat.
[15:22:53] * SouL left the chat.
[15:25:07] * SouL joined the chat.
[15:29:31] * slink left the chat.
[15:41:21] * SouL left the chat.
[15:42:29] * tilmanschmidt@gmx.net joined the chat.
[15:43:11] * tilmanschmidt@gmx.net left the chat.
[15:44:53] * SouL joined the chat.
[15:47:21] * gropi left the chat.
[15:49:05] * gropi joined the chat.
[16:02:14] * tfallon joined the chat.
[16:02:14] * tfallon left the chat.
[16:06:48] * tfallon joined the chat.
[16:09:17] * gropi left the chat.
[16:09:20] * gropi joined the chat.
[16:26:21] * gropi left the chat.
[16:26:30] * Niek Bergman joined the chat.
[16:48:38] * vilius left the chat.
[16:50:47] * gropi joined the chat.
[16:59:53] * gropi left the chat.
[17:00:44] * gropi joined the chat.
[17:00:46] * ralphm left the chat.
[17:00:49] * ralphm joined the chat.
[17:01:37] * nrholder joined the chat.
[17:04:41] * nrholder left the chat.
[17:08:04] * gropi left the chat.
[17:08:59] * gropi joined the chat.
[17:11:50] * gropi left the chat.
[17:12:01] * gropi joined the chat.
[17:17:21] * SteveG joined the chat.
[17:24:43] * KiDo joined the chat.
[17:26:40] * tfallon left the chat.
[17:30:43] * gropi left the chat.
[17:31:02] * gropi joined the chat.
[17:38:29] * ralphm left the chat.
[17:38:31] * ralphm joined the chat.
[17:42:48] * nomadofnorad joined the chat.
[17:42:48] * nomadofnorad left the chat.
[17:42:48] * nomadofnorad joined the chat.
[17:42:48] * nomadofnorad left the chat.
[17:44:58] * nomadofnorad joined the chat.
[17:49:53] * tfallon joined the chat.
[17:49:53] * tfallon left the chat.
[17:50:30] * tfallon joined the chat.
[17:54:38] * Z_God joined the chat.
[17:55:30] * gropi left the chat.
[17:55:30] * gropi joined the chat.
[18:02:33] * gropi left the chat.
[18:02:41] * gropi joined the chat.
[18:03:45] * gropi left the chat.
[18:03:58] * gropi joined the chat.
[18:12:00] * tfallon left the chat.
[18:12:36] * naw joined the chat.
[18:15:48] * Alex joined the chat.
[18:16:03] * Alex left the chat.
[18:16:03] * Alex joined the chat.
[18:16:46] * tfallon joined the chat.
[18:16:47] * tfallon left the chat.
[18:18:56] * tfallon joined the chat.
[18:26:58] * tfallon left the chat.
[18:35:13] * tfallon joined the chat.
[18:35:14] * tfallon left the chat.
[18:35:38] * saivert joined the chat.
[18:35:38] * saivert left the chat.
[18:36:48] * tfallon joined the chat.
[18:38:19] * saivert joined the chat.
[18:39:25] <saivert> anyone using gtalksms?
[18:39:37] * tfallon left the chat.
[18:39:40] <saivert> this is annoying piece of software. unable to connect to MUC
[18:41:50] * saivert left the chat.
[18:45:03] * SouL left the chat.
[18:45:11] * SouL joined the chat.
[19:04:37] * gropi left the chat.
[19:05:02] * gropi joined the chat.
[19:06:07] * gropi left the chat.
[19:09:20] * gropi joined the chat.
[19:20:43] * gropi left the chat.
[19:20:50] * gropi joined the chat.
[19:27:07] * gropi left the chat.
[19:27:08] * gropi joined the chat.
[19:28:16] * gropi left the chat.
[19:28:26] * gropi joined the chat.
[19:29:11] * gropi left the chat.
[19:29:26] * gropi joined the chat.
[19:38:35] * Z_God left the chat.
[19:40:21] * Z_God joined the chat.
[19:44:05] * gropi left the chat.
[19:46:42] * gropi joined the chat.
[19:52:50] * gropi left the chat.
[19:55:26] * gropi joined the chat.
[19:55:34] * tfallon joined the chat.
[19:55:34] * tfallon left the chat.
[19:55:34] * tfallon joined the chat.
[19:55:34] * tfallon left the chat.
[19:56:11] * tfallon joined the chat.
[19:56:11] * tfallon left the chat.
[20:01:13] * tfallon joined the chat.
[20:01:27] * tfallon left the chat.
[20:03:57] * gropi left the chat.
[20:06:16] * tfallon joined the chat.
[20:07:07] * gropi joined the chat.
[20:24:20] * ♟ joined the chat.
[20:32:30] * gropi left the chat.
[20:34:32] * gropi joined the chat.
[20:37:42] * gropi left the chat.
[20:38:19] * gropi joined the chat.
[20:56:25] * ♟ left the chat.
[20:56:29] * ♟ joined the chat.
[21:01:40] * tfallon left the chat.
[21:04:55] * Neustradamus left the chat.
[21:06:25] * ♟ left the chat.
[21:06:42] * tfallon joined the chat.
[21:06:44] * tfallon left the chat.
[21:07:51] * tfallon joined the chat.
[21:11:47] * tfallon left the chat.
[21:16:47] * tfallon joined the chat.
[21:16:49] * tfallon left the chat.
[21:20:29] * Neustradamus joined the chat.
[21:20:47] * tfallon joined the chat.
[21:21:52] * tfallon left the chat.
[21:26:51] * tfallon joined the chat.
[21:26:55] * tfallon left the chat.
[21:28:27] * Neustradamus left the chat.
[21:31:53] * tfallon joined the chat.
[21:31:57] * pubuntu joined the chat.
[21:31:57] * tfallon left the chat.
[21:32:26] * SouL left the chat.
[21:35:35] * pubuntu left the chat.
[21:36:56] * tfallon joined the chat.
[21:37:02] * tfallon left the chat.
[21:38:53] * Alex left the chat.
[21:38:53] * Alex joined the chat.
[21:38:58] * Alex left the chat.
[21:41:57] * tfallon joined the chat.
[21:42:05] * tfallon left the chat.
[21:43:06] * Neustradamus joined the chat.
[21:43:43] * gropi left the chat.
[21:43:43] * gropi joined the chat.
[21:46:59] * tfallon joined the chat.
[21:47:08] * tfallon left the chat.
[21:48:16] * ♟ joined the chat.
[21:50:58] * Neustradamus left the chat.
[21:52:02] * tfallon joined the chat.
[21:52:09] * Z_God left the chat.
[21:52:09] * tfallon left the chat.
[21:57:04] * tfallon joined the chat.
[21:57:14] * tfallon left the chat.
[22:02:06] * tfallon joined the chat.
[22:02:17] * tfallon left the chat.
[22:05:44] * Neustradamus joined the chat.
[22:07:08] * tfallon joined the chat.
[22:07:17] * Jonathon Conte joined the chat.
[22:07:17] * tfallon left the chat.
[22:07:37] * Jonathon Conte left the chat.
[22:11:36] * slink joined the chat.
[22:12:11] * tfallon joined the chat.
[22:12:24] * tfallon left the chat.
[22:13:30] * Neustradamus left the chat.
[22:17:13] * tfallon joined the chat.
[22:22:55] * SouL joined the chat.
[22:28:10] * Neustradamus joined the chat.
[22:36:01] * Neustradamus left the chat.
[22:44:00] * MattJ left the chat.
[22:44:54] * MattJ joined the chat.
[22:48:41] * MattJ left the chat.
[22:49:42] * MattJ joined the chat.
[22:50:45] * Neustradamus joined the chat.
[22:53:12] * naw left the chat.
[22:55:50] * MattJ left the chat.
[22:55:56] * MattJ joined the chat.
[22:55:59] * MattJ left the chat.
[22:56:16] * MattJ joined the chat.
[23:03:16] * MattJ left the chat.
[23:03:20] * MattJ joined the chat.
[23:04:28] * MattJ left the chat.
[23:04:33] * MattJ joined the chat.
[23:09:33] * ♟ left the chat.
[23:15:40] * MattJ left the chat.
[23:15:44] * MattJ joined the chat.
[23:16:24] * MattJ left the chat.
[23:16:29] * MattJ joined the chat.
[23:27:03] * slink left the chat.
[23:27:04] * slink joined the chat.
[23:36:34] * Neustradamus left the chat.
[23:49:30] * MattJ left the chat.
[23:53:11] * Neustradamus joined the chat.
[00:00:47] * Neustradamus left the chat.
[00:02:48] * gropi left the chat.
[00:03:44] * gropi joined the chat.