<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Java SMPP API</title><link>https://sourceforge.net/p/smppapi/activity/</link><description>Recent activity for Java SMPP API</description><language>en</language><lastBuildDate>Mon, 28 Dec 2020 09:23:40 -0000</lastBuildDate><item><title>Zakari Mohammed posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/0b33669bd0/?limit=25#d17d</link><description>Hello, Please assist me, this have took me over 3weeks trying to send a message that contain the character "|" vertical bar. i tried to send the message without any encoding but got "?" when i inspect traffic in wireshark. if i use DefaultAlphabetEncoding to encode the string, i get "@." when i inspect traffic in wireshark Note: i noticed the datacoding sent by the smsc from deliverSM is 0x0f (when inspect in wireshark) My code to send text beblow: SubmitSM rsp = (SubmitSM) conn.newInstance(4); DefaultAlphabetEncoding...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zakari Mohammed</dc:creator><pubDate>Mon, 28 Dec 2020 09:23:40 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/0b33669bd0/?limit=25#d17d</guid></item><item><title>hamza hasnaoui posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/9b44a8c105/?limit=25#9700</link><description>hi, i am trying to use SubmitMulti to send sms to multiple destinations. I am new to smpp but i have a fonction to send one sms to on destinataire and it work well. but when i change to multiple addresses it fails, the message passes at the server level but i didnt found ) the list of addresses package com.smpp.demo.services; @Service public class TransceiverMutipleService { @Autowired private SmsRepository smsRepository; private Session session = null; private String ipAddress = "127.0.0.1"; private...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hamza hasnaoui</dc:creator><pubDate>Thu, 25 Jun 2020 15:48:04 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/9b44a8c105/?limit=25#9700</guid></item><item><title>Myint TZ posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#af64</link><description>Hello Oran, Thanks for your api and reply. Now I can get delivery report by using AsyncReceiver2. Myint</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Myint TZ</dc:creator><pubDate>Tue, 27 Aug 2019 10:59:06 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#af64</guid></item><item><title>Ravi Kumar posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/73ceac01/?limit=25#5938</link><description>Hi Oran Kelly, Thanks for developed this smpp server api, I need you help, should i use this smpp server in openSmpp libarary? or if i will use , How i have to implement this code to smpp liberary. Thanks &amp; Regards,' Ravi Kumar</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi Kumar</dc:creator><pubDate>Fri, 23 Aug 2019 12:51:01 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/73ceac01/?limit=25#5938</guid></item><item><title>Myint TZ posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#3476/5d00/27c4/ddf6/9afd/18ec</link><description>Hello Oran, I already got delivery report in simulator. But not okay in real SMPP server. I want to know that issue is because of my application side or SMSC side. Please give me any suggestion. Thanks for your help. Myint</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Myint TZ</dc:creator><pubDate>Thu, 22 Aug 2019 10:10:51 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#3476/5d00/27c4/ddf6/9afd/18ec</guid></item><item><title>Myint TZ posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/73ceac01/?limit=25#2f11/e212/1348</link><description>Hello Oran, Now I can send long SMS. Thank you so much for your api and discussion sessions.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Myint TZ</dc:creator><pubDate>Thu, 22 Aug 2019 09:17:08 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/73ceac01/?limit=25#2f11/e212/1348</guid></item><item><title>Myint TZ posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/73ceac01/?limit=25#2f11/e212</link><description>Hello Oran, Firstly, thank you so much for your reply. I use the above code to send long sms. But there is empty result in "submits" and I cannot received any sms. Please help me . My code is like that... String msg= ".....Long one"; DefaultAlphabetEncoding enc = new DefaultAlphabetEncoding(); byte[] messageData = enc.pack(enc.encodeString(msg)); UserData userData = new UserDataImpl(); userData.setData(messageData); SubmitSM[] submits = UserDataUtil.createSubmits(userData.toSegments(), source, d...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Myint TZ</dc:creator><pubDate>Thu, 22 Aug 2019 05:24:32 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/73ceac01/?limit=25#2f11/e212</guid></item><item><title>Oran Kelly posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#3476/5d00/27c4/ddf6/9afd</link><description>Are you checking what the type of the packet is when you readNextPacket? You get a SubmitSMResp in response to a SubmitSM but this will not indicate if the SMS has been delivered or not, only that the SMSC has accepted it for delivery. A delivery report is a completely separate inbound message initiated to your application from the SMSC, and sent to you via a DeliverSM packet. The contents of the packet will be particularly formed indicating it is a delivery report. Note also that support for delivery...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oran Kelly</dc:creator><pubDate>Thu, 15 Aug 2019 10:07:13 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#3476/5d00/27c4/ddf6/9afd</guid></item><item><title>Oran Kelly posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63/0221/c8e1/e941</link><description>There's already quite a few questions and answers in the forums on long SMS support: https://sourceforge.net/p/smppapi/discussion/search/?q=long+sms Try these posts for specific approaches other people have taken: https://sourceforge.net/p/smppapi/discussion/84651/thread/01157bb1/ https://sourceforge.net/p/smppapi/discussion/84652/thread/23b183a2/ https://sourceforge.net/p/smppapi/discussion/84651/thread/b65ad913/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oran Kelly</dc:creator><pubDate>Thu, 15 Aug 2019 10:03:32 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63/0221/c8e1/e941</guid></item><item><title>Myint TZ posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#3476/5d00/27c4/ddf6</link><description>Hello Oran, I already set submitsm.setRegistered(1);. But I don't know how can I know it is delivered or not. The message it already sent. After submitting sms, I wrote like that SMPPPacket p = myConnection.readNextPacket(); In p, commondId is 21 and commandStatus is 0. For delivered or not, How can I know it? Please reply my question, please.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Myint TZ</dc:creator><pubDate>Thu, 15 Aug 2019 04:46:48 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/0be3e25a/?limit=25#3476/5d00/27c4/ddf6</guid></item><item><title>Myint TZ posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63/0221/c8e1</link><description>Hello Oran, Thanks for your reply. I want to know how to send long sms via smpp api in java application. And I also want to know how can I get delivery report of every sms which I sent. If you have some time, please answer my questions. Thank you very much.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Myint TZ</dc:creator><pubDate>Thu, 15 Aug 2019 04:28:53 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63/0221/c8e1</guid></item><item><title>Oran Kelly posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63/0221</link><description>What is it exactly that you need explained? In async mode, when you send an SMS, the method returns immediately, it doesn't wait on the server side to send the reponse packet. Instead, control returns immediately to your application and when the smppapi receives the response from the smsc, and event is generated and published to the packet listeners you have registered with the api.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oran Kelly</dc:creator><pubDate>Wed, 14 Aug 2019 15:53:35 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63/0221</guid></item><item><title>Myint TZ posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63</link><description>Hi Oran, [Urgent] Could you please explain the code for async mode of sms sending and also the sending the long sms?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Myint TZ</dc:creator><pubDate>Wed, 14 Aug 2019 10:25:34 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/3561dffc/?limit=25#dd63</guid></item><item><title>Oleg Alekseev modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#07b0</link><description>Hi? Use network scanner tools (like wireshark, tcpdump etc.) to see real value of...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleg Alekseev</dc:creator><pubDate>Thu, 22 Dec 2016 11:29:47 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#07b0</guid></item><item><title>Oleg Alekseev modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#07b0</link><description>Hi? use network scanner tools (like wireshark, tcpdump etc.) to see real value of...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleg Alekseev</dc:creator><pubDate>Thu, 22 Dec 2016 11:29:32 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#07b0</guid></item><item><title>Oleg Alekseev posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#07b0</link><description>Hi? use network scanner tools (like wireshark, tcpdump etc.) to see real value Registered...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleg Alekseev</dc:creator><pubDate>Thu, 22 Dec 2016 11:28:24 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#07b0</guid></item><item><title>Mivi posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/a4a566d7/?limit=25#0042</link><description>Though old post; would suggest you explore XMPP.-</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mivi</dc:creator><pubDate>Mon, 26 Sep 2016 17:08:28 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/a4a566d7/?limit=25#0042</guid></item><item><title>321 modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#f79a</link><description>Thanks for the reply. No, set registered on the submit is set as it's default and...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">321</dc:creator><pubDate>Mon, 28 Dec 2015 19:53:18 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#f79a</guid></item><item><title>321 modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#f79a</link><description>Thanks for the reply. No, set registered on the submit is set as it's default and...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">321</dc:creator><pubDate>Mon, 28 Dec 2015 19:52:48 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#f79a</guid></item><item><title>321 posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#f79a</link><description>Thanks for the reply. No, set registered on the submit is set as it's default and...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">321</dc:creator><pubDate>Mon, 28 Dec 2015 19:51:42 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#f79a</guid></item><item><title>Oran Kelly posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#3902</link><description>It's more relevant how you create your submit packet. For example, are you calling...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oran Kelly</dc:creator><pubDate>Sun, 27 Dec 2015 11:20:48 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#3902</guid></item><item><title>321 posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#950d</link><description>I received this note from my smsc: "Can you please stop requesting Delivery Report...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">321</dc:creator><pubDate>Wed, 23 Dec 2015 21:35:32 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/c759aae3/?limit=25#950d</guid></item><item><title>Varun Pareek posted a comment on discussion Help</title><link>https://sourceforge.net/p/smppapi/discussion/84651/thread/a4a566d7/?limit=25#3fea</link><description>Hello, I need to build an SMPP Client which supports messages other than SMPP messages....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Varun Pareek</dc:creator><pubDate>Mon, 06 Jul 2015 11:54:53 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84651/thread/a4a566d7/?limit=25#3fea</guid></item><item><title>Oran Kelly posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/43de2b80/?limit=25#b931</link><description>Hi, the main problem is the fact that you're calling String.getBytes. The bytes you...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oran Kelly</dc:creator><pubDate>Tue, 26 May 2015 21:24:32 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/43de2b80/?limit=25#b931</guid></item><item><title>arif posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/43de2b80/?limit=25#9cf4</link><description>Hi, I'm trying to test GSM Extended character set alphabets in SMS. I'm trying to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">arif</dc:creator><pubDate>Mon, 25 May 2015 19:35:36 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/43de2b80/?limit=25#9cf4</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.3.5.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.3.5.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.3.5.tar.gz/download</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.2.4.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.4.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.4.tar.gz/download</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.2.4.1.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.4.1.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.4.1.tar.gz/download</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.2.2.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.2.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.2.tar.gz/download</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.2.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.tar.gz/download</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.2.3.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.3.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.3.tar.gz/download</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.2.1.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.1.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.2.1.tar.gz/download</guid></item><item><title>Java SMPP API released /OldFiles/smppapi-0.1.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.1.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Java SMPP API</dc:creator><pubDate>Sat, 31 Jan 2015 12:52:30 -0000</pubDate><guid>http://sourceforge.net/projects/smppapi/files/OldFiles/smppapi-0.1.tar.gz/download</guid></item><item><title>Huseyin Atmaca posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/1f1a1a44/?limit=25#c0c0</link><description>"org.apache.commons.lang.builder.ReflectionToStringBuilder" was the reason of this...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Huseyin Atmaca</dc:creator><pubDate>Wed, 07 May 2014 12:12:13 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/1f1a1a44/?limit=25#c0c0</guid></item><item><title>Huseyin Atmaca posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/1f1a1a44/?limit=50#3a3e</link><description>When I get Deliver_Sm from Smsc (MO or DR), 2 objects of "ie.omk.smpp.Address" (probably...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Huseyin Atmaca</dc:creator><pubDate>Tue, 29 Apr 2014 22:38:09 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/1f1a1a44/?limit=50#3a3e</guid></item><item><title>Ashwin modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/96fdd3db/?limit=25#eafa</link><description>Hi, I am working on one of the scenario where ESME tries to Bind with with an Inavlid...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashwin</dc:creator><pubDate>Fri, 07 Mar 2014 21:34:29 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/96fdd3db/?limit=25#eafa</guid></item><item><title>Ashwin posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/smppapi/discussion/84650/thread/96fdd3db/?limit=50#eafa</link><description>Hi, I am working on one of the scenario where ESME tries to Bind with with an Inavlid...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashwin</dc:creator><pubDate>Fri, 07 Mar 2014 21:31:38 -0000</pubDate><guid>https://sourceforge.net/p/smppapi/discussion/84650/thread/96fdd3db/?limit=50#eafa</guid></item></channel></rss>