Logs for jdev

Show join/part/nick changes:

[05:24:53] * Ahmad left the chat.
[05:24:54] * Ahmad joined the chat.
[05:55:53] * fantasticsid joined the chat.
[06:08:25] * fantasticsid left the chat.
[06:10:30] * Ludovic joined the chat.
[06:11:04] * Kev joined the chat.
[06:14:57] * jonas joined the chat.
[06:24:16] * john joined the chat.
[06:26:27] * Ahmad left the chat.
[06:27:01] * Ahmad joined the chat.
[06:35:15] * Ludovic left the chat.
[06:36:10] * Hermitifier joined the chat.
[06:36:44] * scippio left the chat.
[06:37:06] * lastsky left the chat.
[06:40:41] * lastsky joined the chat.
[06:53:51] * luca tagliaferri joined the chat.
[06:54:58] * Guus joined the chat.
[06:56:13] * teo1 left the chat.
[06:56:16] * teo1 joined the chat.
[06:56:26] * jonas left the chat.
[06:57:38] * Guus left the chat.
[06:57:49] * Guus joined the chat.
[06:59:50] * teo1 left the chat.
[07:00:00] * teo1 joined the chat.
[07:09:27] * Ludovic joined the chat.
[07:16:34] * Hermitifier left the chat.
[07:20:27] * Hermitifier joined the chat.
[07:21:53] * Tobias joined the chat.
[07:22:21] * Hermitifier left the chat.
[07:25:00] * Hermitifier joined the chat.
[07:32:52] * tkoski joined the chat.
[07:35:50] * nabatt joined the chat.
[07:41:54] * Destructhor joined the chat.
[07:47:28] * Destructhor left the chat.
[07:47:52] * jonas joined the chat.
[07:49:13] * Treebilou left the chat.
[08:09:20] * mlundblad_netbook joined the chat.
[08:12:19] * Ahmad left the chat.
[08:20:19] * lastsky left the chat.
[08:22:41] * bear left the chat.
[08:26:44] * scippio joined the chat.
[08:47:48] * johnny left the chat.
[08:52:52] * mlundblad_netbook left the chat.
[09:01:30] * johnny joined the chat.
[09:09:48] * Treebilou joined the chat.
[09:10:31] * Treebilou left the chat.
[09:10:37] * Treebilou joined the chat.
[09:12:29] * niekie joined the chat.
[09:31:36] * Ludovic left the chat.
[09:34:26] * Ludovic joined the chat.
[09:39:42] * lastsky joined the chat.
[09:44:53] * luca tagliaferri left the chat.
[09:45:14] * luca tagliaferri joined the chat.
[09:47:17] * Florob joined the chat.
[10:02:44] * bear joined the chat.
[10:18:29] * scippio left the chat.
[10:19:38] * scippio joined the chat.
[10:53:59] * Tobias left the chat.
[11:01:11] * Tobias joined the chat.
[11:04:28] * Zash joined the chat.
[11:04:52] * Kev left the chat.
[11:05:25] * Kev joined the chat.
[11:06:07] * Link Mauve joined the chat.
[11:17:08] * niekie left the chat.
[11:17:21] * niekie joined the chat.
[11:21:59] * Tobias left the chat.
[11:28:21] * hi joined the chat.
[11:29:35] * jonas left the chat.
[11:30:22] * hi left the chat.
[11:33:26] * Zash left the chat.
[11:33:37] * Zash joined the chat.
[11:48:38] * Tobias joined the chat.
[11:51:19] * Zash left the chat.
[11:51:26] * Zash joined the chat.
[11:51:45] * Zash left the chat.
[11:51:57] * Zash joined the chat.
[11:52:45] * Zash left the chat.
[11:53:20] * Zash joined the chat.
[11:58:42] * jugg left the chat.
[12:09:39] * Alex joined the chat.
[12:09:53] <Alex> hi guys
[12:10:11] <Kev> 'ello
[12:15:38] <Alex> fighting with SaslPrep and have some questions, any experts here?
[12:15:55] <Tobias> experts? :)
[12:16:06] <Tobias> what's your problem with SaslPrep?
[12:16:09] <Kev> Not I, I'm afraid.
[12:16:30] <Alex> not really a problem, lemme explain whta I do in the library
[12:17:02] <Alex> normally you create a xmppClientConnection object, set username, password, server property and connect
[12:17:48] <Alex> when you set the username property it gets prepared with stringprep, and the original username given by the user is dropped, only the prepared user gets stored
[12:18:26] <Alex> and the prepared username gis handled to the SASL classes
[12:19:11] <Alex> should i prepare this username again with saslprep? Many profiles are the same there
[12:20:13] <Alex> or store the original unprepped username and prepare it with Saslprep?
[12:22:09] <waqas> Alex: I'm not positive, but I recall someone saying appying nodeprep applies saslprep too. I haven't compared their prepping tables yet.
[12:24:38] <Alex> waqas: yes, all the tables in RFC4013 2.3 are also in nodePrep, buut I'll check again
[12:25:18] <waqas> Alex: Then you can just apply nodeprep and don't need to apply saslprep :)
[12:26:26] <dwd> Alex, If you wait until Monday, I might find you some help.
[12:26:38] <Alex> waqas: no sure, what about the following: This profile specifies: - non-ASCII space characters [StringPrep, C.1.2] that can be mapped to SPACE (U+0020), and - the "commonly mapped to nothing" characters [StringPrep, B.1] that can be mapped to nothing.
[12:27:52] <Alex> does nodeprep replace these characters with SPACE as well? I don't think so.
[12:28:37] <Florob> Alex, where is that from?
[12:29:07] <Alex> Florob: RFC4013 => http://tools.ietf.org/html/rfc4013
[12:29:34] <Florob> Alex, right... I was looking at 2.3 which was similar but not the same ;) Found it in 2.1 now
[12:30:09] <Alex> dwd: I have enough time ;-)
[12:30:37] <Florob> Anyway. No nodeprep doesn't map those to space. But as the order is first nodeprep then SASLprep I don't think that matters
[12:31:01] <waqas> /me agrees with Florob, nodeprep is different.
[12:31:34] <waqas> It does on the server side, but that's probably not what Alex was asking.
[12:31:41] <Alex> Florob: my nodeprep implementation throws a StringprepException when the username contains these characters
[12:32:10] * teo1 left the chat.
[12:32:14] <Alex> so it would not be possible to set such a username, maybe my code is wrong, but I don't think so
[12:33:01] <Florob> Alex, Huh, you throw an exception, but it's possible to set such a username (I assume you mean node part?). How is that?
[12:33:49] <Alex> Florob: no its not possible to set such a username
[12:34:03] <Florob> ah, I misread that
[12:34:24] <Alex> but according to saslprep it would be possible, so there is a conflict
[12:34:59] <Alex> or apply nodeprep to the username and saslprep to the password only
[12:35:18] <Florob> Alex, no there isn't. You do SASLprep on the node part of a JID. That is already nodepreped, so you'll just never get the characters that are handled differently as input to SASLprep.
[12:36:06] <Alex> Florob: thats correct if this is the way to do it, which I would prefer
[12:39:24] * tofu joined the chat.
[12:39:26] <Florob> Alex, I think it is. Maybe wait for people to come back from IETF78 there ought to some that know more definitely
[12:39:37] <Florob> +be
[12:59:01] * ravi joined the chat.
[13:00:59] * Zash left the chat.
[13:03:26] * Grom joined the chat.
[13:04:58] * Grom left the chat.
[13:05:32] * Link Mauve left the chat.
[13:05:54] * Link Mauve joined the chat.
[13:11:10] * fantasticsid joined the chat.
[13:11:41] * ravi left the chat.
[13:14:17] * teo1 joined the chat.
[13:19:33] * lastsky left the chat.
[13:21:14] * Zash joined the chat.
[14:05:27] * Zash left the chat.
[14:05:29] * Zash joined the chat.
[14:26:52] * bjc joined the chat.
[14:32:05] * Zash left the chat.
[14:32:37] * Zash joined the chat.
[14:44:15] * Zash left the chat.
[14:44:41] * Zash joined the chat.
[14:48:02] * Zash left the chat.
[14:48:06] * Zash joined the chat.
[14:53:24] * Xificurk left the chat.
[15:02:19] * nabatt left the chat.
[15:10:51] * Xificurk joined the chat.
[15:17:25] * fantasticsid left the chat.
[15:18:48] * Zash left the chat.
[15:18:54] * Zash joined the chat.
[15:21:49] * MattJ joined the chat.
[15:22:29] * Alex left the chat.
[15:30:47] * Link Mauve left the chat.
[15:31:31] * Zash left the chat.
[15:31:33] * Zash joined the chat.
[15:34:05] * Ludovic left the chat.
[15:56:27] * Guus left the chat.
[15:56:36] * waqas left the chat.
[16:01:07] * bear left the chat.
[16:04:04] * hawke joined the chat.
[16:10:34] * Ludovic joined the chat.
[16:20:09] * luca tagliaferri left the chat.
[16:28:47] * jonas joined the chat.
[16:30:50] * Florob left the chat.
[16:35:23] * john left the chat.
[16:45:40] * lilmanz311 joined the chat.
[16:45:40] * lilmanz311 left the chat.
[16:45:40] * lilmanz311 joined the chat.
[16:45:40] * lilmanz311 left the chat.
[16:47:42] * tkoski left the chat.
[16:48:14] * Kev left the chat.
[16:48:43] * Kev joined the chat.
[16:52:04] * scippio left the chat.
[16:57:05] * niekie left the chat.
[16:57:07] * niekie joined the chat.
[17:08:13] * niekie left the chat.
[17:08:15] * niekie joined the chat.
[17:08:48] * qwp0 joined the chat.
[17:19:15] * qwp0 left the chat.
[17:20:49] * Zash left the chat.
[17:35:05] * luca tagliaferri joined the chat.
[18:10:16] * scippio joined the chat.
[18:10:55] * Zash joined the chat.
[18:29:08] * luca tagliaferri left the chat.
[18:29:08] * luca tagliaferri joined the chat.
[18:34:10] * teo1 left the chat.
[18:34:12] * teo1 joined the chat.
[18:34:35] * john joined the chat.
[18:56:04] * scippio left the chat.
[18:56:17] * scippio joined the chat.
[18:56:32] * scippio left the chat.
[19:05:50] * scippio joined the chat.
[19:14:23] * scippio left the chat.
[19:14:25] * scippio joined the chat.
[19:20:59] * scippio left the chat.
[19:21:04] * scippio joined the chat.
[19:24:37] * scippio left the chat.
[19:24:42] * scippio joined the chat.
[19:27:31] * MattJ left the chat.
[19:27:32] * MattJ joined the chat.
[19:27:51] * MattJ left the chat.
[19:28:00] * MattJ joined the chat.
[19:50:06] * waqas joined the chat.
[19:52:15] * dwd left the chat.
[20:06:51] * luca tagliaferri left the chat.
[20:06:51] * luca tagliaferri joined the chat.
[20:09:13] * bjc left the chat.
[20:31:30] * Ludovic left the chat.
[20:33:05] * scippio left the chat.
[20:33:57] * scippio joined the chat.
[20:47:11] * hawke left the chat.
[20:47:35] * hawke joined the chat.
[21:09:27] * luca tagliaferri left the chat.
[21:11:04] * Tobias left the chat.
[21:13:54] * Tobias joined the chat.
[21:13:59] * Alex joined the chat.
[21:14:15] * luca tagliaferri joined the chat.
[21:14:17] * Alex_G joined the chat.
[21:15:27] * Alex_G left the chat.
[21:16:47] * Florob joined the chat.
[21:18:48] * waqas left the chat.
[21:18:53] * ermine left the chat.
[21:20:55] * teo1 left the chat.
[21:20:56] * teo1 joined the chat.
[21:26:48] * waqas joined the chat.
[21:38:12] * Treebilou left the chat.
[21:53:49] * Link Mauve joined the chat.
[22:00:09] * Alex left the chat.
[22:03:25] * Kev left the chat.
[22:32:30] * grom@jabbim.pl joined the chat.
[22:49:20] * Neustradamus left the chat.
[22:57:06] * Asterix left the chat.
[23:15:32] * Tobias left the chat.
[23:47:13] * hawke left the chat.
[23:57:14] * MattJ left the chat.
[00:15:16] * luca tagliaferri left the chat.
[00:23:59] * waqas left the chat.
[00:33:26] * john left the chat.
[00:51:41] * grom@jabbim.pl left the chat.
[00:53:43] * frank.salim joined the chat.
[00:53:43] * frank.salim left the chat.
[00:54:40] * frank.salim joined the chat.
[01:01:40] * Link Mauve left the chat.
[01:08:53] * Florob left the chat.
[01:17:08] * niekie left the chat.
[01:31:43] * Zash left the chat.
[03:14:10] * frank.salim left the chat.
[04:34:18] * jugg joined the chat.