Class: XmppServer::Pusher

Inherits:
Object
  • Object
show all
Defined in:
lib/xmpp_server/push.rb

Overview

drb interface

Instance Method Summary collapse

Instance Method Details

#push(username, content) ⇒ Object



6
7
8
9
# File 'lib/xmpp_server/push.rb', line 6

def push(username, content)
	m = XmppServer::M.new(username, content)
	XmppServer::QUEUE.push m
end