# File lib/jabber4r/protocol.rb, line 901 901: def add_attribute(attrib, value) 902: @attributes[attrib]=value 903: self 904: end