Logs for jabber

Show join/part/nick changes:

[00:03:49] * pubuntu left the chat.
[00:22:10] * psa left the chat.
[00:27:20] * psa joined the chat.
[00:35:24] * psa left the chat.
[00:35:31] * psa joined the chat.
[01:30:28] * M joined the chat.
[01:30:35] * M left the chat.
[01:31:04] * M joined the chat.
[02:06:07] * M left the chat.
[02:06:10] * M joined the chat.
[02:07:18] * psa left the chat.
[02:08:32] * M left the chat.
[02:32:45] * KiDo joined the chat.
[02:45:15] * darkrain joined the chat.
[02:46:19] * sono joined the chat.
[02:49:24] * sono left the chat.
[03:21:12] * dynam1te joined the chat.
[03:26:24] * darkrain left the chat.
[04:07:03] * test joined the chat.
[04:18:38] * test left the chat.
[04:27:37] * KiDo left the chat.
[05:51:02] * harlock joined the chat.
[05:54:39] * darkrain joined the chat.
[06:29:03] * Alex joined the chat.
[06:37:15] * law.2013 joined the chat.
[06:37:36] * law.2013 left the chat.
[06:39:55] * John Salmond joined the chat.
[06:41:25] * vilius joined the chat.
[06:42:38] * John Salmond left the chat.
[06:43:00] * law.2013 joined the chat.
[06:43:23] * law.2013 left the chat.
[06:55:41] * law.2013 joined the chat.
[06:56:25] * law.2013 left the chat.
[06:59:16] * law.2013 joined the chat.
[06:59:50] * law.2013 left the chat.
[07:03:59] * yuppinturic joined the chat.
[07:26:02] * KiDo joined the chat.
[07:53:35] * tariq joined the chat.
[08:04:32] * tariq left the chat.
[08:32:28] * tester joined the chat.
[08:35:44] * tester left the chat.
[09:16:04] * KiDo left the chat.
[09:16:28] * KiDo joined the chat.
[09:27:36] * vilius left the chat.
[09:28:06] * ThurahT left the chat.
[09:31:18] * ThurahT joined the chat.
[09:32:54] * vilius joined the chat.
[09:38:29] * KiDo left the chat.
[10:05:24] * nomadofnorad left the chat.
[10:07:51] * testcm joined the chat.
[10:09:58] * testcm left the chat.
[10:13:56] * vilius left the chat.
[10:14:58] * vilius joined the chat.
[10:21:50] * harlock left the chat.
[10:23:17] * harlock joined the chat.
[10:32:41] * yuppinturic left the chat.
[10:37:00] * yuppinturic joined the chat.
[11:19:25] * mpranj joined the chat.
[11:19:43] * RooT joined the chat.
[11:23:02] * RooT left the chat.
[12:36:02] * sarvoth joined the chat.
[12:36:09] <sarvoth> hello
[12:36:16] <sarvoth> is there anyone here ?
[12:37:18] <sarvoth> ive got a question about jabber
[12:37:25] <sarvoth> in particular room creation
[12:38:34] <vilius> you should just ask
[12:38:56] <sarvoth> oh ok
[12:39:06] <sarvoth> so im creating a webrtc/ xmpp application at this moment
[12:39:13] <sarvoth> and im stuck on room creation via javascript
[12:39:23] <sarvoth> im using the Strophe client to tlak with my ejabberd server
[12:39:39] <sarvoth> im following the xmpp documentation
[12:40:17] <sarvoth> to create my room as a user on my webpage i just send a join stanza to a non existant room and my jabber server creates the room
[12:40:20] <sarvoth> no problems there
[12:40:57] <sarvoth> but if i 'create' a room with a password the server ignores the fact that i added a password and still creates a public room instead of passwordprotected one
[12:41:04] <sarvoth> this is where my problem is
[12:41:28] <sarvoth> maybe someone here could show me the correct stanza to join/create a room with a password
[12:41:31] <sarvoth> please
[12:43:22] <vilius> sarvoth: I'd try troubleshooting with a working client. If it fails with a client that is known to work (e.g. tested with another server), then the problem is with the server. If it succeeds - compare what the client does differently from your implementation.
[12:43:39] * harlock left the chat.
[12:43:45] <Alex> Iguess you have to request the room configuration form and configure all paramaters including your password
[12:44:10] <sarvoth> @ vilius ill try that first
[12:44:36] <sarvoth> @alex u mean i create the room and instantly after that i get his conf and add a password and send the new room configuration to server agan /
[12:44:55] <Alex> do you send teh whole configuration?
[12:45:01] <Alex> can you past your xml logs?
[12:45:21] <Alex> only the password is not enought, you need the whole room configuration from
[12:45:25] <sarvoth> at this moment i just send a join room stanza and the server creates the server
[12:45:33] <sarvoth> oh ok
[12:47:04] <Alex> sarvoth: see here: http://xmpp.org/extensions/xep-0045.html#roomconfig
[12:47:34] <Alex> for developer questions jdev@conference.jabber.org is the better place
[12:48:11] <sarvoth> can i still paste the stanza im sending ?
[12:48:14] <sarvoth> the xml*
[12:48:54] <Alex> yes you can, use pastebin when possible
[12:49:16] <Alex> and also paste the result of the server in reply to your query
[12:49:48] <sarvoth> http://pastebin.com/jRMtEMTx
[12:50:07] <sarvoth> ok it already seems im doing it completely wrong to add a password to a server
[12:50:18] <Alex> yes you are ;-)
[12:50:40] <sarvoth> but that stanza will work if u just want to join an existing room right ?
[12:50:40] <Alex> this is when you want to join a password protected room, then you supply the pass with your join room stanza
[12:50:44] <sarvoth> ok
[12:50:58] <sarvoth> so i ask for configuration and i change it and post it back to the server
[12:51:20] <sarvoth> then when i get the info for that room afterwards ill see its password protected
[12:51:26] <Alex> after the room is creted without pass, request the configuration form, and enable password protection there
[12:51:31] <sarvoth> ok cool
[12:51:38] <sarvoth> thanks guys i was stuck on this for a while
[12:52:09] <sarvoth> but i love the way the xml messages control the whole flow of the server. really love to work with jabber
[12:52:25] <sarvoth> back to development
[12:53:36] <Alex> have fun fun ;-)
[12:53:39] <sarvoth> joined other room also meanwhile for futur purposes
[12:53:46] <sarvoth> future*
[12:56:54] * naw joined the chat.
[13:40:09] * naw left the chat.
[14:08:21] * mpranj left the chat.
[14:14:31] * MattJ joined the chat.
[14:22:28] * Alex left the chat.
[14:39:02] * mpranj joined the chat.
[14:40:57] * mpranj left the chat.
[15:32:58] * psa joined the chat.
[15:43:27] * sarvoth left the chat.
[15:49:34] * Alex joined the chat.
[16:10:23] * yuppinturic left the chat.
[16:30:25] * tfallon joined the chat.
[16:30:25] * tfallon left the chat.
[16:30:25] * tfallon joined the chat.
[16:30:25] * tfallon left the chat.
[16:32:24] * tfallon joined the chat.
[16:37:28] * Alex left the chat.
[16:44:09] * pubuntu joined the chat.
[16:47:26] * Alex joined the chat.
[16:48:17] * law.2013 joined the chat.
[16:53:29] * pubuntu left the chat.
[16:55:23] * vilius left the chat.
[16:58:54] * law.2013 left the chat.
[17:19:25] * Z_God joined the chat.
[17:19:53] * nomadofnorad joined the chat.
[17:19:53] * nomadofnorad left the chat.
[17:21:25] * nomadofnorad joined the chat.
[17:30:11] * psa left the chat.
[17:43:14] * jod--86 joined the chat.
[17:46:30] * pengwen left the chat.
[17:46:36] * pengwen joined the chat.
[17:46:47] * jod--86 left the chat.
[18:37:06] * psa joined the chat.
[18:55:05] * pubuntu joined the chat.
[19:09:19] * naw joined the chat.
[19:54:50] * yuppinturic joined the chat.
[20:20:01] * yuppinturic left the chat.
[20:23:10] * yuppinturic joined the chat.
[20:32:32] * Z_God left the chat.
[20:34:38] * Alex left the chat.
[21:01:51] * psa left the chat.
[22:08:23] * MattJ left the chat.
[22:10:19] * pubuntu left the chat.
[22:10:25] * pubuntu joined the chat.
[22:12:20] * pubuntu left the chat.
[22:13:15] * pubuntu joined the chat.
[22:17:15] * naw left the chat.