stack-coder / pjabberd

Automatically exported from code.google.com/p/pjabberd
0 stars 1 forks source link

Router / Session Manager separation #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Idea described here: http://article.gmane.org/gmane.network.jabber.devel/29879 

Original issue reported on code.google.com by trowo...@gmail.com on 29 Mar 2008 at 4:49

GoogleCodeExporter commented 9 years ago
Reposting from link:
{{{
May I suggest that instead of a full server, you implement a XMPP  
router instead?

The difference for me is that a XMPP router does not have a session  
manager. It only has:

  * S2S: for federation;
  * XEP-0114 and XEP-0225 support.

This would allow anyone to write a component in any language they  
want, and the make it available in the XMPP network without having to  
run a full server.

This is something that I think does not exist, and that many people  
could use.
}}}

Original comment by trowo...@gmail.com on 29 Mar 2008 at 4:54