summaryrefslogtreecommitdiff
path: root/lib/jabber.php
AgeCommit message (Expand)Author
2008-08-26optionally turn encryption on or off in the XMPP connectionEvan Prodromou
2008-08-23Prevent jabber.php error by checking key existsCiaranG
2008-08-23Escape profile url in xmpp in case fancy urls off (Ticket #521)CiaranG
2008-08-22Fixed attempt to read nonexistent match in JID regexCiaranG
2008-07-22Only try sending xmpp notices if xmpp is enabledMike Cochrane
2008-07-18forgot the user's name in HTML outputEvan Prodromou
2008-07-18add an HTML payload to outgoing noticesEvan Prodromou
2008-07-17public indexers in config fileEvan Prodromou
2008-07-16slightly better error handlingEvan Prodromou
2008-07-16add some warnings and stuffEvan Prodromou
2008-07-16lost elseEvan Prodromou
2008-07-15replies from people you're not subscribed to over JabberEvan Prodromou
2008-07-15work around probs with XMPPHP libraryEvan Prodromou
2008-07-14build stanza ourselves, without libraryEvan Prodromou
2008-07-14encode special chars in atom payloadEvan Prodromou
2008-07-14debugging changes on development serverEvan Prodromou
2008-07-14get the msg to formatEvan Prodromou
2008-07-14forgot to send a null for subject in XMPP messageEvan Prodromou
2008-07-13make broadcast send notice with extra Twitter cruftEvan Prodromou
2008-07-13add extra Twitter cruft to jabber messagesEvan Prodromou
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-09fixup required XMPP libraryEvan Prodromou
2008-07-08replybutton.darcmike
2008-07-07autosubscribe for jabberEvan Prodromou
2008-07-05optionally queue jabber confirmationsEvan Prodromou
2008-07-05change to use SVN version of XMPPHPEvan Prodromou
2008-07-04a little more error-checking in the queuedaemonEvan Prodromou
2008-06-30wasn't checking for notify flagEvan Prodromou
2008-06-26lost a couple of variablesEvan Prodromou
2008-06-26don't bother with subscription hoohaw; just ask the user to do itEvan Prodromou
2008-06-26add a function to show current addressEvan Prodromou
2008-06-26stub for jabber_is_subscribedEvan Prodromou
2008-06-26some UI changes to the IM settingsEvan Prodromou
2008-06-26correct confirm codeEvan Prodromou
2008-06-26use jabber.php more from xmppdaemonEvan Prodromou
2008-06-26misunderstood host versus serverEvan Prodromou
2008-06-26handle host !Evan Prodromou
2008-06-26confirmation code sent by web user, not xmppdaemonEvan Prodromou
2008-06-26use jabber library from xmppdaemon programEvan Prodromou
2008-06-26subscribe before sending confirmation messageEvan Prodromou
2008-06-23more robust handling of new JIDsEvan Prodromou
2008-06-23syntax error in jabber_format_noticeEvan Prodromou
2008-06-23broadcast notices to jabberEvan Prodromou
2008-06-23jabber send and confirmation codeEvan Prodromou
2008-06-23add jabber library and use itEvan Prodromou