Removing MicroID as well as simplifying profileaction

sorry, forgot to commit in between
This commit is contained in:
Mikael Nordfeldth
2015-07-14 16:52:20 +02:00
parent e868ac41cd
commit 01a4ab30dc
12 changed files with 33 additions and 236 deletions

View File

@@ -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');