summaryrefslogtreecommitdiff
path: root/xmpp/xml.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/xml.go')
-rw-r--r--xmpp/xml.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/xml.go b/xmpp/xml.go
index 470a2ef..e6fccee 100644
--- a/xmpp/xml.go
+++ b/xmpp/xml.go
@@ -27,7 +27,7 @@ func runRx(ctx context.Context, chn chan<- any, conn *tls.Conn) {
if e.Name.Local == "stream" {
// new server-side stream TODO what to do with this info?
} else {
- route(&e, d, chn, getRoutingTable())
+ route(&e, d, chn)
}
case xml.EndElement:
if e.Name.Local == "stream" {