Displaying 1 result from an estimated 1 matches for "mygmailid".
Did you mean:
mygmail
2010 Apr 01
0
Request format from jabber simple to openfire server
...mpp4r/bytestreams''
require ''xmpp4r/roster/helper/roster''
require ''xmpp4r/roster/iq/roster''
require ''xmpp4r/vcard''
require ''xmpp4r-simple''
include Jabber
Jabber::debug = true
jid = Jabber::JID::new("mygmailid")
client = Jabber::Client::new(jid)
client.connect
client.auth("gmailpassword")
Now i want to know how to use the above piece of code to send request
to openfire server. by default the request sent using above code goes to
port "5222" which belongs to google talk....