aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/XMPP/XMPPParser.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * fleshing out XMPP entities, adding XmppWriter and XmppSerializerDr Scofield2008-06-041-34/+0
| | | | | | | | | | | | | | having spent the last couple of days wrestling with .NET XmlSerializer and trying to get it to do what is required by XMPP (RFC 3920 & 3921) this is the preliminary result of that wrestling (you should see the other guy!): XmppSerializer allows us to serialize Xmpp stanza (and theoretically deserialize [or reify] them), XmppWriter helps avoiding various gratuitous crap added in by off-the-shelf XmlSerializer. this is currently not used anywhere but the plan is to use it for at least an XMPPBridgeModule.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-6/+0
| | | | (this took a while to run).
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-1/+27
|
* * Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares2008-04-021-0/+14
needs to be updated still. * Adding some XMPP stuff that's incomplete.