From 6416a5e1eeee3645fe756eeffa509c2da7350553 Mon Sep 17 00:00:00 2001 From: Matt Goodall Date: Sun, 8 Jul 2012 23:44:57 +0100 Subject: [PATCH] Resource binding bugs, so I don't forget. --- src/xmpp/client.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xmpp/client.go b/src/xmpp/client.go index cc28781..27fe841 100644 --- a/src/xmpp/client.go +++ b/src/xmpp/client.go @@ -229,3 +229,7 @@ type saslFailure struct { XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl failure"` Reason xml.Name `xml:",any"` } + +// BUG(matt): Implement server-side resource binding. + +// BUG(matt): Don't use "foo" as the id during resource binding.