Feature Requests item #1819835, was opened at 2007-10-25 09:33
Message generated for change (Comment added) made by ibc_sf
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1819835&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iñaki Baz (ibc_sf)
Assigned to: Nobody/Anonymous (nobody)
Summary: [imc] Allow DB realtime

Initial Comment:
imc module uses DB tables just to store "room" and "member" after OpenSer is 
stopped. And when OpenSer start the data is moved from DB to memory.

It's makes not possible to manage rooms from an external app (a a web app 
managing imc tables).

In fact, with MESSAGE imc commands is not possible to just allow rooms with 
members of same domain. In my case I've a multidomain OpenSer and want chat 
rooms, but for now I can't disallow [EMAIL PROTECTED] creating a room with 
members of others local domains.

It would be nice if imc rooms and members could be managed via SQL by creating 
rooms and members for it and OpenSer to look into BD when imc_manager() is 
called. This is, for example, separate imc_manager() in two functions:

- imc_to_room(): A function to send the processing MESSAGE to existing rooms 
(in memory or DB). It doesn't manage #commands into MESSAGE body.

- imc_manage_chat(): A function that allow messages to manage rooms and 
members. It examines #commands into the MESSAGE body.

In this way, in my case I could just use imc_to_room() when uri=~something and 
manage rooms and members just via web.

Opinions?

Best regards.


----------------------------------------------------------------------

>Comment By: Iñaki Baz (ibc_sf)
Date: 2007-10-25 09:58

Message:
Logged In: YES 
user_id=1844020
Originator: YES

Sorry, and thanks for moving the wish to "Feature requests" section.

----------------------------------------------------------------------

Comment By: Daniel-Constantin Mierla (miconda)
Date: 2007-10-25 09:40

Message:
Logged In: YES 
user_id=1246013
Originator: NO

I think this is a feature request, rather than a bug. Please try to
identify the right section to register the issues.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1819835&group_id=139143

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to