| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Checking for `stanza.attr.xmlns == nil` to determine if the stanza
object is an actual stanza (`<message>`, `<presence>` or `<iq>` in the
`jabber:client` or `jabbber:server` namespace) or some other stream
element.
Since this mutation is not reverted, it may leak to other places and
cause them to mistreat stanzas as stream elements. Especially in cases
like MUC where a single stanza is broadcast to many recipients.
|
|
|
|
| |
VirtualHost section
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
This commit intentionally drops changes from c2b99fa134b3
and 8da11142fabf which are based on older MUC code.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from offering starttls (fixes #837)
|
|
|
|
| |
URL of the current host
|
|
|
|
| |
'cross_domain_websocket'
|
|
|
|
| |
cross_domain_websocket (fixes #652)
|
|
|
|
| |
requested WebSocket sub-protocols include XMPP
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
unsolicited" per RFC 6455 (thanks mt)
|
| |
|
| |
|
|
|
|
| |
(thanks fairuz)
|
| |
|
|
|