ImagePlugin. add nbxmpp support

This commit is contained in:
Denis Fomin
2012-12-26 16:35:49 +04:00
parent ce0d57d183
commit 0c1b1395b4
2 changed files with 3 additions and 2 deletions

View File

@@ -8,9 +8,10 @@ import urllib2
import chat_control
from plugins import GajimPlugin
from plugins.helpers import log_calls
from common.xmpp.protocol import NS_XHTML_IM
from dialogs import ImageChooserDialog, ErrorDialog
NS_XHTML_IM = 'http://jabber.org/protocol/xhtml-im' # XEP-0071
class ImagePlugin(GajimPlugin):
@log_calls('ImagePlugin')

View File

@@ -1,7 +1,7 @@
[info]
name: Image
short_name: image
version: 0.4
version: 0.5
description: This plugin is designed to send a small(0 - 40 kb) graphic image to your contact.
Client on the other side must support XEP-0071: XHTML-IM and maintain the scheme data: URI.
Psi+ and Jabbim supported this.