index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
xmppqueuehandler.php
Age
Commit message (
Expand
)
Author
2008-09-02
add reconnect handlers to main XMPP-handling scripts
Evan Prodromou
2008-08-30
switch around how XMLStream does processing
Evan Prodromou
2008-09-01
dnd -> available, just looks bad as dns
Evan Prodromou
2008-09-01
separate out presence from connection, send different presence types from que...
Evan Prodromou
2008-08-30
add some sanity-check stuff for long-running daemons
Evan Prodromou
2008-08-30
add initialization info to the queue handlers
Evan Prodromou
2008-08-30
check the state of the queue before diving in to process it
Evan Prodromou
2008-08-30
eliminate loops in forwarding
Evan Prodromou
2008-08-30
some fixes from on the jabber server
evan
2008-08-30
strtolower jids for comparison
Evan Prodromou
2008-08-30
forward messages from queuehandler to listener
Evan Prodromou
2008-08-29
many jabber queue management changes
Evan Prodromou
2008-08-29
split public stream to its own queue handler
Evan Prodromou
2008-08-27
return correct values for success in handling messages
Evan Prodromou
2008-08-27
XmppQueueHandler extends QueueHandler too
Evan Prodromou
2008-08-27
correct return values from start() in queue handlers
Evan Prodromou
2008-08-27
break up monolithic xmppdaemon into multiple queue handlers
Evan Prodromou