Quote:
|
Originally Posted by DeadZen Okay... if you're up to it... here's what I'm thinking
I just purchased MAL.
Gives access levels to certain modules.
(Hint: I will purchase things that are kick ***) |
I only do free stuff
Quote:
What would be great is a module, object oriented
so it could be extended upon so that jabber would
run as a server allowing users to connect that were
valid mambo users. Then... the server could query it
to see if the users status is online... it could query it
further for a buddy list and have that displayed...
|
This has nothing to do with Mambo, the only link between the two would be a modification of the Jabber server to authenticate against the MOS user table. Bearing in mind you can already use Jabber with MySQL as the backend that could be as simple as changing a single SQL statement.
Quote:
|
users could send messages to the jabber messenger from jabber clients or the web application. Since jabberuses transports... that could allow 1 instance to relay privately, aol, msn, etc...
|
The client needs no integration whatsoever into Mambo as all the work is done server side. I'd just embed a Java client in a Mambo component (like I did with MOSPJIRC).
Or do I misunderstand you?