forked from GNUsocial/gnu-social
Removing MicroID as well as simplifying profileaction
sorry, forgot to commit in between
This commit is contained in:
@@ -308,11 +308,6 @@ class XmppPlugin extends ImPlugin
|
||||
return true;
|
||||
}
|
||||
|
||||
function microiduri($screenname)
|
||||
{
|
||||
return 'xmpp:' . $screenname;
|
||||
}
|
||||
|
||||
function sendMessage($screenname, $body)
|
||||
{
|
||||
$this->queuedConnection()->message($screenname, $body, 'chat');
|
||||
|
Reference in New Issue
Block a user