You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(4) |
Feb
|
Mar
|
Apr
(5) |
May
(11) |
Jun
|
Jul
|
Aug
(7) |
Sep
(17) |
Oct
(4) |
Nov
(1) |
Dec
(10) |
2005 |
Jan
(9) |
Feb
(10) |
Mar
(3) |
Apr
(4) |
May
(12) |
Jun
(24) |
Jul
(22) |
Aug
(29) |
Sep
(74) |
Oct
(47) |
Nov
(25) |
Dec
(22) |
2006 |
Jan
(36) |
Feb
(9) |
Mar
(36) |
Apr
(33) |
May
(39) |
Jun
(9) |
Jul
(18) |
Aug
(18) |
Sep
(26) |
Oct
(48) |
Nov
(14) |
Dec
(9) |
2007 |
Jan
(10) |
Feb
(2) |
Mar
(9) |
Apr
(3) |
May
(9) |
Jun
|
Jul
(12) |
Aug
(20) |
Sep
|
Oct
(16) |
Nov
(4) |
Dec
(21) |
2008 |
Jan
(32) |
Feb
(11) |
Mar
(4) |
Apr
(13) |
May
(13) |
Jun
(16) |
Jul
(1) |
Aug
(8) |
Sep
(9) |
Oct
(23) |
Nov
(7) |
Dec
|
2009 |
Jan
(17) |
Feb
(11) |
Mar
(35) |
Apr
(10) |
May
(8) |
Jun
(14) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
(2) |
Nov
|
Dec
(5) |
2010 |
Jan
(15) |
Feb
(4) |
Mar
|
Apr
|
May
(5) |
Jun
(4) |
Jul
(3) |
Aug
(1) |
Sep
(10) |
Oct
(2) |
Nov
(8) |
Dec
(3) |
2011 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(4) |
Sep
|
Oct
|
Nov
(4) |
Dec
(1) |
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
(5) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(1) |
Nov
(14) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Norman R. <no...@ra...> - 2009-03-26 13:03:40
|
the sample I gave was for events (xep-0022), here's the sample for chatstates (xep-0085): send: as before: m = Message(typ='chat',frm = fromAddress, to=toAddress,body=messageBody) add this: m.setTag('active',namespace=NS_CHATSTATES) detect: composing = messageEvent.getTag('composing',namespace=NS_CHATSTATES) hope that helps On Thu, Mar 26, 2009 at 2:44 PM, Vikas Singhal <vik...@gm...>wrote: > And how will I do that. please guide! > > 2009/3/26 Norman Rasmussen <no...@ra...> > >> sometimes clients will only generate the events when they detect that you >> support them, so often you have to have sent at least one message with >> 'active' to enable it. >> >> >> 2009/3/26 Vikas Singhal <vik...@gm...> >> >> I am able to see the events (composing, paused etc... ) in my logs from >>> the pidgin client but for the gtalk users its not appearing. any clues? >>> >>> >>> On Thu, Mar 26, 2009 at 4:30 PM, Yann Leboulanger <as...@la...>wrote: >>> >>>> Vikas Singhal a écrit : >>>> > I can only see 'chat' and 'error' in my message call back function. I >>>> am >>>> > not seeing any "composing" or "paused" state. >>>> > >>>> > Any idea why? >>>> > >>>> > I registered the message handler as >>>> > : connection.RegisterHandler('message', messageCB) >>>> >>>> as I already told you, look at XEP-0085: >>>> http://www.xmpp.org/extensions/xep-0085.html >>>> >>>> -- >>>> Yann >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> _______________________________________________ >>>> Xmpppy-devel mailing list >>>> Xmp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Xmpppy-devel mailing list >>> Xmp...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>> >>> >> >> >> -- >> - Norman Rasmussen >> - Email: no...@ra... >> - Home page: http://norman.rasmussen.co.za/ >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Norman R. <no...@ra...> - 2009-03-26 12:35:09
|
sometimes clients will only generate the events when they detect that you support them, so often you have to have sent at least one message with 'active' to enable it. 2009/3/26 Vikas Singhal <vik...@gm...> > I am able to see the events (composing, paused etc... ) in my logs from the > pidgin client but for the gtalk users its not appearing. any clues? > > > On Thu, Mar 26, 2009 at 4:30 PM, Yann Leboulanger <as...@la...>wrote: > >> Vikas Singhal a écrit : >> > I can only see 'chat' and 'error' in my message call back function. I am >> > not seeing any "composing" or "paused" state. >> > >> > Any idea why? >> > >> > I registered the message handler as >> > : connection.RegisterHandler('message', messageCB) >> >> as I already told you, look at XEP-0085: >> http://www.xmpp.org/extensions/xep-0085.html >> >> -- >> Yann >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Vikas S. <vik...@gm...> - 2009-03-26 12:12:22
|
I am able to see the events (composing, paused etc... ) in my logs from the pidgin client but for the gtalk users its not appearing. any clues? On Thu, Mar 26, 2009 at 4:30 PM, Yann Leboulanger <as...@la...>wrote: > Vikas Singhal a écrit : > > I can only see 'chat' and 'error' in my message call back function. I am > > not seeing any "composing" or "paused" state. > > > > Any idea why? > > > > I registered the message handler as > > : connection.RegisterHandler('message', messageCB) > > as I already told you, look at XEP-0085: > http://www.xmpp.org/extensions/xep-0085.html > > -- > Yann > > > ------------------------------------------------------------------------------ > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > |
From: Norman R. <no...@ra...> - 2009-03-26 12:08:58
|
try: xevent = messageEvent.getTag('x',namespace=NS_EVENT) states = xevent.getChildren() 2009/3/26 Vikas Singhal <vik...@gm...> > I can only see 'chat' and 'error' in my message call back function. I am > not seeing any "composing" or "paused" state. > Any idea why? > > I registered the message handler as : connection.RegisterHandler('message', > messageCB) > > - Vikas > > On Thu, Mar 26, 2009 at 1:56 PM, Yann Leboulanger <as...@la...>wrote: > >> Vikas Singhal wrote: >> > Got it working.. used the presence handler which supplied the JID of >> > buddies being online/offline. >> > >> > Another question.. How to register a handler for the "<friend> is >> > typing.." kind of a thing. >> >> it's a <message> stanza, so register to the message type of stanza, and >> parse it to know if someone is typing. see XEP-0085 >> >> -- >> Yann >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Yann L. <as...@la...> - 2009-03-26 11:23:06
|
Vikas Singhal a écrit : > I can only see 'chat' and 'error' in my message call back function. I am > not seeing any "composing" or "paused" state. > > Any idea why? > > I registered the message handler as > : connection.RegisterHandler('message', messageCB) as I already told you, look at XEP-0085: http://www.xmpp.org/extensions/xep-0085.html -- Yann |
From: Vikas S. <vik...@gm...> - 2009-03-26 10:57:40
|
I can only see 'chat' and 'error' in my message call back function. I am not seeing any "composing" or "paused" state. Any idea why? I registered the message handler as : connection.RegisterHandler('message', messageCB) - Vikas On Thu, Mar 26, 2009 at 1:56 PM, Yann Leboulanger <as...@la...>wrote: > Vikas Singhal wrote: > > Got it working.. used the presence handler which supplied the JID of > > buddies being online/offline. > > > > Another question.. How to register a handler for the "<friend> is > > typing.." kind of a thing. > > it's a <message> stanza, so register to the message type of stanza, and > parse it to know if someone is typing. see XEP-0085 > > -- > Yann > > > ------------------------------------------------------------------------------ > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > |
From: Norman R. <no...@ra...> - 2009-03-26 09:13:27
|
2009/3/26 Vikas Singhal <vik...@gm...> > Nope! No luck! even the documentation says.. getResources(self, jid).. > that means it needs a jid instead of a bareJID, do you have any idea? :D > >> when I do : connection.getRoster().getItems(), it yields me bare JID of >>> all the buddies, which cannot be passed to >>> connection.Roster.getStatus(<JID>), which asks for full JID (including >>> resource). >>> >> actually all of those functions will accept a bareJID - if a bareJID is passed then, it will return the data for the online resource with the highest priority. (This only works if the Roster was plugged into the connection, so that it can track Presence) -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Yann L. <as...@la...> - 2009-03-26 08:45:45
|
Vikas Singhal wrote: > Got it working.. used the presence handler which supplied the JID of > buddies being online/offline. > > Another question.. How to register a handler for the "<friend> is > typing.." kind of a thing. it's a <message> stanza, so register to the message type of stanza, and parse it to know if someone is typing. see XEP-0085 -- Yann |
From: Vikas S. <vik...@gm...> - 2009-03-26 08:03:42
|
Got it working.. used the presence handler which supplied the JID of buddies being online/offline. Another question.. How to register a handler for the "<friend> is typing.." kind of a thing. - Vikas On Thu, Mar 26, 2009 at 10:20 AM, Vikas Singhal <vik...@gm...>wrote: > Hi Norman, > Nope! No luck! even the documentation says.. getResources(self, jid).. > that means it needs a jid instead of a bareJID, do you have any idea? :D > > - Vikas > > 2009/3/26 Norman Rasmussen <no...@ra...> > >> try: roster.getResources(baseJID) to get a list of connected resources for >> the bareJID (which you can then make baseJID/resource, to fetch the >> priority, show, and status) >> >> 2009/3/25 Vikas Singhal <vik...@gm...> >> >>> Hi All, >>> I am trying to fetch the status of all contacts in roster. >>> >>> when I do : connection.getRoster().getItems(), it yields me bare JID of >>> all the buddies, which cannot be passed to >>> connection.Roster.getStatus(<JID>), which asks for full JID (including >>> resource). >>> >>> Any idea how to do it? >>> >>> - Vikas >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Xmpppy-devel mailing list >>> Xmp...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>> >>> >> >> >> -- >> - Norman Rasmussen >> - Email: no...@ra... >> - Home page: http://norman.rasmussen.co.za/ >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > |
From: Vikas S. <vik...@gm...> - 2009-03-26 04:50:32
|
Hi Norman, Nope! No luck! even the documentation says.. getResources(self, jid).. that means it needs a jid instead of a bareJID, do you have any idea? :D - Vikas 2009/3/26 Norman Rasmussen <no...@ra...> > try: roster.getResources(baseJID) to get a list of connected resources for > the bareJID (which you can then make baseJID/resource, to fetch the > priority, show, and status) > > 2009/3/25 Vikas Singhal <vik...@gm...> > >> Hi All, >> I am trying to fetch the status of all contacts in roster. >> >> when I do : connection.getRoster().getItems(), it yields me bare JID of >> all the buddies, which cannot be passed to >> connection.Roster.getStatus(<JID>), which asks for full JID (including >> resource). >> >> Any idea how to do it? >> >> - Vikas >> >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > > > -- > - Norman Rasmussen > - Email: no...@ra... > - Home page: http://norman.rasmussen.co.za/ > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > |
From: Norman R. <no...@ra...> - 2009-03-25 21:32:57
|
try: roster.getResources(baseJID) to get a list of connected resources for the bareJID (which you can then make baseJID/resource, to fetch the priority, show, and status) 2009/3/25 Vikas Singhal <vik...@gm...> > Hi All, > I am trying to fetch the status of all contacts in roster. > > when I do : connection.getRoster().getItems(), it yields me bare JID of > all the buddies, which cannot be passed to > connection.Roster.getStatus(<JID>), which asks for full JID (including > resource). > > Any idea how to do it? > > - Vikas > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Norman R. <no...@ra...> - 2009-03-25 21:28:33
|
I can't remember exactly the way the yahoo transport works, but the idea would be that the buddy gets a friend request from your yahoo address (that you registered with the transport). So the Yahoo! buddy has no way of knowing you're using Jabber. Of course, this is entirely optional, and I'm not sure if the Yahoo! transport actually supports it properly :-) The Yahoo! transport works in the same way that all the other (MSN,AIM,ICQ) transports work, so you can refer to their (rather sparse) documentation too. 2009/3/25 Vikas Singhal <vik...@gm...> > So does that mean if I add a Yahoo! Buddy in my roster, then that Yahoo! > buddy will not receive a friend request either. ?? > Its little confusing, if you have some documentation please provide and I > will stop bugging :D > > 2009/3/25 Norman Rasmussen <no...@ra...> > >> The transport allows you to connect to the Yahoo! network using an >> existing Yahoo! account. The Yahoo! network thinks you're connecting using >> that normal Yahoo! account, and doesn't know anything about Jabber. Yahoo! >> contacts will show up as >> id%yah...@ya...<id%25y...@ya...>on your jabber roster. >> >> >> 2009/3/25 Vikas Singhal <vik...@gm...> >> >>> When i am trying to chat to Yahoo! contacts in my buddy list in Psi, its >>> asking for authorization for those contacts too! Now.. How i am gonna do >>> that. Please help! >>> >>> >>> On Wed, Mar 25, 2009 at 4:41 PM, Vikas Singhal < >>> vik...@gm...> wrote: >>> >>>> Does this mean that .. In my Yahoo! messenger.. I won't be able to add >>>> my...@my... JID? >>>> >>>> 2009/3/25 Norman Rasmussen <no...@ra...> >>>> >>>>> you should get fr...@ya... (or friend%yahoo.cn@ >>>>> yahoo.myserver.com if it's not a yahoo.com domain). >>>>> did you register with the ejabber server, or the yahoo transport? Have >>>>> a look here >>>>> http://psi-im.org/wiki/Tutorial#Signing_up_with_a_Transport for an >>>>> example >>>>> >>>>> 2009/3/25 Vikas Singhal <vik...@gm...> >>>>> >>>>> Thanks for the input Norman, I installed Psi and registered a Yahoo! ID >>>>>> with my ejabberd server. I got all the roster from Yahoo! like >>>>>> fr...@my... instead of fr...@ya..., is that ok? If yes, >>>>>> why am i not able to chat with any of those. >>>>>> Thanks >>>>>> Vikas >>>>>> >>>>>> 2009/3/25 Norman Rasmussen <no...@ra...> >>>>>> >>>>>>> 2009/3/24 Vikas Singhal <vik...@gm...> >>>>>>> >>>>>>>> I am using pyYIMt, and getting these errors : >>>>>>>> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" >>>>>>>> /> >>>>>>>> >>>>>>> >>>>>>> You need to register with the transport - i.e. give it your yahoo >>>>>>> username and password so that it can connect to the yahoo network. Most >>>>>>> jabber clients supports this, eg: Psi, Gajim, etc. Most multi-network >>>>>>> clients don't support this, eg: Pidgin, etc. >>>>>>> >>>>>>> -- >>>>>>> - Norman Rasmussen >>>>>>> - Email: no...@ra... >>>>>>> - Home page: http://norman.rasmussen.co.za/ >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) >>>>>>> are >>>>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>>>> and >>>>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>>>> development >>>>>>> software that enables intelligent coding and step-through debugging. >>>>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>>>> _______________________________________________ >>>>>>> Xmpppy-devel mailing list >>>>>>> Xmp...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) >>>>>> are >>>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>>> and >>>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>>> development >>>>>> software that enables intelligent coding and step-through debugging. >>>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>>> _______________________________________________ >>>>>> Xmpppy-devel mailing list >>>>>> Xmp...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> - Norman Rasmussen >>>>> - Email: no...@ra... >>>>> - Home page: http://norman.rasmussen.co.za/ >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>> and >>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>> development >>>>> software that enables intelligent coding and step-through debugging. >>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>> _______________________________________________ >>>>> Xmpppy-devel mailing list >>>>> Xmp...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>>> >>>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Xmpppy-devel mailing list >>> Xmp...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>> >>> >> >> >> -- >> - Norman Rasmussen >> - Email: no...@ra... >> - Home page: http://norman.rasmussen.co.za/ >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Vikas S. <vik...@gm...> - 2009-03-25 20:26:08
|
Hi All, I am trying to fetch the status of all contacts in roster. when I do : connection.getRoster().getItems(), it yields me bare JID of all the buddies, which cannot be passed to connection.Roster.getStatus(<JID>), which asks for full JID (including resource). Any idea how to do it? - Vikas |
From: Vikas S. <vik...@gm...> - 2009-03-25 17:09:48
|
So does that mean if I add a Yahoo! Buddy in my roster, then that Yahoo! buddy will not receive a friend request either. ?? Its little confusing, if you have some documentation please provide and I will stop bugging :D 2009/3/25 Norman Rasmussen <no...@ra...> > The transport allows you to connect to the Yahoo! network using an existing > Yahoo! account. The Yahoo! network thinks you're connecting using that > normal Yahoo! account, and doesn't know anything about Jabber. Yahoo! > contacts will show up as id%yah...@ya...<id%25y...@ya...>on your jabber roster. > > > 2009/3/25 Vikas Singhal <vik...@gm...> > >> When i am trying to chat to Yahoo! contacts in my buddy list in Psi, its >> asking for authorization for those contacts too! Now.. How i am gonna do >> that. Please help! >> >> >> On Wed, Mar 25, 2009 at 4:41 PM, Vikas Singhal < >> vik...@gm...> wrote: >> >>> Does this mean that .. In my Yahoo! messenger.. I won't be able to add >>> my...@my... JID? >>> >>> 2009/3/25 Norman Rasmussen <no...@ra...> >>> >>>> you should get fr...@ya... (or friend%yahoo.cn@ >>>> yahoo.myserver.com if it's not a yahoo.com domain). >>>> did you register with the ejabber server, or the yahoo transport? Have >>>> a look here http://psi-im.org/wiki/Tutorial#Signing_up_with_a_Transport for >>>> an example >>>> >>>> 2009/3/25 Vikas Singhal <vik...@gm...> >>>> >>>> Thanks for the input Norman, I installed Psi and registered a Yahoo! ID >>>>> with my ejabberd server. I got all the roster from Yahoo! like >>>>> fr...@my... instead of fr...@ya..., is that ok? If yes, >>>>> why am i not able to chat with any of those. >>>>> Thanks >>>>> Vikas >>>>> >>>>> 2009/3/25 Norman Rasmussen <no...@ra...> >>>>> >>>>>> 2009/3/24 Vikas Singhal <vik...@gm...> >>>>>> >>>>>>> I am using pyYIMt, and getting these errors : >>>>>>> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" >>>>>>> /> >>>>>>> >>>>>> >>>>>> You need to register with the transport - i.e. give it your yahoo >>>>>> username and password so that it can connect to the yahoo network. Most >>>>>> jabber clients supports this, eg: Psi, Gajim, etc. Most multi-network >>>>>> clients don't support this, eg: Pidgin, etc. >>>>>> >>>>>> -- >>>>>> - Norman Rasmussen >>>>>> - Email: no...@ra... >>>>>> - Home page: http://norman.rasmussen.co.za/ >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) >>>>>> are >>>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>>> and >>>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>>> development >>>>>> software that enables intelligent coding and step-through debugging. >>>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>>> _______________________________________________ >>>>>> Xmpppy-devel mailing list >>>>>> Xmp...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>>>> >>>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>> and >>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>> development >>>>> software that enables intelligent coding and step-through debugging. >>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>> _______________________________________________ >>>>> Xmpppy-devel mailing list >>>>> Xmp...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>>> >>>>> >>>> >>>> >>>> -- >>>> - Norman Rasmussen >>>> - Email: no...@ra... >>>> - Home page: http://norman.rasmussen.co.za/ >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>> development >>>> software that enables intelligent coding and step-through debugging. >>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>> _______________________________________________ >>>> Xmpppy-devel mailing list >>>> Xmp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>> >>>> >>> >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > > > -- > - Norman Rasmussen > - Email: no...@ra... > - Home page: http://norman.rasmussen.co.za/ > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > |
From: Norman R. <no...@ra...> - 2009-03-25 12:39:16
|
The transport allows you to connect to the Yahoo! network using an existing Yahoo! account. The Yahoo! network thinks you're connecting using that normal Yahoo! account, and doesn't know anything about Jabber. Yahoo! contacts will show up as id%yah...@ya...<id%25y...@ya...>on your jabber roster. 2009/3/25 Vikas Singhal <vik...@gm...> > When i am trying to chat to Yahoo! contacts in my buddy list in Psi, its > asking for authorization for those contacts too! Now.. How i am gonna do > that. Please help! > > > On Wed, Mar 25, 2009 at 4:41 PM, Vikas Singhal <vik...@gm... > > wrote: > >> Does this mean that .. In my Yahoo! messenger.. I won't be able to add >> my...@my... JID? >> >> 2009/3/25 Norman Rasmussen <no...@ra...> >> >>> you should get fr...@ya... (or friend%yahoo.cn@ >>> yahoo.myserver.com if it's not a yahoo.com domain). >>> did you register with the ejabber server, or the yahoo transport? Have a >>> look here http://psi-im.org/wiki/Tutorial#Signing_up_with_a_Transport for >>> an example >>> >>> 2009/3/25 Vikas Singhal <vik...@gm...> >>> >>> Thanks for the input Norman, I installed Psi and registered a Yahoo! ID >>>> with my ejabberd server. I got all the roster from Yahoo! like >>>> fr...@my... instead of fr...@ya..., is that ok? If yes, >>>> why am i not able to chat with any of those. >>>> Thanks >>>> Vikas >>>> >>>> 2009/3/25 Norman Rasmussen <no...@ra...> >>>> >>>>> 2009/3/24 Vikas Singhal <vik...@gm...> >>>>> >>>>>> I am using pyYIMt, and getting these errors : >>>>>> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> >>>>>> >>>>> >>>>> You need to register with the transport - i.e. give it your yahoo >>>>> username and password so that it can connect to the yahoo network. Most >>>>> jabber clients supports this, eg: Psi, Gajim, etc. Most multi-network >>>>> clients don't support this, eg: Pidgin, etc. >>>>> >>>>> -- >>>>> - Norman Rasmussen >>>>> - Email: no...@ra... >>>>> - Home page: http://norman.rasmussen.co.za/ >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly >>>>> and >>>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>>> development >>>>> software that enables intelligent coding and step-through debugging. >>>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>>> _______________________________________________ >>>>> Xmpppy-devel mailing list >>>>> Xmp...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>>> >>>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>> development >>>> software that enables intelligent coding and step-through debugging. >>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>> _______________________________________________ >>>> Xmpppy-devel mailing list >>>> Xmp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>> >>>> >>> >>> >>> -- >>> - Norman Rasmussen >>> - Email: no...@ra... >>> - Home page: http://norman.rasmussen.co.za/ >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Xmpppy-devel mailing list >>> Xmp...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>> >>> >> > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Norman R. <no...@ra...> - 2009-03-25 12:38:34
|
Correct, the Yahoo! network doesn't know anything about Jabber addresses. 2009/3/25 Vikas Singhal <vik...@gm...> > Does this mean that .. In my Yahoo! messenger.. I won't be able to add > my...@my... JID? > > 2009/3/25 Norman Rasmussen <no...@ra...> > >> you should get fr...@ya... (or friend%yahoo.cn@ >> yahoo.myserver.com if it's not a yahoo.com domain). >> did you register with the ejabber server, or the yahoo transport? Have a >> look here http://psi-im.org/wiki/Tutorial#Signing_up_with_a_Transport for >> an example >> >> 2009/3/25 Vikas Singhal <vik...@gm...> >> >> Thanks for the input Norman, I installed Psi and registered a Yahoo! ID >>> with my ejabberd server. I got all the roster from Yahoo! like >>> fr...@my... instead of fr...@ya..., is that ok? If yes, why >>> am i not able to chat with any of those. >>> Thanks >>> Vikas >>> >>> 2009/3/25 Norman Rasmussen <no...@ra...> >>> >>>> 2009/3/24 Vikas Singhal <vik...@gm...> >>>> >>>>> I am using pyYIMt, and getting these errors : >>>>> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> >>>>> >>>> >>>> You need to register with the transport - i.e. give it your yahoo >>>> username and password so that it can connect to the yahoo network. Most >>>> jabber clients supports this, eg: Psi, Gajim, etc. Most multi-network >>>> clients don't support this, eg: Pidgin, etc. >>>> >>>> -- >>>> - Norman Rasmussen >>>> - Email: no...@ra... >>>> - Home page: http://norman.rasmussen.co.za/ >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>> development >>>> software that enables intelligent coding and step-through debugging. >>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>> _______________________________________________ >>>> Xmpppy-devel mailing list >>>> Xmp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Xmpppy-devel mailing list >>> Xmp...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>> >>> >> >> >> -- >> - Norman Rasmussen >> - Email: no...@ra... >> - Home page: http://norman.rasmussen.co.za/ >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Vikas S. <vik...@gm...> - 2009-03-25 11:24:58
|
When i am trying to chat to Yahoo! contacts in my buddy list in Psi, its asking for authorization for those contacts too! Now.. How i am gonna do that. Please help! On Wed, Mar 25, 2009 at 4:41 PM, Vikas Singhal <vik...@gm...>wrote: > Does this mean that .. In my Yahoo! messenger.. I won't be able to add > my...@my... JID? > > 2009/3/25 Norman Rasmussen <no...@ra...> > >> you should get fr...@ya... (or friend%yahoo.cn@ >> yahoo.myserver.com if it's not a yahoo.com domain). >> did you register with the ejabber server, or the yahoo transport? Have a >> look here http://psi-im.org/wiki/Tutorial#Signing_up_with_a_Transport for >> an example >> >> 2009/3/25 Vikas Singhal <vik...@gm...> >> >> Thanks for the input Norman, I installed Psi and registered a Yahoo! ID >>> with my ejabberd server. I got all the roster from Yahoo! like >>> fr...@my... instead of fr...@ya..., is that ok? If yes, why >>> am i not able to chat with any of those. >>> Thanks >>> Vikas >>> >>> 2009/3/25 Norman Rasmussen <no...@ra...> >>> >>>> 2009/3/24 Vikas Singhal <vik...@gm...> >>>> >>>>> I am using pyYIMt, and getting these errors : >>>>> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> >>>>> >>>> >>>> You need to register with the transport - i.e. give it your yahoo >>>> username and password so that it can connect to the yahoo network. Most >>>> jabber clients supports this, eg: Psi, Gajim, etc. Most multi-network >>>> clients don't support this, eg: Pidgin, etc. >>>> >>>> -- >>>> - Norman Rasmussen >>>> - Email: no...@ra... >>>> - Home page: http://norman.rasmussen.co.za/ >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>>> development >>>> software that enables intelligent coding and step-through debugging. >>>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>>> _______________________________________________ >>>> Xmpppy-devel mailing list >>>> Xmp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Xmpppy-devel mailing list >>> Xmp...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>> >>> >> >> >> -- >> - Norman Rasmussen >> - Email: no...@ra... >> - Home page: http://norman.rasmussen.co.za/ >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > |
From: Vikas S. <vik...@gm...> - 2009-03-25 11:11:27
|
Does this mean that .. In my Yahoo! messenger.. I won't be able to add my...@my... JID? 2009/3/25 Norman Rasmussen <no...@ra...> > you should get fr...@ya... (or friend%yahoo.cn@ > yahoo.myserver.com if it's not a yahoo.com domain). > did you register with the ejabber server, or the yahoo transport? Have a > look here http://psi-im.org/wiki/Tutorial#Signing_up_with_a_Transport for > an example > > 2009/3/25 Vikas Singhal <vik...@gm...> > > Thanks for the input Norman, I installed Psi and registered a Yahoo! ID >> with my ejabberd server. I got all the roster from Yahoo! like >> fr...@my... instead of fr...@ya..., is that ok? If yes, why >> am i not able to chat with any of those. >> Thanks >> Vikas >> >> 2009/3/25 Norman Rasmussen <no...@ra...> >> >>> 2009/3/24 Vikas Singhal <vik...@gm...> >>> >>>> I am using pyYIMt, and getting these errors : >>>> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> >>>> >>> >>> You need to register with the transport - i.e. give it your yahoo >>> username and password so that it can connect to the yahoo network. Most >>> jabber clients supports this, eg: Psi, Gajim, etc. Most multi-network >>> clients don't support this, eg: Pidgin, etc. >>> >>> -- >>> - Norman Rasmussen >>> - Email: no...@ra... >>> - Home page: http://norman.rasmussen.co.za/ >>> >>> >>> ------------------------------------------------------------------------------ >>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >>> easily build your RIAs with Flex Builder, the Eclipse(TM)based >>> development >>> software that enables intelligent coding and step-through debugging. >>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >>> _______________________________________________ >>> Xmpppy-devel mailing list >>> Xmp...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > > > -- > - Norman Rasmussen > - Email: no...@ra... > - Home page: http://norman.rasmussen.co.za/ > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > |
From: Norman R. <no...@ra...> - 2009-03-25 09:52:32
|
you should get fr...@ya... (or friend%yahoo.cn@ yahoo.myserver.com if it's not a yahoo.com domain). did you register with the ejabber server, or the yahoo transport? Have a look here http://psi-im.org/wiki/Tutorial#Signing_up_with_a_Transport for an example 2009/3/25 Vikas Singhal <vik...@gm...> > Thanks for the input Norman, I installed Psi and registered a Yahoo! ID > with my ejabberd server. I got all the roster from Yahoo! like > fr...@my... instead of fr...@ya..., is that ok? If yes, why > am i not able to chat with any of those. > Thanks > Vikas > > 2009/3/25 Norman Rasmussen <no...@ra...> > >> 2009/3/24 Vikas Singhal <vik...@gm...> >> >>> I am using pyYIMt, and getting these errors : >>> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> >>> >> >> You need to register with the transport - i.e. give it your yahoo username >> and password so that it can connect to the yahoo network. Most jabber >> clients supports this, eg: Psi, Gajim, etc. Most multi-network clients >> don't support this, eg: Pidgin, etc. >> >> -- >> - Norman Rasmussen >> - Email: no...@ra... >> - Home page: http://norman.rasmussen.co.za/ >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Xmpppy-devel mailing list >> Xmp...@li... >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel >> >> > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Vikas S. <vik...@gm...> - 2009-03-25 09:38:42
|
Thanks for the input Norman, I installed Psi and registered a Yahoo! ID with my ejabberd server. I got all the roster from Yahoo! like fr...@my... instead of fr...@ya..., is that ok? If yes, why am i not able to chat with any of those. Thanks Vikas 2009/3/25 Norman Rasmussen <no...@ra...> > 2009/3/24 Vikas Singhal <vik...@gm...> > >> I am using pyYIMt, and getting these errors : >> <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> >> > > You need to register with the transport - i.e. give it your yahoo username > and password so that it can connect to the yahoo network. Most jabber > clients supports this, eg: Psi, Gajim, etc. Most multi-network clients > don't support this, eg: Pidgin, etc. > > -- > - Norman Rasmussen > - Email: no...@ra... > - Home page: http://norman.rasmussen.co.za/ > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > |
From: Norman R. <no...@ra...> - 2009-03-24 20:12:10
|
2009/3/24 Vikas Singhal <vik...@gm...> > I am using pyYIMt, and getting these errors : > <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> > You need to register with the transport - i.e. give it your yahoo username and password so that it can connect to the yahoo network. Most jabber clients supports this, eg: Psi, Gajim, etc. Most multi-network clients don't support this, eg: Pidgin, etc. -- - Norman Rasmussen - Email: no...@ra... - Home page: http://norman.rasmussen.co.za/ |
From: Vikas S. <vik...@gm...> - 2009-03-24 10:01:55
|
Hi All, I am using pyYIMt, and getting these errors : <registration-required xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The requesting entity is not authorized to access the requested service because registration is required.</text> and <ping xmlns="urn:xmpp:ping" /> <error code="501" type="cancel"> <feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The feature requested is not implemented by the recipient or server and therefore cannot be processed.</text> any idea where am i doing it wrong? please help - Vikas |
From: Vikas S. <vik...@gm...> - 2009-03-23 15:43:56
|
Thanks a lot guys! con._owner works for me! On Mon, Mar 23, 2009 at 7:31 PM, Алексей Нежданов <sn...@pe...>wrote: > On Monday 23 March 2009 Norman Rasmussen wrote: > > do a roster.PlugIn(client) after creating the roster. > That's actually wrong. > And this is a bug too. Of course he must be able to access Roster instance > w/o > accessing global variable. But as far as I can see - he can not reach it > with > library provided means. > > So here is how I made it work. It is a wrong workaround of course because I > directly access a private variable, but... > > def on_message(conn,m): > print conn._owner.getRoster().getItems() > > > and then because con._owner should get you to the Client, you should be > > able to use: > > > > con._owner.Roster to get you to the roster > > > > Cheers > > > > Norman > > > > 2009/3/23 Vikas Singhal <vik...@gm...> > > > > > I have no idea how to plug Roster into dispatcher, please guide :) > > > > > > 2009/3/21 Norman Rasmussen <no...@ra...> > > > > > >> 2009/3/20 Vikas Singhal <vik...@gm...> > > >> > > >>> I tried before posting the question, since "con" here is a dispatcher > > >>> and does not have the roster subclasses.. its not working! > > >> > > >> what about con.Roster ? (assuming you plugged the Roster into the > > >> dispatcher, which I think is required) > > >> > > >> > > >> -- > > >> - Norman Rasmussen > > >> - Email: no...@ra... > > >> - Home page: http://norman.rasmussen.co.za/ > > >> > > >> > > >> > ------------------------------------------------------------------------ > > >>------ Apps built with the Adobe(R) Flex(R) framework and Flex > > >> Builder(TM) are powering Web 2.0 with engaging, cross-platform > > >> capabilities. Quickly and easily build your RIAs with Flex Builder, > the > > >> Eclipse(TM)based development software that enables intelligent coding > > >> and step-through debugging. Download the free 60 day trial. > > >> http://p.sf.net/sfu/www-adobe-com > > >> _______________________________________________ > > >> Xmpppy-devel mailing list > > >> Xmp...@li... > > >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > > > > > > ------------------------------------------------------------------------- > > >----- Apps built with the Adobe(R) Flex(R) framework and Flex > Builder(TM) > > > are powering Web 2.0 with engaging, cross-platform capabilities. > Quickly > > > and easily build your RIAs with Flex Builder, the Eclipse(TM)based > > > development software that enables intelligent coding and step-through > > > debugging. Download the free 60 day trial. > > > http://p.sf.net/sfu/www-adobe-com > > > _______________________________________________ > > > Xmpppy-devel mailing list > > > Xmp...@li... > > > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > > > -- > С уважением, > Алексей Нежданов > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Xmpppy-devel mailing list > Xmp...@li... > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > |
From: Алексей Н. <sn...@pe...> - 2009-03-23 14:28:03
|
On Monday 23 March 2009 Norman Rasmussen wrote: > do a roster.PlugIn(client) after creating the roster. That's actually wrong. And this is a bug too. Of course he must be able to access Roster instance w/o accessing global variable. But as far as I can see - he can not reach it with library provided means. So here is how I made it work. It is a wrong workaround of course because I directly access a private variable, but... def on_message(conn,m): print conn._owner.getRoster().getItems() > and then because con._owner should get you to the Client, you should be > able to use: > > con._owner.Roster to get you to the roster > > Cheers > > Norman > > 2009/3/23 Vikas Singhal <vik...@gm...> > > > I have no idea how to plug Roster into dispatcher, please guide :) > > > > 2009/3/21 Norman Rasmussen <no...@ra...> > > > >> 2009/3/20 Vikas Singhal <vik...@gm...> > >> > >>> I tried before posting the question, since "con" here is a dispatcher > >>> and does not have the roster subclasses.. its not working! > >> > >> what about con.Roster ? (assuming you plugged the Roster into the > >> dispatcher, which I think is required) > >> > >> > >> -- > >> - Norman Rasmussen > >> - Email: no...@ra... > >> - Home page: http://norman.rasmussen.co.za/ > >> > >> > >> ------------------------------------------------------------------------ > >>------ Apps built with the Adobe(R) Flex(R) framework and Flex > >> Builder(TM) are powering Web 2.0 with engaging, cross-platform > >> capabilities. Quickly and easily build your RIAs with Flex Builder, the > >> Eclipse(TM)based development software that enables intelligent coding > >> and step-through debugging. Download the free 60 day trial. > >> http://p.sf.net/sfu/www-adobe-com > >> _______________________________________________ > >> Xmpppy-devel mailing list > >> Xmp...@li... > >> https://lists.sourceforge.net/lists/listinfo/xmpppy-devel > > > > ------------------------------------------------------------------------- > >----- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) > > are powering Web 2.0 with engaging, cross-platform capabilities. Quickly > > and easily build your RIAs with Flex Builder, the Eclipse(TM)based > > development software that enables intelligent coding and step-through > > debugging. Download the free 60 day trial. > > http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > Xmpppy-devel mailing list > > Xmp...@li... > > https://lists.sourceforge.net/lists/listinfo/xmpppy-devel -- С уважением, Алексей Нежданов |
From: Alexey N. <sn...@pe...> - 2009-03-23 14:15:29
|
(re-sending with a little more text attached) On Monday 23 March 2009 Norman Rasmussen wrote: > do a roster.PlugIn(client) after creating the roster. That's actually wrong. And this is a bug. Of course he must be able to access Roster instance w/o accessing global variable. But as far as I can see - he can not reach it with library provided means. So here is how I made it work. It is a wrong workaround of course because I directly access a private variable, but... def on_message(conn,m): print conn._owner.getRoster().getItems() ...and of course you can always use another workaround: JCON.auth('login','password') JCON.Dispatcher.Roster=JCON.Roster but this way is equally ugly too :( -- Respectfully Alexey Nezhdanov |