Skip to content

Commit

Permalink
Might support this later, but for now this complies with the RFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakaur committed Oct 5, 2010
1 parent 4c48b85 commit d0464a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/kintara/iq.rb
Expand Up @@ -37,6 +37,8 @@ def set_iq(stanza)
case elem.name
when 'bind'
bind_resource(stanza)
when 'unbind'
stanza_error(stanza, 'feature-not-implemented', :modify)
when 'session'
fake_session(stanza)
else
Expand Down

0 comments on commit d0464a9

Please sign in to comment.