Jon-man Cheung wrote: > I am writing a Jabber client that will have the ability to share documents > and pass messages telling other clients what files are available. > Can anyone tell me whether it is necessary to write a server, or will a > suitably written client be able to handle the messages i want to pass?
You don't need to write a server to implement this. Just add some extensions to various message or iq stanzas, and write a client which can interpret them. The server will pass along all data it doesn't "understand" as long as you use one of the 3 primary stanzas (message and iq-s seem most appropriate for this type of thing though). pgm. _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
