007Traceback (most recent call last):
File "c:\python27\lib\site-packages\nbxmpp\dispatcher_nb.py", line 497, in dispatch
File "src\common\connection_handlers.py", line 1796, in _messageCB
File "src\common\nec.py", line 76, in push_incoming_event
File "src\common\nec.py", line 98, in _generate_events_based_on_incoming_event
File "src\common\connection_handlers_events.py", line 1213, in generate
File "src\session.py", line 484, in handle_negotiation
File "src\common\stanza_session.py", line 949, in accept_e2e_alice
File "src\secrets.py", line 125, in secrets
File "src\secrets.py", line 102, in load_secrets
File "c:\python27\lib\pickle.py", line 1378, in load
File "c:\python27\lib\pickle.py", line 858, in load
File "c:\python27\lib\pickle.py", line 1069, in load_inst
File "c:\python27\lib\pickle.py", line 1124, in find_class
File "src\common\demandimport.py", line 95, in _demandimport
ImportError: No module named secrets
007Traceback (most recent call last):
File "C:\Users\ATUL\AppData\Roaming\Gajim\Plugins\emoticons_pack\emoticons_pack.py", line 274, in on_notebook_switch_page
self.fill_table()
File "C:\Users\ATUL\AppData\Roaming\Gajim\Plugins\emoticons_pack\emoticons_pack.py", line 289, in fill_table
icon_file = myzip.open(filename, mode='r')
File "c:\python27\lib\zipfile.py", line 957, in open
File "c:\python27\lib\zipfile.py", line 905, in getinfo
KeyError: "There is no item named 'MacThemes2\\\\Smile.png' in the archive"
007Traceback (most recent call last):
File "C:\Users\ATUL\AppData\Roaming\Gajim\Plugins\emoticons_pack\emoticons_pack.py", line 274, in on_notebook_switch_page
self.fill_table()
File "C:\Users\ATUL\AppData\Roaming\Gajim\Plugins\emoticons_pack\emoticons_pack.py", line 289, in fill_table
icon_file = myzip.open(filename, mode='r')
File "c:\python27\lib\zipfile.py", line 957, in open
File "c:\python27\lib\zipfile.py", line 905, in getinfo
KeyError: "There is no item named 'MacThemes2\\\\Smile.png' in the archive"
Keitarohi there
KeitaroHow do I get gajim to use my proxy (using proxy65 from prosody) ?
Keitarothe thing is : I disabled the checkbox use proxy because gajim try to connect to random proxy and I don't want that. Only my own proxy on my domain ?
vornerKeitaro: Go to advanced configuration manager, search for „proxies“ and there's a list of the ones it tries. Specify only yours and then check the checkbox again.
Keitarovorner, ok ty I'll try that
Keitarotoo bad it's not automatic from the service discovery :P
Keitaroshould I specify the port too ?
vornerMany servers don't have the proxies or the proxies are not working, so this way it is more reliable
Keitarolike proxyadress:port ?
vornerno, you specify the jabber address
vornerit'll ask it for the port
Keitarook
KeitaroI'll reconnect to check.. be back
mtbut gajim has some sort of proxy detection ? because i can see it picking up my proxy
mtbut the transfers without hard coding the proxy fail for me, hard
botRSS: Feeds for Gajim
• Ticket #8032 (Contacts that are offline are listed as online with XEP-0198 enabled when …) updated
Beyond the scenario outlined above this also happens with multiple resources.
I am connected with two instances for my account, having a conversation with another user. One of the machines enters standby, gajim does not remove the disconnected instance.
The problem becomes visible for both pa[…]
https://trac.gajim.org/ticket/8032#comment:1
botRSS: Feeds for Gajim
• Ticket #8142 (Penisvergrößerung - How to Make Your Penis Bigger For Better Sex) created
A Size Gainer Pro Supplements might be carried out with or without surgical intervention. A Penisvergrößung with out surgical treatment is often reached through the so-called vacuum pump or simply a penis stretcher. Operationally a Penisvergrößung by way of a prolonged incision within the location with the penis or from the take care of with the tape in between the pubi[…]
https://trac.gajim[…]
linusHi, I'm trying to debug some interoperability issues with another client, and was wondering what exactly goes in the XML input textbox on the XML console? I see there are buttons for IQ etc, what exactly do they do?
linusOh right, maybe clicking it would have been useful :) I see that it's just a template thing
Link Mauvelinus, this is some standard XMPP, you can read the RFCs and the XEPs you are interested in, or ask away if you are looking for something specific.
linusI was just wondering how to use the XML input thing and what the IQ/Presence/Message buttons were for, I've understood now. It just wasn't obvious that they were template buttons
Link Mauve^^
linusAm I making a silly typo here?
abort: repository https://hg.gajim.org/python-nbxmpp not found!
linuscommand being hg clone https://hg.gajim.org/python-nbxmpp
linusOK, I don't understand it. I retyped the command and it worked. There must have been an invisible character there or something.
linusSo I've made some minor changes to nbxmpp to get the tests working in py3k, how should I go about submitting a patch?
Asterixha nice! thanks for that
Asterixopening a ticket on the trac is a good way to do that
linusand how do I get the contents including metadata of the patch? I've done an hg commit, but I'm used to git so I don't know how to get a patch from that :)
Asterixhg export
linusah right, thanks
linusand there it is https://trac.gajim.org/attachment/ticket/8143/
Asterixha ... there is a trac for nbxmpp:
https://python-nbxmpp.gajim.org/
linusoh, there is? then why is there the nbxmppy component on gajim's trac?
Asterixit was when the lib was not separate ...
Asterixnow hard to remove this component because of the already opened tickets
linusah right
botRSS: Feeds for Gajim
• Ticket #8143 (Fix tests on py3k) created
Also add checks to keep the code working without GLib.
https://trac.gajim.org/ticket/8143
• test-py3k.patch attached to Ticket #8143
Patch
https://trac.gajim.org/attachment/ticket/8143/test-py3k.patch
linusoh, we have a bot for that too? OK. Anyway, submitted the patch on nbxmpp