Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

Introduction to XMPP and XMPP4R for Ruby Developers

Custom Programming, Web Articles for Dummies, Web Server

As Wikipedia says, XMPP is “an open, XML-inspired protocol for near-real-time, extensible instant messaging and presence information.” It’s used by Jabber, the Gizmo Project, Google Talk, Pidgin, Kopete, and all sorts of open source instant messaging applications..

XMPP support in Ruby comes, primarily, from the XMPP4R library (Jabber4R and Net::XMPP are both semi-abandoned), and Frank Lamontagne (of Ruby Fleebie) has written a two part tutorial / guide to using XMPP4R to integrate with Instant Messaging systems..

Full article: http://www.rubyinside.com

License: Creative Commons Attribution-Share Alike 2.0 UK: England & Wales

Add to any service

Indexed in June 2008

Related Info Web

  • NetBeans 6, Ruby, and Rails: A Surprisingly Effective Combination
  • For far too long Ruby has lacked a development environment that supported important features developers in other languages now take for granted: code completion; refactoring; platform-independence; and speed.. Getting started with Ruby, Rails and NetBeans is as easy as downloading the installer and running it. ... Full article: http://depth-first.com License: Creative Commons Attribution-Share Alike 3.0 United States...

  • Ruby on Rails, Django, and other software crusades
  • As I suggested in an earlier post, I’d like to discuss the choices that we as software developers have when it comes to implementing applications. These choices can be as fundamental as your programming language, your choice of tools, such as your IDE, or the libraries you use, such as your ORM or AJAX choice.. .. They are not new, and they...

  • Design Principles in Ruby on Rails
  • Within the last few years Ruby on Rails (RoR or just simply Rails) has gained great popularity in the way people develop web applications. It offers web developers to make an architecturally clean web application at a relatively faster time, compared to many existing technologies known. By clean architecture, I mean an application that you could painlessly maintain, change, and...

  • Ajax and Ruby on Rails
  • Selecting a framework for Ajax could be considered like placing a simple layer on top of a strong framework. Ajax and another framework are considered as two separate entities that will almost not touch each other.. .. But that parallelism between Ajax and their framework is not seen when you use Ruby on Rails. The Ajax and Ruby on Rails becomes one...

  • Better Performance for Ruby on Rails
  • Everyone knows how good "Ruby on Rails" is from the point of view of developing, maintaining and deploying applications easily and quickly. But the one question that every one seems to be asking "Is "Ruby on Rails" scalable?".. .. These are some tips that can help increase the performance of your application. With this you should be able to at least improve...