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
/
lib
/
jabber.php
Age
Commit message (
Expand
)
Author
2008-08-29
split public stream to its own queue handler
Evan Prodromou
2008-08-27
correct presence in jabber function
Evan Prodromou
2008-08-27
break up monolithic xmppdaemon into multiple queue handlers
Evan Prodromou
2008-08-26
only send local messages to public XMPP stream
Evan Prodromou
2008-08-26
optionally turn encryption on or off in the XMPP connection
Evan Prodromou
2008-08-23
Prevent jabber.php error by checking key exists
CiaranG
2008-08-23
Escape profile url in xmpp in case fancy urls off (Ticket #521)
CiaranG
2008-08-22
Fixed attempt to read nonexistent match in JID regex
CiaranG
2008-07-22
Only try sending xmpp notices if xmpp is enabled
Mike Cochrane
2008-07-18
forgot the user's name in HTML output
Evan Prodromou
2008-07-18
add an HTML payload to outgoing notices
Evan Prodromou
2008-07-17
public indexers in config file
Evan Prodromou
2008-07-16
slightly better error handling
Evan Prodromou
2008-07-16
add some warnings and stuff
Evan Prodromou
2008-07-16
lost else
Evan Prodromou
2008-07-15
replies from people you're not subscribed to over Jabber
Evan Prodromou
2008-07-15
work around probs with XMPPHP library
Evan Prodromou
2008-07-14
build stanza ourselves, without library
Evan Prodromou
2008-07-14
encode special chars in atom payload
Evan Prodromou
2008-07-14
debugging changes on development server
Evan Prodromou
2008-07-14
get the msg to format
Evan Prodromou
2008-07-14
forgot to send a null for subject in XMPP message
Evan Prodromou
2008-07-13
make broadcast send notice with extra Twitter cruft
Evan Prodromou
2008-07-13
add extra Twitter cruft to jabber messages
Evan Prodromou
2008-07-09
Merge conflicts and kill a whole lot of trailing whitespace on lines.
Mike Cochrane
2008-07-09
fixup required XMPP library
Evan Prodromou
2008-07-08
replybutton.darc
mike
2008-07-07
autosubscribe for jabber
Evan Prodromou
2008-07-05
optionally queue jabber confirmations
Evan Prodromou
2008-07-05
change to use SVN version of XMPPHP
Evan Prodromou
2008-07-04
a little more error-checking in the queuedaemon
Evan Prodromou
2008-06-30
wasn't checking for notify flag
Evan Prodromou
2008-06-26
lost a couple of variables
Evan Prodromou
2008-06-26
don't bother with subscription hoohaw; just ask the user to do it
Evan Prodromou
2008-06-26
add a function to show current address
Evan Prodromou
2008-06-26
stub for jabber_is_subscribed
Evan Prodromou
2008-06-26
some UI changes to the IM settings
Evan Prodromou
2008-06-26
correct confirm code
Evan Prodromou
2008-06-26
use jabber.php more from xmppdaemon
Evan Prodromou
2008-06-26
misunderstood host versus server
Evan Prodromou
2008-06-26
handle host !
Evan Prodromou
2008-06-26
confirmation code sent by web user, not xmppdaemon
Evan Prodromou
2008-06-26
use jabber library from xmppdaemon program
Evan Prodromou
2008-06-26
subscribe before sending confirmation message
Evan Prodromou
2008-06-23
more robust handling of new JIDs
Evan Prodromou
2008-06-23
syntax error in jabber_format_notice
Evan Prodromou
2008-06-23
broadcast notices to jabber
Evan Prodromou
2008-06-23
jabber send and confirmation code
Evan Prodromou
2008-06-23
add jabber library and use it
Evan Prodromou