Sha256: cb69b99951045c0aab72e75857924ccbf4eafffc2c4ba40b8ded7326f1b4af85
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
require 'xmpp4r' require 'xmpp4r/muc' client = Jabber::Client.new('admin@myserver.co.uk/ruby') muc = Jabber::MUC::MUCClient.new(client) client.connect client.auth('admin') muc.join('room@conference.myserver.co.uk/admin') muc.configure( 'muc#roomconfig_roomname' => 'roomname', 'muc#roomconfig_persistentroom' => 1 )
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xmpp4r-0.3.2 | data/doc/xmpp4r/examples/basic/muc_owner_config.rb |