aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppserver_listener.lua
Commit message (Expand)AuthorAgeFilesLines
* xmpp{server,client}_listener: Fix global accessesMatthew Wild2009-04-221-3/+4
* xmppserver_listener: Add session:close() method to outgoing s2s connections tooMatthew Wild2009-04-121-1/+2
* MergeMatthew Wild2009-04-101-0/+2
* net.xmppserver_listener: Set default namespace to jabber:serverMatthew Wild2009-03-211-1/+3
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Change xmlhandlers to match stream opening tag with ns+tagMatthew Wild2008-12-161-1/+1
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Fix blank tracebacks for c2s/s2s connectionsMatthew Wild2008-12-101-1/+1
* stanza_dispatch != dispatch_stanzaMatthew Wild2008-12-071-1/+1
* Typo in variable name in last commitMatthew Wild2008-12-071-1/+1
* stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listener...Matthew Wild2008-12-071-3/+1
* Code tidying for xmpp{client,server}_listenersMatthew Wild2008-12-061-18/+12
* Disconnect with stream errors on bad XML, or invalid stream namespaceMatthew Wild2008-12-051-2/+14
* Abstract xmlhandlers a bit more, also add error callbacksMatthew Wild2008-12-041-3/+3
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* No more reading 1 byte at a time from socketsMatthew Wild2008-11-281-1/+1
* (Basic) IDNA and SRV fallback supportMatthew Wild2008-11-261-3/+8
* Fix a waqas copy/paste error. It was my fault again apparently.Matthew Wild2008-11-261-0/+1
* Wrapped a core_process_stanza call in an xpcall callWaqas Hussain2008-11-261-1/+1
* Incorrect function set as callbackMatthew Wild2008-11-191-1/+2
* session:disconnect() -> session:close() for consistency with other Lua APIsMatthew Wild2008-11-181-2/+2
* Quite some changes, to:Matthew Wild2008-11-181-9/+9
* s2s sessions can now be disconnected, with or without a stream error. Fixes #8Matthew Wild2008-11-181-0/+34
* Actually show error and position when we show a traceback :)Matthew Wild2008-11-091-1/+1
* Committing code to get nicer tracebacks for errors, also we no longer conside...Matthew Wild2008-11-081-2/+7
* Clean up session when s2s connections are disconnectedMatthew Wild2008-10-241-0/+8
* Partial s2s commitMatthew Wild2008-10-241-0/+95