# File lib/jabber4r/protocol.rb, line 1087 1087: def add_attribute(name, value) 1088: @attributes[name]=value 1089: self 1090: end