* jabberd.el (jabberd-handle): Update for new namespace handling.

This commit is contained in:
magnus.henoch@gmail.com 2012-02-03 13:22:42 +00:00
parent 4ff9b48fbe
commit faf2e9e7aa
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ arguments, the client FSM and the stanza.")
;; If so, send <stream:features>.
(when (string-match "version=[\"']" stanza)
(jabberd-send fsm
'(stream:features
()
'(features
((xmlns . "http://etherx.jabber.org/streams"))
;; Interesting implementation details
;; of jabber.el permit us to send all
;; features at once, without caring about