net.xmppserver_listener: Set default namespace to jabber:server
|
Matthew Wild |
2009-03-21 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
Change xmlhandlers to match stream opening tag with ns+tag
|
Matthew Wild |
2008-12-16 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Fix blank tracebacks for c2s/s2s connections
|
Matthew Wild |
2008-12-10 |
stanza_dispatch != dispatch_stanza
|
Matthew Wild |
2008-12-07 |
Typo in variable name in last commit
|
Matthew Wild |
2008-12-07 |
stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listeners, and sessionmanager for the new syntax
|
Matthew Wild |
2008-12-07 |
Code tidying for xmpp{client,server}_listeners
|
Matthew Wild |
2008-12-06 |
Disconnect with stream errors on bad XML, or invalid stream namespace
|
Matthew Wild |
2008-12-05 |
Abstract xmlhandlers a bit more, also add error callbacks
|
Matthew Wild |
2008-12-04 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
No more reading 1 byte at a time from sockets
|
Matthew Wild |
2008-11-28 |
(Basic) IDNA and SRV fallback support
|
Matthew Wild |
2008-11-26 |
Fix a waqas copy/paste error. It was my fault again apparently.
|
Matthew Wild |
2008-11-26 |
Wrapped a core_process_stanza call in an xpcall call
|
Waqas Hussain |
2008-11-26 |
Incorrect function set as callback
|
Matthew Wild |
2008-11-19 |
session:disconnect() -> session:close() for consistency with other Lua APIs
|
Matthew Wild |
2008-11-18 |
Quite some changes, to:
|
Matthew Wild |
2008-11-18 |
s2s sessions can now be disconnected, with or without a stream error. Fixes #8
|
Matthew Wild |
2008-11-18 |
Actually show error and position when we show a traceback :)
|
Matthew Wild |
2008-11-09 |
Committing code to get nicer tracebacks for errors, also we no longer consider such errors fatal (probably a bad thing, I know...)
|
Matthew Wild |
2008-11-08 |
Clean up session when s2s connections are disconnected
|
Matthew Wild |
2008-10-24 |
s2s works! \o/ \o/
s2s
|
Matthew Wild |
2008-10-24 |